Searched refs:SelectTextWithKeyboard (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_formfill_embeddertest.cpp | 87 void SelectTextWithKeyboard(int num_chars, in SelectTextWithKeyboard() function in FPDFFormFillInteractiveEmbedderTest 1087 SelectTextWithKeyboard(3, FWL_VKEY_Left, RegularFormAtX(123.0)); in TEST_F() 1108 SelectTextWithKeyboard(1, FWL_VKEY_Right, RegularFormBegin()); in TEST_F() 1112 SelectTextWithKeyboard(12, FWL_VKEY_Left, RegularFormEnd()); in TEST_F() 1116 SelectTextWithKeyboard(6, FWL_VKEY_Left, RegularFormAtX(170.0)); in TEST_F() 1120 SelectTextWithKeyboard(6, FWL_VKEY_Right, RegularFormAtX(125.0)); in TEST_F() 1124 SelectTextWithKeyboard(1, FWL_VKEY_Left, RegularFormEnd()); in TEST_F() 1179 SelectTextWithKeyboard(3, FWL_VKEY_Left, EditableFormAtX(128.0)); in TEST_F() 1245 SelectTextWithKeyboard(1, FWL_VKEY_Right, EditableFormBegin()); in TEST_F() 1249 SelectTextWithKeyboard(10, FWL_VKEY_Left, EditableFormEnd()); in TEST_F() [all …]
|