Searched refs:m_InternalStage (Results 1 – 2 of 2) sorted by relevance
26 : m_InternalStage(STAGE_GETCONTENT), m_pObjectHolder(pPage) { in CPDF_ContentParser()61 : m_InternalStage(STAGE_PARSE), in CPDF_ContentParser()117 if (m_InternalStage == STAGE_GETCONTENT) { in Continue()143 m_InternalStage = STAGE_PARSE; in Continue()156 if (m_InternalStage == STAGE_PARSE) { in Continue()167 m_InternalStage = STAGE_CHECKCLIP; in Continue()174 if (m_InternalStage == STAGE_CHECKCLIP) { in Continue()
50 InternalStage m_InternalStage; variable