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

  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 628 bool shouldFailLoad = m_frame->settings()->webArchiveDebugModeEnabled() && ArchiveFactory::isArchiveMimeType(responseMIMEType());
706 const String& DocumentLoader::responseMIMEType() const
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 907 String XMLHttpRequest::responseMIMEType() const
924 return DOMImplementation::isXMLMIMEType(responseMIMEType());
    [all...]

Completed in 356 milliseconds