Searched refs:m_inHeadSection (Results 1 – 2 of 2) sorted by relevance
45 , m_inHeadSection(true) in HTMLMetaCharsetParser()185 m_inHeadSection = false; in checkForMetaCharset()189 … if (!m_inHeadSection && m_input.numberOfCharactersConsumed() >= bytesToCheckUnconditionally) { in checkForMetaCharset()
67 bool m_inHeadSection; variable