Searched refs:FORM_DoPageAAction (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/testing/ |
D | embedder_test.cpp | 232 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_OPEN); in LoadPage() 241 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_OPEN); in LoadAndCachePage() 258 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_CLOSE); in UnloadPage()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview_c_api_test.c | 103 CHK(FORM_DoPageAAction); in CheckPDFiumCApi()
|
D | fpdfformfill.cpp | 716 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, in FORM_DoPageAAction() function
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 346 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_OPEN); in RenderPage() 392 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_CLOSE); in RenderPage()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1162 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page,
|