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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 107 CPDF_Object* pFileSpec = pDict ? pDict->GetElementValue(FX_BSTRC("F")) : NULL;
108 if (pFileSpec == NULL) {
111 if (pFileSpec->GetType() == PDFOBJ_STRING) {
114 return FPDF_FileSpec_GetWin32Path(pFileSpec);
131 void FPDF_FileSpec_SetWin32Path(CPDF_Object* pFileSpec, const CFX_WideString& filepath)
146 if (pFileSpec->GetType() == PDFOBJ_STRING) {
147 pFileSpec->SetString(CFX_ByteString::FromUnicode(result));
148 } else if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) {
149 ((CPDF_Dictionary*)pFileSpec)->SetAtString(FX_BSTRC("F"), CFX_ByteString::FromUnicode(result));
150 ((CPDF_Dictionary*)pFileSpec)->SetAtString(FX_BSTRC("UF"), PDF_EncodeText(result))
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 798 CFX_WideString FPDF_FileSpec_GetWin32Path(const CPDF_Object* pFileSpec);
799 void FPDF_FileSpec_SetWin32Path(CPDF_Object* pFileSpec, const CFX_WideString& fullpath);

Completed in 331 milliseconds