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

/external/chromium/chrome/browser/history/
H A Ddownload_database.h31 bool UpdateDownload(int64 received_bytes, int32 state, DownloadID db_handle);
H A Ddownload_database.cc109 bool DownloadDatabase::UpdateDownload(int64 received_bytes, function in class:history::DownloadDatabase
H A Dhistory.cc542 void HistoryService::UpdateDownload(int64 received_bytes, function in class:HistoryService
545 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload,
H A Dhistory_backend.h240 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
H A Dhistory_unittest.cc358 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::COMPLETE, in_progress));
359 EXPECT_TRUE(db_->UpdateDownload(512, DownloadItem::CANCELLED, removing));
H A Dhistory.h448 void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
H A Dhistory_backend.cc1118 void HistoryBackend::UpdateDownload(int64 received_bytes, function in class:history::HistoryBackend
1122 db_->UpdateDownload(received_bytes, state, db_handle);
/external/chromium/chrome/browser/download/
H A Ddownload_file_manager.h82 void UpdateDownload(int id, DownloadBuffer* buffer);
H A Ddownload_history.cc79 hs->UpdateDownload(download_item->received_bytes(),
H A Ddownload_file_manager.cc144 NewRunnableMethod(manager, &DownloadManager::UpdateDownload,
189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) { function in class:DownloadFileManager
H A Ddownload_manager.h121 void UpdateDownload(int32 download_id, int64 size);
H A Ddownload_manager.cc524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) { function in class:DownloadManager
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h40 bool UpdateDownload(const DownloadRow& data);
H A Ddownload_database.cc452 bool DownloadDatabase::UpdateDownload(const DownloadRow& data) { function in class:history::DownloadDatabase
H A Dhistory_backend.h313 void UpdateDownload(const DownloadRow& data);
H A Dhistory_service.h473 void UpdateDownload(const history::DownloadRow& data);
H A Dhistory_service.cc827 void HistoryService::UpdateDownload(const history::DownloadRow& data) { function in class:HistoryService
829 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, data);
H A Dhistory_backend.cc1238 void HistoryBackend::UpdateDownload(const history::DownloadRow& data) { function in class:history::HistoryBackend
1241 db_->UpdateDownload(data);
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.h43 virtual void UpdateDownload(const history::DownloadRow& data);
H A Ddownload_history.cc171 void DownloadHistory::HistoryAdapter::UpdateDownload( function in class:DownloadHistory::HistoryAdapter
173 history_->UpdateDownload(data);
374 history_->UpdateDownload(current_info);
H A Ddownload_history_unittest.cc109 virtual void UpdateDownload(
655 // Change something that would make DownloadHistory call UpdateDownload if the
799 // changed while it was being added and call UpdateDownload immediately.
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_resource_handler.cc158 &DownloadFileManager::UpdateDownload,

Completed in 202 milliseconds