Home
last modified time | relevance | path

Searched refs:responseMIMEType (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp907 String XMLHttpRequest::responseMIMEType() const in responseMIMEType() function in WebCore::XMLHttpRequest
924 return DOMImplementation::isXMLMIMEType(responseMIMEType()); in responseIsXML()
1055 } else if (responseMIMEType() == "text/html") in didReceiveData()
DXMLHttpRequest.h158 String responseMIMEType() const;
/external/webkit/Source/WebCore/loader/
DDocumentLoader.cpp628 …>settings()->webArchiveDebugModeEnabled() && ArchiveFactory::isArchiveMimeType(responseMIMEType()); in scheduleArchiveLoad()
706 const String& DocumentLoader::responseMIMEType() const in responseMIMEType() function in WebCore::DocumentLoader
DDocumentLoader.h101 const String& responseMIMEType() const;
DFrameLoader.cpp2110 m_documentLoader->writer()->setMIMEType(dl->responseMIMEType()); in transitionToCommitted()
2316 …ve> archive = ArchiveFactory::create(loader->mainResourceData().get(), loader->responseMIMEType()); in finishedLoadingDocument()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.cpp865 String mimeType = docLoader->responseMIMEType(); in webkit_web_frame_get_response_mime_type()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp970 return docLoader->responseMIMEType(); in responseMimeType()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1417000 (WebCore::XMLHttpRequest::responseMIMEType):
20900 (WebCore::XMLHttpRequest::responseMIMEType): Use MIME type provided by
21725 (WebCore::XMLHttpRequest::responseMIMEType):
54731 The FrameLoader's responseMIMEType was not being updated when a page was
70074 (WebCore::DocumentLoader::responseMIMEType):
DChangeLog-2006-12-3113424 (WebCore::FrameLoader::responseMIMEType):
23320 (WebCore::Frame::responseMIMEType): added
DChangeLog-2008-08-1029934 (WebCore::DocumentLoader::responseMIMEType):
79318 - Updated XMLHttpRequest::responseMIMEType() to keep its behaviour
79329 (WebCore::XMLHttpRequest::responseMIMEType):
DChangeLog-2010-05-2423512 (WebCore::FrameLoader::responseMIMEType):