Searched defs:CFDF_Document (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp8 CFDF_Document::CFDF_Document() : CPDF_IndirectObjects(NULL) function in class:CFDF_Document
14 CFDF_Document::~CFDF_Document()
20 CFDF_Document* CFDF_Document::CreateNewDoc()
22 CFDF_Document* pDoc = FX_NEW CFDF_Document;
29 CFDF_Document* CFDF_Document
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h23 class CFDF_Document;
793 class CFDF_Document : public CPDF_IndirectObjects class in inherits: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();

Completed in 256 milliseconds