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);
DHTMLMetaCharsetParser.cpp150 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length) in checkForMetaCharset() function in WebCore::HTMLMetaCharsetParser
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DTextResourceDecoder.cpp327 void TextResourceDecoder::checkForMetaCharset(const char* data, size_t length) in checkForMetaCharset() function in WebCore::TextResourceDecoder
337 if (!m_charsetParser->checkForMetaCharset(data, length)) in checkForMetaCharset()
396 checkForMetaCharset(dataForDecode, lengthForDecode); in decode()
DTextResourceDecoder.h82 void checkForMetaCharset(const char*, size_t);