Home
last modified time | relevance | path

Searched refs:FinalResponseMIMEType (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xmlhttprequest/
H A Dxml_http_request.h213 AtomicString FinalResponseMIMEType() const;
H A Dxml_http_request.cc1571 AtomicString XMLHttpRequest::FinalResponseMIMEType() const { in FinalResponseMIMEType() function in blink::XMLHttpRequest
1586 AtomicString final_type = FinalResponseMIMEType(); in FinalResponseMIMETypeWithFallback()
1650 return EqualIgnoringASCIICase(FinalResponseMIMEType(), "text/html"); in ResponseIsHTML()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xmlhttprequest/
H A Dxml_http_request.h214 AtomicString FinalResponseMIMEType() const;
H A Dxml_http_request.cc1575 AtomicString XMLHttpRequest::FinalResponseMIMEType() const { in FinalResponseMIMEType() function in blink::XMLHttpRequest
1590 AtomicString final_type = FinalResponseMIMEType(); in FinalResponseMIMETypeWithFallback()
1654 return EqualIgnoringASCIICase(FinalResponseMIMEType(), "text/html"); in ResponseIsHTML()