Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.h182 WideString JS_docGetFilePath();
H A Dcpdfsdk_formfillenvironment.cpp299 WideString CPDFSDK_FormFillEnvironment::JS_docGetFilePath() { in JS_docGetFilePath() function in CPDFSDK_FormFillEnvironment
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_document.cpp892 pRuntime->NewString(m_pFormFillEnv->JS_docGetFilePath().AsStringView())); in get_URL()
933 WideString wsFilePath = m_pFormFillEnv->JS_docGetFilePath(); in get_document_file_name()
955 CJS_App::SysPathToPDFPath(m_pFormFillEnv->JS_docGetFilePath()) in get_path()