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

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h40 bool UpdateDownload(const DownloadRow& data);
H A Ddownload_database.cc486 bool DownloadDatabase::UpdateDownload(const DownloadRow& data) { function in class:history::DownloadDatabase
H A Dhistory_backend.h275 void UpdateDownload(const DownloadRow& data);
H A Dhistory_service.h435 void UpdateDownload(const history::DownloadRow& data);
H A Dhistory_service.cc772 void HistoryService::UpdateDownload(const history::DownloadRow& data) { function in class:HistoryService
774 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, data);
H A Dhistory_backend.cc1139 void HistoryBackend::UpdateDownload(const history::DownloadRow& data) { function in class:history::HistoryBackend
1142 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.cc188 void DownloadHistory::HistoryAdapter::UpdateDownload( function in class:DownloadHistory::HistoryAdapter
190 history_->UpdateDownload(data);
408 history_->UpdateDownload(current_info);
H A Ddownload_history_unittest.cc111 virtual void UpdateDownload(
722 // Change something that would make DownloadHistory call UpdateDownload if the
866 // changed while it was being added and call UpdateDownload immediately.

Completed in 264 milliseconds