Searched refs:HTMLMetaCharsetParser (Results 1 – 12 of 12) sorted by relevance
39 class HTMLMetaCharsetParser {40 WTF_MAKE_NONCOPYABLE(HTMLMetaCharsetParser); WTF_MAKE_FAST_ALLOCATED;42 …static PassOwnPtr<HTMLMetaCharsetParser> create() { return adoptPtr(new HTMLMetaCharsetParser()); } in create()44 ~HTMLMetaCharsetParser();57 HTMLMetaCharsetParser();
42 HTMLMetaCharsetParser::HTMLMetaCharsetParser() in HTMLMetaCharsetParser() function in WebCore::HTMLMetaCharsetParser50 HTMLMetaCharsetParser::~HTMLMetaCharsetParser() in ~HTMLMetaCharsetParser()57 String HTMLMetaCharsetParser::extractCharset(const String& value) in extractCharset()103 bool HTMLMetaCharsetParser::processMeta() in processMeta()117 WTF::TextEncoding HTMLMetaCharsetParser::encodingFromMetaAttributes(const AttributeList& attributes) in encodingFromMetaAttributes()150 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length) in checkForMetaCharset()
31 class HTMLMetaCharsetParser; variable100 OwnPtr<HTMLMetaCharsetParser> m_charsetParser;
335 m_charsetParser = HTMLMetaCharsetParser::create(); in checkForMetaCharset()
79 HTMLMetaCharsetParser::AttributeList attributes; in isCharsetSpecifyingNode()87 WTF::TextEncoding textEncoding = HTMLMetaCharsetParser::encodingFromMetaAttributes(attributes); in isCharsetSpecifyingNode()
231 third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
2573 'html/parser/HTMLMetaCharsetParser.cpp',2574 'html/parser/HTMLMetaCharsetParser.h',