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

  /external/chromium_org/chrome/browser/download/
download_ui_controller.cc 35 virtual void NotifyDownloadStarting(content::DownloadItem* item) OVERRIDE;
38 void DefaultUIControllerDelegateAndroid::NotifyDownloadStarting(
57 virtual void NotifyDownloadStarting(content::DownloadItem* item) OVERRIDE;
62 void DefaultUIControllerDelegate::NotifyDownloadStarting(
134 delegate_->NotifyDownloadStarting(item);
download_ui_controller_unittest.cc 34 virtual void NotifyDownloadStarting(content::DownloadItem* item) OVERRIDE;
43 void TestDelegate::NotifyDownloadStarting(content::DownloadItem* item) {
60 // Returns a TestDelegate. Invoking NotifyDownloadStarting on the returned

Completed in 37 milliseconds