Searched refs:webResponse (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebURLAuthenticationChallenge.cpp | 136 COMPtr<WebURLResponse> webResponse; in initWithProtectionSpace() local 137 hr = failureResponse->QueryInterface(&webResponse); in initWithProtectionSpace() 154 … previousFailureCount, webResponse->resourceResponse(), webError->resourceError()); in initWithProtectionSpace()
|
D | WebDownloadCFNet.cpp | 366 …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()
|