/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_org/chrome/browser/history/ |
download_database.h | 40 bool UpdateDownload(const DownloadRow& data);
|
download_database.cc | 452 bool DownloadDatabase::UpdateDownload(const DownloadRow& data) {
|
history_backend.h | 287 void UpdateDownload(const DownloadRow& data); [all...] |
history_service.h | 444 void UpdateDownload(const history::DownloadRow& data); [all...] |
history_service.cc | 840 void HistoryService::UpdateDownload(const history::DownloadRow& data) { 842 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, data); [all...] |
history_backend.cc | [all...] |
/external/chromium_org/chrome/browser/download/ |
download_history.h | 43 virtual void UpdateDownload(const history::DownloadRow& data);
|
download_history.cc | 171 void DownloadHistory::HistoryAdapter::UpdateDownload( 173 history_->UpdateDownload(data); 374 history_->UpdateDownload(current_info);
|
download_history_unittest.cc | 109 virtual void UpdateDownload( 649 // Change something that would make DownloadHistory call UpdateDownload if the 793 // changed while it was being added and call UpdateDownload immediately.
|
/external/chromium/chrome/browser/renderer_host/ |
download_resource_handler.cc | 158 &DownloadFileManager::UpdateDownload,
|