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

  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.cc 18 void PluginInstallerObserver::DownloadStarted() {
plugin_installer.cc 103 FOR_EACH_OBSERVER(PluginInstallerObserver, observers_, DownloadStarted());
108 base::Bind(&PluginInstaller::DownloadStarted, base::Unretained(this)));
113 void PluginInstaller::DownloadStarted(
plugin_infobar_delegates.cc 271 void OutdatedPluginInfoBarDelegate::DownloadStarted() {
408 void PluginInstallerInfoBarDelegate::DownloadStarted() {
plugin_observer.cc 74 virtual void DownloadStarted() OVERRIDE;
114 void ConfirmInstallDialogDelegate::DownloadStarted() {
210 DownloadStarted();
217 virtual void DownloadStarted() OVERRIDE {

Completed in 53 milliseconds