Searched refs:m_InternalStage (Results 1 – 3 of 3) sorted by relevance
946 m_InternalStage = PAGEPARSE_STAGE_GETCONTENT; in Start()1024 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Start()1031 if (m_InternalStage == PAGEPARSE_STAGE_GETCONTENT) { in Continue()1062 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Continue()1072 if (m_InternalStage == PAGEPARSE_STAGE_PARSE) { in Continue()1081 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP; in Continue()1085 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP; in Continue()1090 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in Continue()1139 if (m_InternalStage == PAGEPARSE_STAGE_GETCONTENT) { in EstimateProgress()1142 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in EstimateProgress()
632 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Start()682 m_InternalStage = PAGEPARSE_STAGE_PARSE; in Start()688 if (m_InternalStage == PAGEPARSE_STAGE_PARSE) { in Continue()691 m_InternalStage = PAGEPARSE_STAGE_CHECKCLIP; in Continue()737 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in Continue()783 if (m_InternalStage == PAGEPARSE_STAGE_CHECKCLIP) { in EstimateProgress()
342 int m_InternalStage; variable