Searched refs:UpdateDownload (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | download_database.h | 31 bool UpdateDownload(int64 received_bytes, int32 state, DownloadID db_handle);
|
D | download_database.cc | 109 bool DownloadDatabase::UpdateDownload(int64 received_bytes, in UpdateDownload() function in history::DownloadDatabase
|
D | history.cc | 542 void HistoryService::UpdateDownload(int64 received_bytes, in UpdateDownload() function in HistoryService 545 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, in UpdateDownload()
|
D | history_backend.h | 240 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
|
D | history_unittest.cc | 358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress)); in TEST_F() 359 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::CANCELLED, removing)); in TEST_F()
|
D | history.h | 448 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
|
D | history_backend.cc | 1118 void HistoryBackend::UpdateDownload(int64 received_bytes, in UpdateDownload() function in history::HistoryBackend 1122 db_->UpdateDownload(received_bytes, state, db_handle); in UpdateDownload()
|
/external/chromium/chrome/browser/download/ |
D | download_file_manager.h | 82 void UpdateDownload(int id, DownloadBuffer* buffer);
|
D | download_history.cc | 79 hs->UpdateDownload(download_item->received_bytes(), in UpdateEntry()
|
D | download_file_manager.cc | 144 NewRunnableMethod(manager, &DownloadManager::UpdateDownload, in UpdateInProgressDownloads() 189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) { in UpdateDownload() function in DownloadFileManager
|
D | download_manager.h | 121 void UpdateDownload(int32 download_id, int64 size);
|
D | download_manager.cc | 524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) { in UpdateDownload() function in DownloadManager
|
/external/chromium/chrome/browser/renderer_host/ |
D | download_resource_handler.cc | 158 &DownloadFileManager::UpdateDownload, in OnReadCompleted()
|