Searched refs:checkForMetaCharset (Results 1 – 4 of 4) sorted by relevance
47 bool checkForMetaCharset(const char*, size_t);
329 void TextResourceDecoder::checkForMetaCharset(const char* data, size_t length) in checkForMetaCharset() function in blink::TextResourceDecoder339 if (!m_charsetParser->checkForMetaCharset(data, length)) in checkForMetaCharset()398 checkForMetaCharset(dataForDecode, lengthForDecode); in decode()
83 void checkForMetaCharset(const char*, size_t);
70 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length) in checkForMetaCharset() function in blink::HTMLMetaCharsetParser