Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_formfill_embeddertest.cpp95 void SelectTextWithKeyboard(int num_chars, in SelectTextWithKeyboard() function in FPDFFormFillInteractiveEmbedderTest
1696 SelectTextWithKeyboard(3, FWL_VKEY_Left, RegularFormAtX(123.0)); in TEST_F()
1717 SelectTextWithKeyboard(1, FWL_VKEY_Right, RegularFormBegin()); in TEST_F()
1721 SelectTextWithKeyboard(12, FWL_VKEY_Left, RegularFormEnd()); in TEST_F()
1725 SelectTextWithKeyboard(6, FWL_VKEY_Left, RegularFormAtX(170.0)); in TEST_F()
1729 SelectTextWithKeyboard(6, FWL_VKEY_Right, RegularFormAtX(125.0)); in TEST_F()
1733 SelectTextWithKeyboard(1, FWL_VKEY_Left, RegularFormEnd()); in TEST_F()
1788 SelectTextWithKeyboard(3, FWL_VKEY_Left, EditableFormAtX(128.0)); in TEST_F()
1854 SelectTextWithKeyboard(1, FWL_VKEY_Right, EditableFormBegin()); in TEST_F()
1858 SelectTextWithKeyboard(10, FWL_VKEY_Left, EditableFormEnd()); in TEST_F()
[all …]