Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test_event_helper.cc152 FORM_OnFocus(form, page, 0, x, y); in SendFocusEvent()
/external/pdfium/testing/fuzzers/
Dpdf_xfa_fdp_fuzzer.cc104 FORM_OnFocus(form, page, fdp_->ConsumeIntegral<int>(), in FormActionHandler()
/external/pdfium/public/
Dfpdf_formfill.h1360 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle,
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c292 CHK(FORM_OnFocus); in CheckPDFiumCApi()
Dfpdf_formfill.cpp387 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, in FORM_OnFocus() function
Dfpdf_formfill_embeddertest.cpp145 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()