Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp289 !m_pInfo->m_pJsPlatform->Doc_getFilePath) { in GetFilePath()
292 const int nRequiredLen = m_pInfo->m_pJsPlatform->Doc_getFilePath( in GetFilePath()
298 const int nActualLen = m_pInfo->m_pJsPlatform->Doc_getFilePath( in GetFilePath()
/external/pdfium/public/
Dfpdf_formfill.h167 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, member
/external/pdfium/samples/
Dpdfium_test.cc895 platform_callbacks.Doc_getFilePath = ExampleDocGetFilePath; in RenderPdf()