Home
last modified time | relevance | path

Searched refs:Doc_gotoPage (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h167 m_pInfo->m_pJsPlatform->Doc_gotoPage) in JS_docgotoPage()
168 m_pInfo->m_pJsPlatform->Doc_gotoPage(m_pInfo->m_pJsPlatform, nPageNum); in JS_docgotoPage()
/external/pdfium/public/
Dfpdf_formfill.h273 void (*Doc_gotoPage)(struct _IPDF_JsPlatform* pThis, int nPageNum); member
/external/pdfium/samples/
Dpdfium_test.cc407 platform_callbacks.Doc_gotoPage = ExampleDocGotoPage; in RenderPdf()