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

  /external/chromium_org/chrome/browser/history/
download_database.h 40 bool UpdateDownload(const DownloadRow& data);
download_database.cc 486 bool DownloadDatabase::UpdateDownload(const DownloadRow& data) {
history_backend.h 288 void UpdateDownload(const DownloadRow& data);
    [all...]
history_service.h 403 void UpdateDownload(const history::DownloadRow& data);
    [all...]
history_service.cc 734 void HistoryService::UpdateDownload(const history::DownloadRow& data) {
737 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 188 void DownloadHistory::HistoryAdapter::UpdateDownload(
190 history_->UpdateDownload(data);
408 history_->UpdateDownload(current_info);
download_history_unittest.cc 111 virtual void UpdateDownload(
722 // Change something that would make DownloadHistory call UpdateDownload if the
    [all...]

Completed in 164 milliseconds