Searched refs:CONTENT_PARSED (Results 1 – 4 of 4) sorted by relevance
32 bool IsParsed() const { return m_ParseState == CONTENT_PARSED; } in IsParsed()59 enum ParseState { CONTENT_NOT_PARSED, CONTENT_PARSING, CONTENT_PARSED }; enumerator
40 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()
35 m_ParseState = CONTENT_PARSED; in ContinueParse()
90 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()