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

  /external/webkit/WebCore/platform/network/
AuthenticationChallengeBase.cpp 67 const ResourceResponse& AuthenticationChallengeBase::failureResponse() const
104 if (a.failureResponse() != b.failureResponse())
  /external/webkit/WebKit/win/
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());

Completed in 30 milliseconds