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

  /external/chromium/chrome/browser/history/
download_database.h 31 bool UpdateDownload(int64 received_bytes, int32 state, DownloadID db_handle);
download_database.cc 109 bool DownloadDatabase::UpdateDownload(int64 received_bytes,
history.cc 542 void HistoryService::UpdateDownload(int64 received_bytes,
545 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload,
history_backend.h 240 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
history.h 448 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
    [all...]
history_unittest.cc 358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress));
359 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::CANCELLED, removing));
history_backend.cc     [all...]
  /external/chromium/chrome/browser/download/
download_file_manager.h 82 void UpdateDownload(int id, DownloadBuffer* buffer);
download_history.cc 79 hs->UpdateDownload(download_item->received_bytes(),
download_file_manager.cc 144 NewRunnableMethod(manager, &DownloadManager::UpdateDownload,
189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) {
download_manager.h 121 void UpdateDownload(int32 download_id, int64 size);
download_manager.cc 524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) {
    [all...]
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 158 &DownloadFileManager::UpdateDownload,

Completed in 73 milliseconds