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

  /external/webkit/Source/WebCore/platform/network/
AuthenticationChallengeBase.cpp 67 const ResourceResponse& AuthenticationChallengeBase::failureResponse() const
104 if (a.failureResponse() != b.failureResponse())
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.cpp 114 /* [in] */ IWebURLResponse* failureResponse,
120 if (!space || !proposedCredential || !failureResponse || !sender)
134 hr = failureResponse->QueryInterface(&webResponse);
188 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::failureResponse(
191 *result = WebURLResponse::createInstance(m_authenticationChallenge.failureResponse());
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 125 encoder->encode(CoreIPC::In(challenge.protectionSpace(), challenge.proposedCredential(), challenge.previousFailureCount(), challenge.failureResponse(), challenge.error()));
133 WebCore::ResourceResponse failureResponse;
136 if (!decoder->decode(CoreIPC::Out(protectionSpace, proposedCredential, previousFailureCount, failureResponse, error)))
139 challenge = WebCore::AuthenticationChallenge(protectionSpace, proposedCredential, previousFailureCount, failureResponse, error);

Completed in 99 milliseconds