Home
last modified time | relevance | path

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

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