Home
last modified time | relevance | path

Searched defs:failureResponse (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallenge.cpp114 /* [in] */ IWebURLResponse* failureResponse, in initWithProtectionSpace()
188 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::failureResponse( in failureResponse() function in WebURLAuthenticationChallenge
/external/webkit/Source/WebCore/platform/network/
DAuthenticationChallengeBase.cpp67 const ResourceResponse& AuthenticationChallengeBase::failureResponse() const in failureResponse() function in WebCore::AuthenticationChallengeBase
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp1032 void XMLHttpRequest::didReceiveAuthenticationCancellation(const ResourceResponse& failureResponse) in didReceiveAuthenticationCancellation()