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

  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.cc 24 void PluginInstallerObserver::DownloadError(const std::string& message) {
plugin_installer.cc 48 DownloadError(content::DownloadInterruptReasonToString(reason));
121 DownloadError(msg);
139 void PluginInstaller::DownloadError(const std::string& msg) {
142 FOR_EACH_OBSERVER(PluginInstallerObserver, observers_, DownloadError(msg));
plugin_infobar_delegates.cc 276 void OutdatedPluginInfoBarDelegate::DownloadError(const std::string& message) {
418 void PluginInstallerInfoBarDelegate::DownloadError(const std::string& message) {
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 11 from google.appengine.api.urlfetch import DownloadError
96 except DownloadError:
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_url_fetcher.py 28 # Fake DownloadError, the error that appengine usually raises.
29 class DownloadError(Exception): pass
34 raise DownloadError(e)
gitiles_file_system_test.py 42 class DownloadError(Exception):
64 # GitilesFS expects a DownloadError if the file wasn't found.
65 raise DownloadError
appengine_wrappers.py 15 return type(error).__name__ == 'DownloadError'
76 class DownloadError(Exception):

Completed in 76 milliseconds