HomeSort by relevance Sort by last modified time
    Searched defs:HTMLMetaCharsetParser (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/parser/
HTMLMetaCharsetParser.cpp 27 #include "HTMLMetaCharsetParser.h"
42 HTMLMetaCharsetParser::HTMLMetaCharsetParser()
50 HTMLMetaCharsetParser::~HTMLMetaCharsetParser()
57 String HTMLMetaCharsetParser::extractCharset(const String& value)
103 bool HTMLMetaCharsetParser::processMeta()
141 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length)
HTMLMetaCharsetParser.h 39 class HTMLMetaCharsetParser {
40 WTF_MAKE_NONCOPYABLE(HTMLMetaCharsetParser);
42 static PassOwnPtr<HTMLMetaCharsetParser> create() { return adoptPtr(new HTMLMetaCharsetParser()); }
44 ~HTMLMetaCharsetParser();
52 HTMLMetaCharsetParser();

Completed in 121 milliseconds