/external/chromium/chrome/browser/search_engines/ |
D | template_url_fetcher_unittest.cc | 80 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/ |
D | template_url_fetcher_unittest.cc | 72 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/ |
D | crx_downloader_unittest.cc | 140 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/ |
D | crx_downloader.cc | 80 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()
|
D | crx_downloader.h | 90 void StartDownload(const std::vector<GURL>& urls);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | cloud_external_data_manager_base.cc | 114 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/ |
D | download_file_manager.h | 78 void StartDownload(DownloadCreateInfo* info); 126 FRIEND_TEST_ALL_PREFIXES(DownloadManagerTest, StartDownload);
|
D | download_file_manager.cc | 107 &DownloadManager::StartDownload, info)); in CreateDownloadFile() 157 void DownloadFileManager::StartDownload(DownloadCreateInfo* info) { in StartDownload() function in DownloadFileManager
|
D | download_manager.h | 120 void StartDownload(DownloadCreateInfo* info);
|
D | download_manager_unittest.cc | 295 TEST_F(DownloadManagerTest, StartDownload) { in TEST_F() argument 317 download_manager_->StartDownload(info); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
D | terms_of_service_screen.cc | 57 StartDownload(); in Show() 82 void TermsOfServiceScreen::StartDownload() { in StartDownload() function in chromeos::TermsOfServiceScreen
|
D | terms_of_service_screen.h | 49 void StartDownload();
|
/external/chromium_org/chrome/browser/favicon/ |
D | favicon_handler_delegate.h | 30 virtual int StartDownload(const GURL& url, int max_bitmap_size) = 0;
|
D | favicon_tab_helper.h | 71 virtual int StartDownload(const GURL& url, int max_bitmap_size) OVERRIDE;
|
D | favicon_handler_unittest.cc | 185 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()
|
D | favicon_tab_helper.cc | 137 int FaviconTabHelper::StartDownload(const GURL& url, int max_image_size) { in StartDownload() function in FaviconTabHelper
|
/external/chromium_org/content/public/browser/ |
D | download_manager.h | 108 virtual void StartDownload(
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | unit_tests.gtest-drmemory_win32.txt | 11 DownloadManagerTest.StartDownload
|
/external/chromium_org/content/public/test/ |
D | mock_download_manager.h | 79 virtual void StartDownload(
|
D | mock_download_manager.cc | 85 void MockDownloadManager::StartDownload( in StartDownload() function in content::MockDownloadManager
|
/external/chromium_org/chrome/browser/extensions/ |
D | webstore_installer.h | 222 void StartDownload(const base::FilePath& file_path);
|
D | webstore_installer.cc | 542 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/ |
D | download_manager_impl.h | 64 virtual void StartDownload(
|
D | download_manager_impl_unittest.cc | 587 TEST_F(DownloadManagerTest, StartDownload) { in TEST_F() argument 614 download_manager_->StartDownload( in TEST_F()
|
/external/chromium/chrome/browser/renderer_host/ |
D | download_resource_handler.cc | 114 download_file_manager_, &DownloadFileManager::StartDownload, info)); in OnResponseStarted()
|