HomeSort by relevance Sort by last modified time
    Searched defs:checkForMetaCharset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 70 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length)
TextResourceDecoder.cpp 329 void TextResourceDecoder::checkForMetaCharset(const char* data, size_t length)
339 if (!m_charsetParser->checkForMetaCharset(data, length))
398 checkForMetaCharset(dataForDecode, lengthForDecode);

Completed in 145 milliseconds