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

  /external/chromium_org/chrome/browser/download/
download_history.cc 188 void DownloadHistory::HistoryAdapter::UpdateDownload(
190 history_->UpdateDownload(data);
408 history_->UpdateDownload(current_info);
  /external/chromium_org/chrome/browser/history/
download_database.cc 486 bool DownloadDatabase::UpdateDownload(const DownloadRow& data) {
history_service.cc 772 void HistoryService::UpdateDownload(const history::DownloadRow& data) {
774 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownload, data);
    [all...]
history_backend.cc     [all...]

Completed in 233 milliseconds