![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fpdfsdk/pwl/cpwl_combo_box_embeddertest.h"#include "fpdfsdk/cpdfsdk_formfillenvironment.h"#include "fpdfsdk/cpdfsdk_helpers.h"#include "fpdfsdk/cpdfsdk_widget.h"#include "fpdfsdk/formfiller/cffl_formfield.h"#include "fpdfsdk/formfiller/cffl_interactiveformfiller.h"#include "fpdfsdk/pwl/cpwl_combo_box.h"#include "fpdfsdk/pwl/cpwl_wnd.h"#include "public/fpdf_fwlevent.h"#include "testing/embedder_test.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | CPWLComboBoxEditEmbedderTest |
Functions | |
| TEST_F (CPWLComboBoxEditEmbedderTest, GetSelectedTextEmptyAndBasicNormal) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, GetSelectedTextFragmentsNormal) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, GetSelectedTextEmptyAndBasicEditable) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, GetSelectedTextFragmentsEditable) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, DeleteEntireTextSelection) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, DeleteTextSelectionMiddle) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, DeleteTextSelectionLeft) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, DeleteTextSelectionRight) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, DeleteEmptyTextSelection) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextInEmptyEditableComboBox) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextInPopulatedEditableComboBoxLeft) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextInPopulatedEditableComboBoxMiddle) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextInPopulatedEditableComboBoxRight) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedEditableComboBoxWhole) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedEditableComboBoxLeft) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedEditableComboBoxMiddle) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, InsertTextAndReplaceSelectionInPopulatedEditableComboBoxRight) | |
| TEST_F (CPWLComboBoxEditEmbedderTest, ReplaceAndKeepSelection) | |
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| DeleteEmptyTextSelection | ) |
Definition at line 175 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| DeleteEntireTextSelection | ) |
Definition at line 127 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| DeleteTextSelectionLeft | ) |
Definition at line 151 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| DeleteTextSelectionMiddle | ) |
Definition at line 139 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| DeleteTextSelectionRight | ) |
Definition at line 163 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| GetSelectedTextEmptyAndBasicEditable | ) |
Definition at line 68 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| GetSelectedTextEmptyAndBasicNormal | ) |
Definition at line 20 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| GetSelectedTextFragmentsEditable | ) |
Definition at line 97 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| GetSelectedTextFragmentsNormal | ) |
Definition at line 42 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextAndReplaceSelectionInPopulatedEditableComboBoxLeft | ) |
Definition at line 236 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextAndReplaceSelectionInPopulatedEditableComboBoxMiddle | ) |
Definition at line 247 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextAndReplaceSelectionInPopulatedEditableComboBoxRight | ) |
Definition at line 258 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextAndReplaceSelectionInPopulatedEditableComboBoxWhole | ) |
Definition at line 225 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextInEmptyEditableComboBox | ) |
Definition at line 184 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextInPopulatedEditableComboBoxLeft | ) |
Definition at line 190 of file cpwl_combo_box_edit_embeddertest.cpp.
References FWL_VKEY_Home.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextInPopulatedEditableComboBoxMiddle | ) |
Definition at line 202 of file cpwl_combo_box_edit_embeddertest.cpp.
References FWL_VKEY_Left.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| InsertTextInPopulatedEditableComboBoxRight | ) |
Definition at line 216 of file cpwl_combo_box_edit_embeddertest.cpp.
| TEST_F | ( | CPWLComboBoxEditEmbedderTest | , |
| ReplaceAndKeepSelection | ) |
Definition at line 269 of file cpwl_combo_box_edit_embeddertest.cpp.