Home
last modified time | relevance | path

Searched refs:checkForMetaCharset (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLMetaCharsetParser.h47 bool checkForMetaCharset(const char*, size_t);
DTextResourceDecoder.cpp329 void TextResourceDecoder::checkForMetaCharset(const char* data, size_t length) in checkForMetaCharset() function in blink::TextResourceDecoder
339 if (!m_charsetParser->checkForMetaCharset(data, length)) in checkForMetaCharset()
398 checkForMetaCharset(dataForDecode, lengthForDecode); in decode()
DTextResourceDecoder.h83 void checkForMetaCharset(const char*, size_t);
DHTMLMetaCharsetParser.cpp70 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length) in checkForMetaCharset() function in blink::HTMLMetaCharsetParser