Searched refs:responseMIMEType (Results 1 – 7 of 7) sorted by relevance
245 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::XMLHttpRequest1192 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()
162 AtomicString responseMIMEType() const;
98 source->setType(loader->responseMIMEType()); in createDocumentStructure()
108 const AtomicString& responseMIMEType() const;
779 const AtomicString& DocumentLoader::responseMIMEType() const in responseMIMEType() function in WebCore::DocumentLoader
1031 .setMimeType(frame->loader().documentLoader()->responseMIMEType()) in buildObjectForFrame()
1184 return documentLoader->responseMIMEType(); in suggestedMIMEType()