Searched refs:m_charsetParser (Results 1 – 2 of 2) sorted by relevance
334 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()
100 OwnPtr<HTMLMetaCharsetParser> m_charsetParser; variable