HomeSort by relevance Sort by last modified time
    Searched refs:failureResponse (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/network/
AuthenticationChallengeBase.cpp 67 const ResourceResponse& AuthenticationChallengeBase::failureResponse() const
104 if (a.failureResponse() != b.failureResponse())
AuthenticationChallengeBase.h 45 const ResourceResponse& failureResponse() const;
  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.h 54 /* [in] */ IWebURLResponse* failureResponse,
65 virtual HRESULT STDMETHODCALLTYPE failureResponse(
WebURLAuthenticationChallenge.cpp 117 /* [in] */ IWebURLResponse* failureResponse,
123 if (!space || !proposedCredential || !failureResponse || !sender)
137 hr = failureResponse->QueryInterface(&webResponse);
191 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::failureResponse(
194 *result = WebURLResponse::createInstance(m_authenticationChallenge.failureResponse());
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 59 - (NSURLResponse *)failureResponse
61 HRESULT failureResponse([out, retval] IWebURLResponse** result);
69 - (id)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(NSURLCredential *)credential previousFailureCount:(int)count failureResponse:(NSURLResponse *)response error:(NSError *)error sender:(id <NSURLAuthenticationChallengeSender>)sender
71 HRESULT initWithProtectionSpace([in] IWebURLProtectionSpace* space, [in] IWebURLCredential* proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWebURLAuthenticationChallengeSender* sender);
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 102 [challenge failureResponse],
139 failureResponse:coreChallenge.failureResponse().nsURLResponse()
ResourceHandleMac.mm 551 if (challenge.failureResponse().httpStatusCode() == 401)
    [all...]
  /external/webkit/WebCore/platform/network/cf/
AuthenticationCF.cpp 83 coreChallenge.failureResponse().cfURLResponse(),
ResourceHandleCFNet.cpp 465 if (challenge.failureResponse().httpStatusCode() == 401)
507 if (challenge.failureResponse().httpStatusCode() == 401)
    [all...]
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 882 void XMLHttpRequest::didReceiveAuthenticationCancellation(const ResourceResponse& failureResponse)
884 m_response = failureResponse;
  /external/webkit/WebCore/loader/
DocumentThreadableLoader.cpp 276 m_client->didReceiveAuthenticationCancellation(challenge.failureResponse());

Completed in 653 milliseconds