Searched defs:DownloadError (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer_observer.cc24 void PluginInstallerObserver::DownloadError(const std::string& message) { function in class:PluginInstallerObserver
H A Dplugin_installer.cc48 DownloadError(content::DownloadInterruptReasonToString(reason));
121 DownloadError(msg);
139 void PluginInstaller::DownloadError(const std::string& msg) { function in class:PluginInstaller
142 FOR_EACH_OBSERVER(PluginInstallerObserver, observers_, DownloadError(msg));
H A Dplugin_infobar_delegates.cc276 void OutdatedPluginInfoBarDelegate::DownloadError(const std::string& message) { function in class:OutdatedPluginInfoBarDelegate
418 void PluginInstallerInfoBarDelegate::DownloadError(const std::string& message) { function in class:PluginInstallerInfoBarDelegate
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py11 from google.appengine.api.urlfetch import DownloadError namespace
96 except DownloadError:
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfake_url_fetcher.py28 # Fake DownloadError, the error that appengine usually raises.
29 class DownloadError(Exception): pass class in function:FakeUrlFetcher._ReadFile
34 raise DownloadError(e)
H A Dgitiles_file_system_test.py42 class DownloadError(Exception): class in inherits:Exception
64 # GitilesFS expects a DownloadError if the file wasn't found.
65 raise DownloadError
H A Dappengine_wrappers.py15 return type(error).__name__ == 'DownloadError'
76 class DownloadError(Exception): class in class:IsDownloadError.FakeUrlFetch

Completed in 464 milliseconds