Searched refs:m_ParseState (Results 1 – 2 of 2) sorted by relevance
681 m_ParseState(CONTENT_NOT_PARSED) {} in CPDF_PageObjects()698 m_ParseState = CONTENT_PARSED; in ContinueParse()778 m_ParseState = CONTENT_NOT_PARSED; in ClearCacheObjects()865 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) { in StartParse()870 m_ParseState = CONTENT_PARSING; in StartParse()928 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) { in StartParse()934 m_ParseState = CONTENT_PARSING; in StartParse()
35 FX_BOOL IsParsed() const { return m_ParseState == CONTENT_PARSED; } in IsParsed()97 ParseState m_ParseState; variable