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/fetch/
DTextResourceDecoder.cpp334 if (!m_charsetParser) in checkForMetaCharset()
335 m_charsetParser = HTMLMetaCharsetParser::create(); in checkForMetaCharset()
337 if (!m_charsetParser->checkForMetaCharset(data, length)) in checkForMetaCharset()
340 setEncoding(m_charsetParser->encoding(), EncodingFromMetaTag); in checkForMetaCharset()
341 m_charsetParser.clear(); in checkForMetaCharset()
DTextResourceDecoder.h100 OwnPtr<HTMLMetaCharsetParser> m_charsetParser; variable