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

  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.h 23 virtual void DownloadStarted();
plugin_installer_observer.cc 18 void PluginInstallerObserver::DownloadStarted() {
plugin_installer.h 55 void DownloadStarted(content::DownloadItem* item, net::Error error);
plugin_installer.cc 136 FOR_EACH_OBSERVER(PluginInstallerObserver, observers_, DownloadStarted());
147 base::Bind(&PluginInstaller::DownloadStarted,
151 void PluginInstaller::DownloadStarted(content::DownloadItem* item,
plugin_infobar_delegates.h 108 virtual void DownloadStarted() OVERRIDE;
170 virtual void DownloadStarted() OVERRIDE;
plugin_observer.cc 73 virtual void DownloadStarted() OVERRIDE;
113 void ConfirmInstallDialogDelegate::DownloadStarted() {
143 DownloadStarted();
150 virtual void DownloadStarted() OVERRIDE {
plugin_infobar_delegates.cc 268 void OutdatedPluginInfoBarDelegate::DownloadStarted() {
406 void PluginInstallerInfoBarDelegate::DownloadStarted() {
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 77 void DownloadStarted(bool success, const GURL& url);
imageburner_ui.cc 783 DownloadStarted(true, url);
790 DownloadStarted(false, url);
798 void ImageBurnDownloader::DownloadStarted(bool success, const GURL& url) {

Completed in 758 milliseconds