Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h144 WideString JS_docGetFilePath();
Dcpdfsdk_formfillenvironment.cpp282 WideString CPDFSDK_FormFillEnvironment::JS_docGetFilePath() { in JS_docGetFilePath() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fxjs/
Dcjs_document.cpp891 pRuntime->NewString(m_pFormFillEnv->JS_docGetFilePath().AsStringView())); in get_URL()
932 WideString wsFilePath = m_pFormFillEnv->JS_docGetFilePath(); in get_document_file_name()
953 CJS_App::SysPathToPDFPath(m_pFormFillEnv->JS_docGetFilePath()) in get_path()