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

  /external/chromium_org/chrome/browser/download/
all_download_item_notifier.cc 60 void AllDownloadItemNotifier::OnDownloadRemoved(
62 observer_->OnDownloadRemoved(manager_, item);
all_download_item_notifier.h 52 virtual void OnDownloadRemoved(
76 virtual void OnDownloadRemoved(content::DownloadItem* item) OVERRIDE;
download_history.cc 20 // to the database. If a download is removed via OnDownloadRemoved() while the
340 // OnDownloadRemoved(), which would have put |download_id| in
399 OnDownloadRemoved(notifier_.GetManager(), item);
424 void DownloadHistory::OnDownloadRemoved(
437 // This is important: another OnDownloadRemoved() handler could do something
  /external/chromium_org/content/public/browser/
download_item.h 91 virtual void OnDownloadRemoved(DownloadItem* download) {}
94 // every OnDownloadRemoved() as well as when the DownloadManager is going
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 346 void DownloadsDOMHandler::OnDownloadRemoved(
351 // DownloadManager when OnDownloadRemoved() is fired, so bounce off the
355 // |download_item| from its map when OnDownloadRemoved is sent, then
356 // DownloadsDOMHandler::OnDownloadRemoved() will need to explicitly tell
467 // OnDownloadRemoved() will call it, but if no downloads are actually removed,
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]

Completed in 696 milliseconds