Home
last modified time | relevance | path

Searched refs:webResponse (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DWebURLAuthenticationChallenge.cpp136 COMPtr<WebURLResponse> webResponse; in initWithProtectionSpace() local
137 hr = failureResponse->QueryInterface(&webResponse); in initWithProtectionSpace()
154 … previousFailureCount, webResponse->resourceResponse(), webError->resourceError()); in initWithProtectionSpace()
DWebDownloadCFNet.cpp366 …COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(respo… in willSendRequest() local
369 … if (FAILED(m_delegate->willSendRequest(this, webRequest.get(), webResponse.get(), &finalRequest))) in willSendRequest()
405 …COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(respo… in didReceiveResponse() local
406 if (FAILED(m_delegate->didReceiveResponse(this, webResponse.get()))) in didReceiveResponse()
412 …COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(respo… in willResumeWithResponse() local
413 if (FAILED(m_delegate->willResumeWithResponse(this, webResponse.get(), fromByte))) in willResumeWithResponse()