Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c199 CHK(FORM_OnFocus); in CheckPDFiumCApi()
Dfpdfformfill.cpp350 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, in FORM_OnFocus() function
/external/pdfium/public/
Dfpdf_formfill.h1264 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle,
/external/pdfium/samples/
Dpdfium_test.cc970 FORM_OnFocus(form, page, 0, x, y); in SendPageEvents()