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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 837 const String& DocumentLoader::responseMIMEType() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 237 bool isHTML = equalIgnoringCase(responseMIMEType(), "text/html");
289 blobData->setContentType(responseMIMEType()); // responseMIMEType defaults to text/xml which may be incorrect.
    [all...]

Completed in 190 milliseconds