Home
last modified time | relevance | path

Searched refs:StartDownload (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/search_engines/
Dtemplate_url_fetcher_unittest.cc80 void StartDownload(const string16& keyword,
157 void TemplateURLFetcherTest::StartDownload( in StartDownload() function in TemplateURLFetcherTest
193 StartDownload(keyword, osdd_file_name, in TEST_F()
219 StartDownload(keyword, osdd_file_name, in TEST_F()
243 StartDownload(test_cases[i].keyword, test_cases[i].osdd_file_name, in TEST_F()
266 StartDownload(keyword, osdd_file_name, in TEST_F()
290 StartDownload(keyword, osdd_file_name, in TEST_F()
312 StartDownload(keyword, osdd_file_name, in TEST_F()
324 StartDownload(keyword, osdd_file_name, in TEST_F()
336 StartDownload(keyword, osdd_file_name, in TEST_F()
[all …]
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_fetcher_unittest.cc72 void StartDownload(const base::string16& keyword,
134 void TemplateURLFetcherTest::StartDownload( in StartDownload() function in TemplateURLFetcherTest
171 StartDownload(keyword, osdd_file_name, in TEST_F()
195 StartDownload(keyword, osdd_file_name, in TEST_F()
216 StartDownload(test_cases[i].keyword, test_cases[i].osdd_file_name, in TEST_F()
239 StartDownload(keyword, osdd_file_name, in TEST_F()
261 StartDownload(keyword, osdd_file_name, in TEST_F()
272 StartDownload(keyword, osdd_file_name, in TEST_F()
302 StartDownload(keyword, osdd_file_name, in TEST_F()
312 StartDownload(keyword, osdd_file_name, in TEST_F()
[all …]
/external/chromium_org/chrome/browser/component_updater/test/
Dcrx_downloader_unittest.cc140 crx_downloader_->StartDownload(urls); in TEST_F()
184 crx_downloader_->StartDownload(urls); in TEST_F()
250 crx_downloader_->StartDownload(urls); in TEST_F()
275 crx_downloader_->StartDownload(urls); in TEST_F()
300 crx_downloader_->StartDownload(urls); in TEST_F()
/external/chromium_org/chrome/browser/component_updater/
Dcrx_downloader.cc80 StartDownload(urls); in StartDownloadFromUrl()
83 void CrxDownloader::StartDownload(const std::vector<GURL>& urls) { in StartDownload() function in component_updater::CrxDownloader
136 successor_->StartDownload(urls_); in OnDownloadComplete()
Dcrx_downloader.h90 void StartDownload(const std::vector<GURL>& urls);
/external/chromium_org/chrome/browser/chromeos/policy/
Dcloud_external_data_manager_base.cc114 void StartDownload(const std::string& policy);
174 StartDownload(it->first); in Connect()
216 StartDownload(policy); in OnMetadataUpdated()
272 StartDownload(policy); in Fetch()
293 StartDownload(policy); in FetchAll()
320 void CloudExternalDataManagerBase::Backend::StartDownload( in StartDownload() function in policy::CloudExternalDataManagerBase::Backend
/external/chromium/chrome/browser/download/
Ddownload_file_manager.h78 void StartDownload(DownloadCreateInfo* info);
126 FRIEND_TEST_ALL_PREFIXES(DownloadManagerTest, StartDownload);
Ddownload_file_manager.cc107 &DownloadManager::StartDownload, info)); in CreateDownloadFile()
157 void DownloadFileManager::StartDownload(DownloadCreateInfo* info) { in StartDownload() function in DownloadFileManager
Ddownload_manager.h120 void StartDownload(DownloadCreateInfo* info);
Ddownload_manager_unittest.cc295 TEST_F(DownloadManagerTest, StartDownload) { in TEST_F() argument
317 download_manager_->StartDownload(info); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dterms_of_service_screen.cc57 StartDownload(); in Show()
82 void TermsOfServiceScreen::StartDownload() { in StartDownload() function in chromeos::TermsOfServiceScreen
Dterms_of_service_screen.h49 void StartDownload();
/external/chromium_org/chrome/browser/favicon/
Dfavicon_handler_delegate.h30 virtual int StartDownload(const GURL& url, int max_bitmap_size) = 0;
Dfavicon_tab_helper.h71 virtual int StartDownload(const GURL& url, int max_bitmap_size) OVERRIDE;
Dfavicon_handler_unittest.cc185 virtual int StartDownload(const GURL& url, in StartDownload() function in TestFaviconHandlerDelegate
1108 download_id = favicon_tab_helper->StartDownload(missing_icon_url, 0); in TEST_F()
1119 download_id = favicon_tab_helper->StartDownload(missing_icon_url, 0); in TEST_F()
1130 download_id = favicon_tab_helper->StartDownload(missing_icon_url, 0); in TEST_F()
1136 download_id = favicon_tab_helper->StartDownload(another_icon_url, 0); in TEST_F()
1147 download_id = favicon_tab_helper->StartDownload(missing_icon_url, 0); in TEST_F()
Dfavicon_tab_helper.cc137 int FaviconTabHelper::StartDownload(const GURL& url, int max_image_size) { in StartDownload() function in FaviconTabHelper
/external/chromium_org/content/public/browser/
Ddownload_manager.h108 virtual void StartDownload(
/external/chromium_org/tools/valgrind/gtest_exclude/
Dunit_tests.gtest-drmemory_win32.txt11 DownloadManagerTest.StartDownload
/external/chromium_org/content/public/test/
Dmock_download_manager.h79 virtual void StartDownload(
Dmock_download_manager.cc85 void MockDownloadManager::StartDownload( in StartDownload() function in content::MockDownloadManager
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer.h222 void StartDownload(const base::FilePath& file_path);
Dwebstore_installer.cc542 base::Bind(&WebstoreInstaller::StartDownload, this))); in DownloadCrx()
553 void WebstoreInstaller::StartDownload(const base::FilePath& file) { in StartDownload() function in extensions::WebstoreInstaller
/external/chromium_org/content/browser/download/
Ddownload_manager_impl.h64 virtual void StartDownload(
Ddownload_manager_impl_unittest.cc587 TEST_F(DownloadManagerTest, StartDownload) { in TEST_F() argument
614 download_manager_->StartDownload( in TEST_F()
/external/chromium/chrome/browser/renderer_host/
Ddownload_resource_handler.cc114 download_file_manager_, &DownloadFileManager::StartDownload, info)); in OnResponseStarted()

12