Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/dns/
Ddns_api.cc28 request_handle_(new net::HostResolver::RequestHandle()), in DnsResolveFunction()
67 request_handle_.get(), in WorkOnIOThread()
Ddns_api.h47 scoped_ptr<net::HostResolver::RequestHandle> request_handle_; variable
/external/chromium_org/content/browser/download/
Ddownload_item_impl.cc221 request_handle_(request_handle.Pass()), in DownloadItemImpl()
337 request_handle_->PauseRequest(); in Pause()
348 request_handle_->ResumeRequest(); in Resume()
403 request_handle_->CancelRequest(); in Cancel()
739 if (request_handle_) in GetWebContents()
740 return request_handle_->GetWebContents(); in GetWebContents()
1091 request_handle_ = req_handle.Pass(); in Start()
1097 request_handle_->CancelRequest(); in Start()
1432 request_handle_->CancelRequest(); in Interrupt()
Ddownload_item_impl.h391 scoped_ptr<DownloadRequestHandleInterface> request_handle_; variable
/external/chromium_org/chrome/browser/extensions/api/socket/
Dsocket_api.cc89 request_handle_(new net::HostResolver::RequestHandle), in SocketExtensionWithDnsLookupFunction()
115 request_handle_.get(), in StartDnsLookup()
Dsocket_api.h131 scoped_ptr<net::HostResolver::RequestHandle> request_handle_; variable