HomeSort by relevance Sort by last modified time
    Searched refs:wsFileName (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 146 CFX_WideString wsFileName;
148 wsFileName = CFX_WideString();
150 wsFileName = pDict->GetUnicodeText("UF");
151 if (wsFileName.IsEmpty()) {
152 wsFileName = CFX_WideString::FromLocal(pDict->GetString("F"));
155 return wsFileName;
157 if (wsFileName.IsEmpty() && pDict->KeyExist("DOS")) {
158 wsFileName = CFX_WideString::FromLocal(pDict->GetString("DOS"));
161 wsFileName = CFX_WideString::FromLocal(pFileSpec->GetString());
163 if (wsFileName[0] != '/')
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 18 CFX_WideString wsFileName;
20 while (FX_GetNextFile(pPathHandle, wsFileName, bFolder)) {
22 if (wsFileName.GetLength() < 4) {
25 CFX_WideString wsExt = wsFileName.Right(4);
31 wsFullPath += L"\\" + wsFileName;
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 390 const CFX_WideStringC& wsFileName,
394 wsStr = wsFileName;
396 wsStr = FILESPEC_EncodeFileName(wsFileName);
405 void CPDF_FileSpec::SetFileName(const CFX_WideStringC& wsFileName,
412 FPDFDOC_FILESPEC_SetFileName(m_pObj, wsFileName, bURL);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 330 FX_BOOL GetFileName(CFX_WideString& wsFileName) const;
334 void SetFileName(const CFX_WideStringC& wsFileName, FX_BOOL bURL = FALSE);
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 229 milliseconds