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

  /external/webkit/Source/WebCore/platform/network/
MIMESniffing.h 29 MIMESniffer(const char* advertisedMIMEType, bool isSupportedImageType);
MIMESniffing.cpp 458 MIMESniffer::MIMESniffer(const char* advertisedMIMEType, bool isSupportedImageType)
462 if (!advertisedMIMEType) {
468 if (isTextOrBinaryType(advertisedMIMEType)) {
474 if (isUnknownType(advertisedMIMEType)) {
480 if (isXMLType(advertisedMIMEType))
490 if (!strcmp(advertisedMIMEType, "text/html")) {
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h 77 QString advertisedMIMEType() const { return m_advertisedMIMEType; }

Completed in 266 milliseconds