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

  /external/chromium/chrome/browser/history/
download_database.h 43 int64 CreateDownload(const DownloadCreateInfo& info);
download_database.cc 148 int64 DownloadDatabase::CreateDownload(const DownloadCreateInfo& info) {
history.cc 516 HistoryService::Handle HistoryService::CreateDownload(
520 return Schedule(PRIORITY_NORMAL, &HistoryBackend::CreateDownload, consumer,
history_backend.h 242 void CreateDownload(scoped_refptr<DownloadCreateRequest> request,
history.h 417 // Implemented by the caller of 'CreateDownload' below, and is called when the
425 Handle CreateDownload(const DownloadCreateInfo& info,
    [all...]
history_backend.cc     [all...]
history_unittest.cc 189 return db_->CreateDownload(download);
  /external/chromium_org/chrome/browser/history/
download_database.h 44 bool CreateDownload(const DownloadRow& info);
history_unittest.cc 187 return db_->CreateDownload(download);
692 EXPECT_FALSE(db_->CreateDownload(download));
695 EXPECT_TRUE(db_->CreateDownload(download));
    [all...]
download_database.cc 506 bool DownloadDatabase::CreateDownload(const DownloadRow& info) {
history_backend.h 314 void CreateDownload(const history::DownloadRow& history_info,
    [all...]
history_service.h 442 // Implemented by the caller of 'CreateDownload' below, and is called when the
449 // that calls CreateDownload().
450 void CreateDownload(
    [all...]
history_service.cc 775 void HistoryService::CreateDownload(
784 base::Bind(&HistoryBackend::CreateDownload,
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/download/
download_history.cc 65 hs->CreateDownload(info, &history_consumer_, callback);
  /external/chromium_org/chrome/browser/download/
download_history.h 39 virtual void CreateDownload(
download_history.cc 165 void DownloadHistory::HistoryAdapter::CreateDownload(
168 history_->CreateDownload(info, callback);
283 history_->CreateDownload(*data->info(), base::Bind(
download_history_unittest.cc 90 virtual void CreateDownload(
95 // Must not call CreateDownload() again before FinishCreateDownload()!
662 // DownloadHistory call CreateDownload.
685 // Instruct CreateDownload() to not callback to DownloadHistory immediately,
746 // Test what happens when HistoryService/CreateDownload::CreateDownload() fails.
782 // Instruct CreateDownload() to not callback to DownloadHistory immediately,

Completed in 140 milliseconds