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 114 CPDF_Object* pFileSpec = m_pRootDict->GetDict(FX_BSTRC("FDF"))->GetElementValue(FX_BSTRC("F"));
115 if (pFileSpec == NULL) {
118 if (pFileSpec->GetType() == PDFOBJ_STRING) {
121 return FPDF_FileSpec_GetWin32Path(pFileSpec);
168 void FPDF_FileSpec_SetWin32Path(CPDF_Object* pFileSpec, const CFX_WideString& filepath)
183 if (pFileSpec->GetType() == PDFOBJ_STRING) {
184 pFileSpec->SetString(CFX_ByteString::FromUnicode(result));
185 } else if (pFileSpec->GetType() == PDFOBJ_DICTIONARY) {
186 ((CPDF_Dictionary*)pFileSpec)->SetAtString(FX_BSTRC("F"), CFX_ByteString::FromUnicode(result));
187 ((CPDF_Dictionary*)pFileSpec)->SetAtString(FX_BSTRC("UF"), PDF_EncodeText(result));
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 832 CFX_WideString FPDF_FileSpec_GetWin32Path(const CPDF_Object* pFileSpec);
833 void FPDF_FileSpec_SetWin32Path(CPDF_Object* pFileSpec, const CFX_WideString& fullpath);

Completed in 36 milliseconds