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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_fdf.cpp 8 CFDF_Document::CFDF_Document() : CPDF_IndirectObjects(NULL)
14 CFDF_Document::~CFDF_Document()
20 CFDF_Document* CFDF_Document::CreateNewDoc()
22 CFDF_Document* pDoc = FX_NEW CFDF_Document;
29 CFDF_Document* CFDF_Document::ParseFile(FX_LPCSTR file_path)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 23 class CFDF_Document;
793 class CFDF_Document : public CPDF_IndirectObjects
797 static CFDF_Document* CreateNewDoc();
799 static CFDF_Document* ParseFile(FX_LPCSTR file_path);
801 static CFDF_Document* ParseFile(FX_LPCWSTR file_path);
803 static CFDF_Document* ParseFile(IFX_FileRead *pFile, FX_BOOL bOwnFile = FALSE);
805 static CFDF_Document* ParseMemory(FX_LPCBYTE pData, FX_DWORD size);
807 ~CFDF_Document();
825 CFDF_Document();
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 981 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec = FALSE) const;
983 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude = TRUE, FX_BOOL bSimpleFileSpec = FALSE) const;
985 FX_BOOL ImportFromFDF(const CFDF_Document* pFDFDoc, FX_BOOL bNotify = FALSE);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 171 milliseconds