Searched refs:CPDF_ContentParser (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h26 class CPDF_ContentParser;
127 friend class CPDF_ContentParser;
139 CPDF_ContentParser* m_pParser;
192 friend class CPDF_ContentParser;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp585 CPDF_ContentParser::CPDF_ContentParser() function in class:CPDF_ContentParser
592 CPDF_ContentParser::~CPDF_ContentParser()
596 void CPDF_ContentParser::Clear()
607 void CPDF_ContentParser::Start(CPDF_Page* pPage, CPDF_ParseOptions* pOptions)
640 void CPDF_ContentParser::Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates, CFX_AffineMatrix* pParentMatrix,
685 void CPDF_ContentParser::Continue(IFX_Pause* pPause)
775 int CPDF_ContentParser::EstimateProgress()
H A Dfpdf_page_parser_old.cpp897 CPDF_ContentParser::CPDF_ContentParser() function in class:CPDF_ContentParser
906 CPDF_ContentParser::~CPDF_ContentParser()
910 void CPDF_ContentParser::Clear()
934 void CPDF_ContentParser::Start(CPDF_Page* pPage, CPDF_ParseOptions* pOptions)
971 void CPDF_ContentParser::Start(CPDF_Form* pForm, CPDF_AllStates* pGraphicStates,
1027 void CPDF_ContentParser::Continue(IFX_Pause* pPause)
1131 int CPDF_ContentParser::EstimateProgress()
H A Dpageint.h320 class CPDF_ContentParser : public CFX_Object class in inherits:CFX_Object
323 CPDF_ContentParser();
324 ~CPDF_ContentParser();
H A Dfpdf_page.cpp713 if (m_pParser->GetStatus() == CPDF_ContentParser::Done) {
906 m_pParser = FX_NEW CPDF_ContentParser;
970 m_pParser = FX_NEW CPDF_ContentParser;

Completed in 314 milliseconds