Searched refs:DoStartDownload (Results 1 – 6 of 6) sorted by relevance
106 DoStartDownload(*current_url_); in StartDownload()132 DoStartDownload(*current_url_); in OnDownloadComplete()
37 virtual void DoStartDownload(const GURL& url) OVERRIDE;
45 virtual void DoStartDownload(const GURL& url) OVERRIDE;
138 virtual void DoStartDownload(const GURL& url) = 0;
33 void UrlFetcherDownloader::DoStartDownload(const GURL& url) { in DoStartDownload() function in component_updater::UrlFetcherDownloader
419 void BackgroundDownloader::DoStartDownload(const GURL& url) { in DoStartDownload() function in component_updater::BackgroundDownloader