Searched refs:FORM_OnLButtonUp (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_edit_embeddertest.cpp | 220 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/ |
D | fpdf_formfill_embeddertest.cpp | 74 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 …]
|
D | fpdf_view_c_api_test.c | 297 CHK(FORM_OnLButtonUp); in CheckPDFiumCApi()
|
D | fpdf_formfill.cpp | 415 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonUp() function
|
/external/pdfium/samples/ |
D | pdfium_test_event_helper.cc | 88 FORM_OnLButtonUp(form, page, modifiers, x, y); in SendMouseUpEvent()
|
/external/pdfium/testing/fuzzers/ |
D | pdf_xfa_fdp_fuzzer.cc | 45 FORM_OnLButtonUp(form, page, fdp_->ConsumeIntegral<int>(), in FormActionHandler()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1414 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle,
|