Home
last modified time | relevance | path

Searched refs:req_handle (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_manager_impl_unittest.cc112 scoped_ptr<DownloadRequestHandleInterface> req_handle) OVERRIDE { in Start() argument
113 MockStart(download_file.get(), req_handle.get()); in Start()
516 scoped_ptr<DownloadRequestHandleInterface> req_handle; in AddItemToManager() local
517 item.Start(scoped_ptr<DownloadFile>(), req_handle.Pass()); in AddItemToManager()
Ddownload_manager_impl.cc427 scoped_ptr<DownloadRequestHandleInterface> req_handle( in StartDownloadWithId() local
429 download->Start(download_file.Pass(), req_handle.Pass()); in StartDownloadWithId()
Ddownload_item_impl.cc1084 scoped_ptr<DownloadRequestHandleInterface> req_handle) { in Start() argument
1088 DCHECK(req_handle.get()); in Start()
1091 request_handle_ = req_handle.Pass(); in Start()
Ddownload_item_impl.h177 scoped_ptr<DownloadRequestHandleInterface> req_handle);
/external/chromium/net/base/
Dhost_resolver_impl.cc1100 void HostResolverImpl::CancelRequest(RequestHandle req_handle) { in CancelRequest() argument
1110 Request* req = reinterpret_cast<Request*>(req_handle); in CancelRequest()
/external/chromium_org/net/dns/
Dhost_resolver_impl.cc1975 void HostResolverImpl::CancelRequest(RequestHandle req_handle) { in CancelRequest() argument
1977 Request* req = reinterpret_cast<Request*>(req_handle); in CancelRequest()