Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp306 if (!js_platform || !js_platform->Doc_getFilePath) in GetFilePath()
310 js_platform->Doc_getFilePath(js_platform, nullptr, 0); in GetFilePath()
316 js_platform->Doc_getFilePath(js_platform, pBuff.data(), nRequiredLen); in GetFilePath()
/external/pdfium/public/
Dfpdf_formfill.h157 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, member
/external/pdfium/testing/
Dpdfium_test.cc1620 platform_callbacks.Doc_getFilePath = ExampleDocGetFilePath; in ProcessPdf()