Searched refs:CONTENT_PARSING (Results 1 – 3 of 3) sorted by relevance
40 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()45 m_ParseState = CONTENT_PARSING; in StartParse()
90 if (m_ParseState == CONTENT_PARSED || m_ParseState == CONTENT_PARSING) in StartParse()95 m_ParseState = CONTENT_PARSING; in StartParse()
59 enum ParseState { CONTENT_NOT_PARSED, CONTENT_PARSING, CONTENT_PARSED }; enumerator