Home
last modified time | relevance | path

Searched refs:BeginDownload (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
Dplugin_installer.cc38 void BeginDownload( in BeginDownload() function
50 net::Error error = rdh->BeginDownload( in BeginDownload()
147 base::Bind(&BeginDownload, in StartInstalling()
/external/chromium_org/content/public/browser/
Dresource_dispatcher_host.h49 virtual net::Error BeginDownload(
/external/chromium_org/chrome/browser/component_updater/
Dbackground_downloader_win.h42 void BeginDownload(const GURL& url);
Dbackground_downloader_win.cc407 base::Bind(&BackgroundDownloader::BeginDownload, in DoStartDownload()
414 void BackgroundDownloader::BeginDownload(const GURL& url) { in BeginDownload() function in component_updater::BackgroundDownloader
/external/chromium_org/content/browser/download/
Ddownload_manager_impl.cc51 void BeginDownload(scoped_ptr<DownloadUrlParameters> params, in BeginDownload() function
123 ResourceDispatcherHost::Get()->BeginDownload( in BeginDownload()
537 base::Bind(&BeginDownload, base::Passed(&params), id)); in ResumeInterruptedDownload()
604 &BeginDownload, base::Passed(&params), in DownloadUrl()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.h81 virtual net::Error BeginDownload(
Dresource_dispatcher_host_impl.cc460 net::Error ResourceDispatcherHostImpl::BeginDownload( in BeginDownload() function in content::ResourceDispatcherHostImpl
/external/chromium/chrome/browser/download/
Ddownload_util.cc803 rdh->BeginDownload(url, in DownloadUrl()
/external/chromium_org/content/browser/renderer_host/
Drender_message_filter.cc878 resource_dispatcher_host_->BeginDownload( in OnDownloadUrl()