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

  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.cc 18 void PluginInstallerObserver::DownloadStarted() {
plugin_installer.cc 141 FOR_EACH_OBSERVER(PluginInstallerObserver, observers_, DownloadStarted());
152 base::Bind(&PluginInstaller::DownloadStarted,
156 void PluginInstaller::DownloadStarted(content::DownloadItem* item,
plugin_infobar_delegates.cc 269 void OutdatedPluginInfoBarDelegate::DownloadStarted() {
406 void PluginInstallerInfoBarDelegate::DownloadStarted() {
plugin_observer.cc 73 virtual void DownloadStarted() OVERRIDE;
113 void ConfirmInstallDialogDelegate::DownloadStarted() {
143 DownloadStarted();
150 virtual void DownloadStarted() OVERRIDE {
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 783 DownloadStarted(true, url);
790 DownloadStarted(false, url);
798 void ImageBurnDownloader::DownloadStarted(bool success, const GURL& url) {

Completed in 56 milliseconds