Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.cpp336 if (!m_charsetParser) in checkForMetaCharset()
337 m_charsetParser = HTMLMetaCharsetParser::create(); in checkForMetaCharset()
339 if (!m_charsetParser->checkForMetaCharset(data, length)) in checkForMetaCharset()
342 setEncoding(m_charsetParser->encoding(), EncodingFromMetaTag); in checkForMetaCharset()
343 m_charsetParser.clear(); in checkForMetaCharset()
DTextResourceDecoder.h101 OwnPtr<HTMLMetaCharsetParser> m_charsetParser; variable