Home
last modified time | relevance | path

Searched refs:m_inHeadSection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLMetaCharsetParser.cpp45 , m_inHeadSection(true) in HTMLMetaCharsetParser()
114 m_inHeadSection = false; in checkForMetaCharset()
118 … if (!m_inHeadSection && m_input.numberOfCharactersConsumed() >= bytesToCheckUnconditionally) { in checkForMetaCharset()
DHTMLMetaCharsetParser.h60 bool m_inHeadSection; variable