Searched refs:req_handle (Results 1 – 6 of 6) sorted by relevance
112 scoped_ptr<DownloadRequestHandleInterface> req_handle) OVERRIDE { in Start() argument113 MockStart(download_file.get(), req_handle.get()); in Start()516 scoped_ptr<DownloadRequestHandleInterface> req_handle; in AddItemToManager() local517 item.Start(scoped_ptr<DownloadFile>(), req_handle.Pass()); in AddItemToManager()
427 scoped_ptr<DownloadRequestHandleInterface> req_handle( in StartDownloadWithId() local429 download->Start(download_file.Pass(), req_handle.Pass()); in StartDownloadWithId()
1084 scoped_ptr<DownloadRequestHandleInterface> req_handle) { in Start() argument1088 DCHECK(req_handle.get()); in Start()1091 request_handle_ = req_handle.Pass(); in Start()
177 scoped_ptr<DownloadRequestHandleInterface> req_handle);
1100 void HostResolverImpl::CancelRequest(RequestHandle req_handle) { in CancelRequest() argument1110 Request* req = reinterpret_cast<Request*>(req_handle); in CancelRequest()
1975 void HostResolverImpl::CancelRequest(RequestHandle req_handle) { in CancelRequest() argument1977 Request* req = reinterpret_cast<Request*>(req_handle); in CancelRequest()