Searched refs:FFI_GetPage (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/public/
H A Dfpdf_formfill.h561 * Method: FFI_GetPage
581 FPDF_PAGE (*FFI_GetPage)(struct _FPDF_FORMFILLINFO* pThis, member in struct:_FPDF_FORMFILLINFO
/external/pdfium/testing/
H A Dembedder_test.cpp220 formfillinfo->FFI_GetPage = GetPageTrampoline;
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp646 if (!m_pInfo || !m_pInfo->FFI_GetPage)
649 m_pInfo->FFI_GetPage(m_pInfo, m_pUnderlyingDoc.Get(), nIndex));
/external/pdfium/samples/
H A Dpdfium_test.cc1371 form_callbacks.FFI_GetPage = GetPageForIndex;

Completed in 104 milliseconds