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