• Home
  • Raw
  • Download

Lines Matching refs:form_handle

57     return FPDFPage_HasFormFieldAtPoint(form_handle(), page_, point.x, point.y);  in GetFormTypeAtPoint()
62 FORM_OnMouseMove(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
63 FORM_OnLButtonDown(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
64 FORM_OnLButtonUp(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
73 FORM_OnChar(form_handle(), page_, 'A' + i, 0); in TypeTextIntoTextField()
86 FORM_OnKeyDown(form_handle(), page_, FWL_VKEY_Shift, 0); in SelectTextWithKeyboard()
90 FORM_OnKeyDown(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
91 FORM_OnKeyUp(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
93 FORM_OnKeyUp(form_handle(), page_, FWL_VKEY_Shift, 0); in SelectTextWithKeyboard()
101 FORM_OnMouseMove(form_handle(), page_, 0, start.x, start.y); in SelectTextWithMouse()
102 FORM_OnLButtonDown(form_handle(), page_, 0, start.x, start.y); in SelectTextWithMouse()
105 FORM_OnMouseMove(form_handle(), page_, 0, end.x, end.y); in SelectTextWithMouse()
106 FORM_OnLButtonUp(form_handle(), page_, 0, end.x, end.y); in SelectTextWithMouse()
117 FORM_GetSelectedText(form_handle(), page_, nullptr, 0); in CheckSelection()
121 EXPECT_EQ(expected_length, FORM_GetSelectedText(form_handle(), page_, in CheckSelection()
353 FORM_OnMouseMove(form_handle(), nullptr, 0, 10.0, 10.0); in TEST_F()
499 FORM_OnLButtonDown(form_handle(), page, 0, 140, 590); in TEST_F()
500 FORM_OnLButtonUp(form_handle(), page, 0, 140, 590); in TEST_F()
514 FORM_OnLButtonDown(form_handle(), page, 0, 140, 590); in TEST_F()
515 FORM_OnLButtonUp(form_handle(), page, 0, 140, 590); in TEST_F()
540 FPDFPage_HasFormFieldAtPoint(form_handle(), page, 120.0, 120.0)); in TEST_F()
541 FORM_OnMouseMove(form_handle(), page, 0, 120.0, 120.0); in TEST_F()
542 FORM_OnLButtonDown(form_handle(), page, 0, 120.0, 120.0); in TEST_F()
543 FORM_OnLButtonUp(form_handle(), page, 0, 120.0, 120.0); in TEST_F()
546 FORM_OnChar(form_handle(), page, 65, 0); in TEST_F()
547 FORM_OnChar(form_handle(), page, 66, 0); in TEST_F()
548 FORM_OnChar(form_handle(), page, 67, 0); in TEST_F()
553 FORM_OnMouseMove(form_handle(), page, 0, 15.0, 15.0); in TEST_F()
554 FORM_OnLButtonDown(form_handle(), page, 0, 15.0, 15.0); in TEST_F()
555 FORM_OnLButtonUp(form_handle(), page, 0, 15.0, 15.0); in TEST_F()
793 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
807 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
820 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
833 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
844 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
858 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
872 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
886 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
900 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
912 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
923 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
940 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
957 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
974 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
993 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1012 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1031 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1050 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1065 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1083 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1102 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1120 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1139 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1158 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1177 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1196 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1212 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
1218 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1234 FORM_ReplaceSelection(form_handle(), page(), nullptr); in TEST_F()
1240 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1256 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1274 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1292 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1311 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1330 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1349 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()
1368 FORM_ReplaceSelection(form_handle(), page(), text_to_insert.get()); in TEST_F()