Searched refs:CONTENT_PARSING (Results 1 – 3 of 3) sorted by relevance
38 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()49 m_ParseState = CONTENT_PARSING; in StartParse()
82 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()86 m_ParseState = CONTENT_PARSING; in StartParse()
85 enum ParseState { CONTENT_NOT_PARSED, CONTENT_PARSING, CONTENT_PARSED }; enumerator