Searched refs:CONTENT_PARSED (Results 1 – 4 of 4) sorted by relevance
53 bool IsParsed() const { return m_ParseState == CONTENT_PARSED; } in IsParsed()85 enum ParseState { CONTENT_NOT_PARSED, CONTENT_PARSING, CONTENT_PARSED }; enumerator
38 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()
43 m_ParseState = CONTENT_PARSED; in ContinueParse()
82 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()