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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 27 #include "core/html/parser/HTMLMetaCharsetParser.h"
43 HTMLMetaCharsetParser::HTMLMetaCharsetParser()
51 HTMLMetaCharsetParser::~HTMLMetaCharsetParser()
58 String HTMLMetaCharsetParser::extractCharset(const String& value)
104 bool HTMLMetaCharsetParser::processMeta()
118 WTF::TextEncoding HTMLMetaCharsetParser::encodingFromMetaAttributes(const AttributeList& attributes)
151 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length)
HTMLMetaCharsetParser.h 39 class HTMLMetaCharsetParser {
40 WTF_MAKE_NONCOPYABLE(HTMLMetaCharsetParser); WTF_MAKE_FAST_ALLOCATED;
42 static PassOwnPtr<HTMLMetaCharsetParser> create() { return adoptPtr(new HTMLMetaCharsetParser()); }
44 ~HTMLMetaCharsetParser();
57 HTMLMetaCharsetParser();

Completed in 334 milliseconds