Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp245 bool isHTML = equalIgnoringCase(responseMIMEType(), "text/html"); in responseXML()
292 …blobData->setContentType(responseMIMEType()); // responseMIMEType defaults to text/xml which may b… in responseBlob()
1173 AtomicString XMLHttpRequest::responseMIMEType() const in responseMIMEType() function in WebCore::XMLHttpRequest
1192 return DOMImplementation::isXMLMIMEType(responseMIMEType().lower()); in responseIsXML()
1333 } else if (equalIgnoringCase(responseMIMEType(), "text/html")) in didReceiveData()
1354 m_responseStream = Stream::create(executionContext(), responseMIMEType()); in didReceiveData()
DXMLHttpRequest.h162 AtomicString responseMIMEType() const;
/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaDocument.cpp98 source->setType(loader->responseMIMEType()); in createDocumentStructure()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.h108 const AtomicString& responseMIMEType() const;
DDocumentLoader.cpp779 const AtomicString& DocumentLoader::responseMIMEType() const in responseMIMEType() function in WebCore::DocumentLoader
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp1031 .setMimeType(frame->loader().documentLoader()->responseMIMEType()) in buildObjectForFrame()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp1184 return documentLoader->responseMIMEType(); in suggestedMIMEType()