Searched refs:FORM_OnFocus (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/samples/ |
D | pdfium_test_event_helper.cc | 152 FORM_OnFocus(form, page, 0, x, y); in SendFocusEvent()
|
/external/pdfium/testing/fuzzers/ |
D | pdf_xfa_fdp_fuzzer.cc | 104 FORM_OnFocus(form, page, fdp_->ConsumeIntegral<int>(), in FormActionHandler()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1360 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view_c_api_test.c | 292 CHK(FORM_OnFocus); in CheckPDFiumCApi()
|
D | fpdf_formfill.cpp | 387 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, in FORM_OnFocus() function
|
D | fpdf_formfill_embeddertest.cpp | 145 EXPECT_TRUE(FORM_OnFocus(form_handle(), page(), 0, point.x, point.y)); in FocusOnPoint() 502 EXPECT_EQ(true, FORM_OnFocus(form_handle(), page(), 0, point.x, point.y)); in FocusOnPoint() 1658 EXPECT_TRUE(FORM_OnFocus(form_handle(), page, 0, 115, 115)); in TEST_F()
|