HomeSort by relevance Sort by last modified time
    Searched refs:CreateDownload (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/history/
download_database.h 44 bool CreateDownload(const DownloadRow& info);
history_unittest.cc 204 return db_->CreateDownload(download);
795 EXPECT_FALSE(db_->CreateDownload(download));
798 EXPECT_TRUE(db_->CreateDownload(download));
    [all...]
download_database.cc 544 bool DownloadDatabase::CreateDownload(const DownloadRow& info) {
history_backend.h 289 bool CreateDownload(const history::DownloadRow& history_info);
    [all...]
history_service.h 372 // Implemented by the caller of 'CreateDownload' below, and is called when the
379 // that calls CreateDownload().
380 void CreateDownload(
    [all...]
history_service.cc 689 void HistoryService::CreateDownload(
698 &HistoryBackend::CreateDownload, history_backend_.get(), create_info),
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/download/
download_history.h 39 virtual void CreateDownload(
download_history.cc 182 void DownloadHistory::HistoryAdapter::CreateDownload(
185 history_->CreateDownload(info, callback);
316 history_->CreateDownload(*data->info(), base::Bind(
download_history_unittest.cc 92 virtual void CreateDownload(
97 // Must not call CreateDownload() again before FinishCreateDownload()!
532 // DownloadManager::CreateDownload() being called for the restored download.
557 // DownloadManager::CreateDownload() calls are expected.
729 // DownloadHistory call CreateDownload.
752 // Instruct CreateDownload() to not callback to DownloadHistory immediately,
813 // Test what happens when HistoryService/CreateDownload::CreateDownload() fails.
849 // Instruct CreateDownload() to not callback to DownloadHistory immediately,
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder_unittest.cc 77 history_service->CreateDownload(
161 history_service->CreateDownload(

Completed in 363 milliseconds