Lines Matching refs:createInstance
86 m_request.adoptRef(WebMutableURLRequest::createInstance(request)); in init()
115 m_request.adoptRef(WebMutableURLRequest::createInstance(request)); in init()
146 m_request.adoptRef(WebMutableURLRequest::createInstance(webRequest.get())); in initWithRequest()
313 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error)); in cancelAuthenticationChallenge()
364 …COMPtr<WebMutableURLRequest> webRequest(AdoptCOM, WebMutableURLRequest::createInstance(ResourceReq… in willSendRequest()
365 …COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(respo… in willSendRequest()
374 …COMPtr<WebMutableURLRequest> finalWebRequest(AdoptCOM, WebMutableURLRequest::createInstance(finalR… in willSendRequest()
394 WebURLAuthenticationChallenge::createInstance(AuthenticationChallenge(challenge, 0), this)); in didReceiveAuthenticationChallenge()
404 …COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(respo… in didReceiveResponse()
411 …COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(respo… in willResumeWithResponse()
510 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(ResourceError(error))); in didFail()