Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A 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()
/aosp_15_r20/external/pdfium/public/
H A Dfpdf_formfill.h167 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, member
/aosp_15_r20/external/pdfium/samples/
H A Dpdfium_test.cc1609 platform_callbacks.Doc_getFilePath = ExampleDocGetFilePath; in ProcessPdf()