Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp79 void SelectTextWithKeyboard(int num_chars, in SelectTextWithKeyboard() function in FPDFFormFillInteractiveEmbeddertest
594 SelectTextWithKeyboard(3, FWL_VKEY_Left, RegularFormAtX(123.0)); in TEST_F()
612 SelectTextWithKeyboard(1, FWL_VKEY_Right, RegularFormBegin()); 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()
624 SelectTextWithKeyboard(6, FWL_VKEY_Right, RegularFormAtX(125.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()
734 SelectTextWithKeyboard(1, FWL_VKEY_Right, EditableFormBegin()); in TEST_F()
738 SelectTextWithKeyboard(10, FWL_VKEY_Left, EditableFormEnd()); in TEST_F()
[all …]