HomeSort by relevance Sort by last modified time
    Searched defs:wsFilePath (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffimageedit.cpp 112 CFX_WideString wsFilePath = wsPathArray[0];
113 FX_STRSIZE nLen = wsFilePath.GetLength();
115 while (nIndex > 0 && wsFilePath[nIndex] != '.') {
122 wsContentType += wsFilePath.Right(nLen - nIndex - 1);
129 IFX_FileRead* pFileRead = FX_CreateFileRead(wsFilePath);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 722 CFX_WideString wsFilePath;
725 wsFilePath = CFX_WideString::FromUTF8(bsFilePath, bsFilePath.GetLength());
728 pNotify->GetDocProvider()->ImportData(hDoc, wsFilePath);
742 CFX_WideString wsFilePath;
746 wsFilePath = CFX_WideString::FromUTF8(bsFilePath, bsFilePath.GetLength());
751 pNotify->GetDocProvider()->ExportData(hDoc, wsFilePath, bXDP);
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 1055 CFX_WideString wsFilePath = FILESPEC_EncodeFileName(pdf_path);
1056 pMainDict->SetAtString("F", CFX_ByteString::FromUnicode(wsFilePath));
1057 pMainDict->SetAtString("UF", PDF_EncodeText(wsFilePath));
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]

Completed in 626 milliseconds