HomeSort by relevance Sort by last modified time
    Searched defs:UpdateDownload (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/history/
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.cc     [all...]
  /external/chromium/chrome/browser/download/
download_file_manager.cc 144 NewRunnableMethod(manager, &DownloadManager::UpdateDownload,
189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) {
download_manager.cc 524 void DownloadManager::UpdateDownload(int32 download_id, int64 size) {
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.cc 171 void DownloadHistory::HistoryAdapter::UpdateDownload(
173 history_->UpdateDownload(data);
374 history_->UpdateDownload(current_info);
  /external/chromium_org/chrome/browser/history/
download_database.cc 452 bool DownloadDatabase::UpdateDownload(const DownloadRow& data) {
history_service.cc 827 void HistoryService::UpdateDownload(const history::DownloadRow& data) {
829 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, data);
    [all...]
history_backend.cc     [all...]

Completed in 96 milliseconds