Home
last modified time | relevance | path

Searched refs:UpdateDownload (Results 1 – 22 of 22) sorted by relevance

/external/chromium/chrome/browser/history/
Ddownload_database.h31 bool UpdateDownload(int64 received_bytes, int32 state, DownloadID db_handle);
Ddownload_database.cc109 bool DownloadDatabase::UpdateDownload(int64 received_bytes, in UpdateDownload() function in history::DownloadDatabase
Dhistory.cc542 void HistoryService::UpdateDownload(int64 received_bytes, in UpdateDownload() function in HistoryService
545 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, in UpdateDownload()
Dhistory_backend.h240 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
Dhistory_unittest.cc358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress)); in TEST_F()
359 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::CANCELLED, removing)); in TEST_F()
Dhistory.h448 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
Dhistory_backend.cc1118 void HistoryBackend::UpdateDownload(int64 received_bytes, in UpdateDownload() function in history::HistoryBackend
1122 db_->UpdateDownload(received_bytes, state, db_handle); in UpdateDownload()
/external/chromium_org/chrome/browser/history/
Ddownload_database.h40 bool UpdateDownload(const DownloadRow& data);
Dhistory_service.cc840 void HistoryService::UpdateDownload(const history::DownloadRow& data) { in UpdateDownload() function in HistoryService
842 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, data); in UpdateDownload()
Ddownload_database.cc452 bool DownloadDatabase::UpdateDownload(const DownloadRow& data) { in UpdateDownload() function in history::DownloadDatabase
Dhistory_backend.h287 void UpdateDownload(const DownloadRow& data);
Dhistory_service.h444 void UpdateDownload(const history::DownloadRow& data);
Dhistory_backend.cc1225 void HistoryBackend::UpdateDownload(const history::DownloadRow& data) { in UpdateDownload() function in history::HistoryBackend
1228 db_->UpdateDownload(data); in UpdateDownload()
/external/chromium_org/chrome/browser/download/
Ddownload_history.cc171 void DownloadHistory::HistoryAdapter::UpdateDownload( in UpdateDownload() function in DownloadHistory::HistoryAdapter
173 history_->UpdateDownload(data); in UpdateDownload()
374 history_->UpdateDownload(current_info); in OnDownloadUpdated()
Ddownload_history.h43 virtual void UpdateDownload(const history::DownloadRow& data);
Ddownload_history_unittest.cc109 virtual void UpdateDownload( in UpdateDownload() function in __anon55b861780111::FakeHistoryAdapter
/external/chromium/chrome/browser/download/
Ddownload_file_manager.h82 void UpdateDownload(int id, DownloadBuffer* buffer);
Ddownload_history.cc79 hs->UpdateDownload(download_item->received_bytes(), in UpdateEntry()
Ddownload_file_manager.cc144 NewRunnableMethod(manager, &DownloadManager::UpdateDownload, in UpdateInProgressDownloads()
189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) { in UpdateDownload() function in DownloadFileManager
Ddownload_manager.h121 void UpdateDownload(int32 download_id, int64 size);
Ddownload_manager.cc524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) { in UpdateDownload() function in DownloadManager
/external/chromium/chrome/browser/renderer_host/
Ddownload_resource_handler.cc158 &DownloadFileManager::UpdateDownload, in OnReadCompleted()