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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.h 47 bool checkForMetaCharset(const char*, size_t);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
TextResourceDecoder.h 82 void checkForMetaCharset(const char*, size_t);
TextResourceDecoder.cpp 327 void TextResourceDecoder::checkForMetaCharset(const char* data, size_t length)
337 if (!m_charsetParser->checkForMetaCharset(data, length))
396 checkForMetaCharset(dataForDecode, lengthForDecode);

Completed in 163 milliseconds