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

  /external/webkit/Source/WebCore/html/parser/
HTMLMetaCharsetParser.cpp 141 bool HTMLMetaCharsetParser::checkForMetaCharset(const char* data, size_t length)
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 533 return checkForMetaCharset(data, len);
575 return checkForMetaCharset(data, len);
578 bool TextResourceDecoder::checkForMetaCharset(const char* data, size_t length)
580 if (!m_charsetParser->checkForMetaCharset(data, length))

Completed in 48 milliseconds