Searched refs:NotifyDownloadStarting (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_ui_controller.cc37 virtual void NotifyDownloadStarting(content::DownloadItem* item) OVERRIDE;
40 void DefaultUIControllerDelegateAndroid::NotifyDownloadStarting( function in class:__anon4736::DefaultUIControllerDelegateAndroid
59 virtual void NotifyDownloadStarting(content::DownloadItem* item) OVERRIDE;
64 void DefaultUIControllerDelegate::NotifyDownloadStarting(
152 delegate_->NotifyDownloadStarting(item);
H A Ddownload_ui_controller.h26 // Then the NotifyDownloadStarting() method of the Delegate is invoked.
33 virtual void NotifyDownloadStarting(content::DownloadItem* item) = 0;
H A Ddownload_ui_controller_unittest.cc34 virtual void NotifyDownloadStarting(content::DownloadItem* item) OVERRIDE;
43 void TestDelegate::NotifyDownloadStarting(content::DownloadItem* item) { function in class:__anon4737::TestDelegate
60 // Returns a TestDelegate. Invoking NotifyDownloadStarting on the returned

Completed in 289 milliseconds