OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:responseMIMEType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp
779
const AtomicString& DocumentLoader::
responseMIMEType
() const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp
245
bool isHTML = equalIgnoringCase(
responseMIMEType
(), "text/html");
292
blobData->setContentType(
responseMIMEType
()); //
responseMIMEType
defaults to text/xml which may be incorrect.
[
all
...]
Completed in 41 milliseconds