Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit_embeddertest.cpp220 FORM_OnLButtonUp(form_handle(), page(), 0, 115, 58); in TEST_F()
230 FORM_OnLButtonUp(form_handle(), page(), 0, 446, 54); in TEST_F()
242 FORM_OnLButtonUp(form_handle(), page(), 0, 100, 162); in TEST_F()
270 FORM_OnLButtonUp(form_handle(), page(), 0, 115, 58); in TEST_F()
284 FORM_OnLButtonUp(form_handle(), page(), 0, 438, 53); in TEST_F()
305 FORM_OnLButtonUp(form_handle(), page(), 0, 253, 107); in TEST_F()
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp74 FORM_OnLButtonUp(form_handle(), page_, 0, point.x, point.y); in ClickOnFormFieldAtPoint()
122 FORM_OnLButtonUp(form_handle(), page_, 0, end.x, end.y); in SelectTextWithMouse()
736 FORM_OnLButtonUp(form_handle(), pages[i], 0, right_bottom_annot_point.x, in TEST_F()
1301 FORM_OnLButtonUp(form_handle(), page, 0, 140, 590); in TEST_F()
1316 FORM_OnLButtonUp(form_handle(), page, 0, 140, 590); in TEST_F()
1354 FORM_OnLButtonUp(form_handle(), page, 0, 120.0, 120.0); in TEST_F()
1373 FORM_OnLButtonUp(form_handle(), page, 0, 15.0, 15.0); in TEST_F()
1451 FORM_OnLButtonUp(form_handle(), page, 0, 110, 110); in TEST_F()
1484 FORM_OnLButtonUp(form_handle(), page, 0, 110, 170); in TEST_F()
1517 FORM_OnLButtonUp(form_handle(), page, 0, 110, 110); in TEST_F()
[all …]
Dfpdf_view_c_api_test.c297 CHK(FORM_OnLButtonUp); in CheckPDFiumCApi()
Dfpdf_formfill.cpp415 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonUp() function
/external/pdfium/samples/
Dpdfium_test_event_helper.cc88 FORM_OnLButtonUp(form, page, modifiers, x, y); in SendMouseUpEvent()
/external/pdfium/testing/fuzzers/
Dpdf_xfa_fdp_fuzzer.cc45 FORM_OnLButtonUp(form, page, fdp_->ConsumeIntegral<int>(), in FormActionHandler()
/external/pdfium/public/
Dfpdf_formfill.h1414 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle,