Home
last modified time | relevance | path

Searched refs:HTMLMetaCharsetParser (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLMetaCharsetParser.h39 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();
DHTMLMetaCharsetParser.cpp42 HTMLMetaCharsetParser::HTMLMetaCharsetParser() in HTMLMetaCharsetParser() function in WebCore::HTMLMetaCharsetParser
50 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()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DTextResourceDecoder.h31 class HTMLMetaCharsetParser; variable
100 OwnPtr<HTMLMetaCharsetParser> m_charsetParser;
DTextResourceDecoder.cpp335 m_charsetParser = HTMLMetaCharsetParser::create(); in checkForMetaCharset()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp79 HTMLMetaCharsetParser::AttributeList attributes; in isCharsetSpecifyingNode()
87 WTF::TextEncoding textEncoding = HTMLMetaCharsetParser::encodingFromMetaAttributes(attributes); in isCharsetSpecifyingNode()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-arm.mk231 third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
Dwebcore_html.target.darwin-x86.mk231 third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
Dwebcore_html.target.linux-mips.mk231 third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
Dwebcore_html.target.darwin-mips.mk231 third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
Dwebcore_html.target.darwin-arm.mk231 third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
Dwebcore_html.target.linux-x86.mk231 third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
Dcore.gypi2573 'html/parser/HTMLMetaCharsetParser.cpp',
2574 'html/parser/HTMLMetaCharsetParser.h',