Home
last modified time | relevance | path

Searched refs:FWL_VKEY_Left (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp594 SelectTextWithKeyboard(3, FWL_VKEY_Left, RegularFormAtX(123.0)); in TEST_F()
616 SelectTextWithKeyboard(12, FWL_VKEY_Left, RegularFormEnd()); in TEST_F()
620 SelectTextWithKeyboard(6, FWL_VKEY_Left, RegularFormAtX(170.0)); in TEST_F()
628 SelectTextWithKeyboard(1, FWL_VKEY_Left, RegularFormEnd()); in TEST_F()
677 SelectTextWithKeyboard(3, FWL_VKEY_Left, EditableFormAtX(128.0)); in TEST_F()
738 SelectTextWithKeyboard(10, FWL_VKEY_Left, EditableFormEnd()); in TEST_F()
742 SelectTextWithKeyboard(5, FWL_VKEY_Left, EditableFormAtX(168.0)); in TEST_F()
750 SelectTextWithKeyboard(1, FWL_VKEY_Left, EditableFormEnd()); in TEST_F()
795 SelectTextWithKeyboard(12, FWL_VKEY_Left, RegularFormEnd()); in TEST_F()
808 SelectTextWithKeyboard(12, FWL_VKEY_Left, RegularFormEnd()); in TEST_F()
[all …]
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp131 case FWL_VKEY_Left: in OnKeyDown()
166 case FWL_VKEY_Left: in OnKeyDown()
Dcpwl_list_box.cpp153 case FWL_VKEY_Left: in OnKeyDown()
169 case FWL_VKEY_Left: in OnKeyDown()
Dcpwl_combo_box.cpp51 case FWL_VKEY_Left: in IsMovementKey()
73 case FWL_VKEY_Left: in OnMovementKeyDown()
Dcpwl_combo_box_embeddertest.cpp290 FWL_VKEY_Left, 0)); in TEST_F()
Dcpwl_edit_embeddertest.cpp232 GetCFFLFormFiller()->OnKeyDown(GetCPDFSDKAnnot(), FWL_VKEY_Left, 0)); in TEST_F()
/external/pdfium/xfa/fwl/
Dfwl_widgetdef.h53 #define FWL_VKEY_Left 0x25 macro
Dcfwl_edit.cpp1284 case FWL_VKEY_Left: in OnKeyDown()
/external/pdfium/public/
Dfpdf_fwlevent.h103 FWL_VKEY_Left = 0x25, enumerator