Home
last modified time | relevance | path

Searched refs:wsFilePath (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h46 const WideString& wsFilePath,
Dcpdfxfa_docenvironment.cpp415 const WideString& wsFilePath, in ExportData() argument
428 ByteString bs = wsFilePath.ToUTF16LE(); in ExportData()
429 if (wsFilePath.IsEmpty()) { in ExportData()
/external/pdfium/xfa/fxfa/
Dfxfa.h228 const WideString& wsFilePath,
/external/pdfium/fxjs/
Dcjs_document.cpp932 WideString wsFilePath = m_pFormFillEnv->JS_docGetFilePath(); in get_document_file_name() local
933 size_t i = wsFilePath.GetLength(); in get_document_file_name()
935 if (wsFilePath[i - 1] == L'\\' || wsFilePath[i - 1] == L'/') in get_document_file_name()
938 if (i > 0 && i < wsFilePath.GetLength()) in get_document_file_name()
939 return CJS_Result::Success(pRuntime->NewString(wsFilePath.c_str() + i)); in get_document_file_name()
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp1034 WideString wsFilePath = CPDF_FileSpec::EncodeFileName(pdf_path); in ExportToFDF() local
1036 wsFilePath.ToDefANSI(), false); in ExportToFDF()
1037 pMainDict->SetNewFor<CPDF_String>("UF", wsFilePath); in ExportToFDF()