HomeSort by relevance Sort by last modified time
    Searched refs:CreateDownload (Results 1 - 8 of 8) 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/chrome/browser/download/
download_history.cc 65 hs->CreateDownload(info, &history_consumer_, callback);

Completed in 246 milliseconds