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"
42 HTMLMetaCharsetParser::HTMLMetaCharsetParser()
50 HTMLMetaCharsetParser::~HTMLMetaCharsetParser()
54 bool HTMLMetaCharsetParser::processMeta()
70 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();
52 HTMLMetaCharsetParser();

Completed in 152 milliseconds