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