Searched refs:DownloadError (Results 1 - 17 of 17) 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_observer.h25 virtual void DownloadError(const std::string& message);
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_installer.h63 void DownloadError(const std::string& msg);
H A Dplugin_infobar_delegates.h106 virtual void DownloadError(const std::string& message) OVERRIDE;
167 virtual void DownloadError(const std::string& message) OVERRIDE;
H A Dplugin_installer_unittest.cc73 virtual void DownloadError(const std::string& message) OVERRIDE {
129 // Test that DownloadStarted()/DownloadError() notifications are sent to
155 // Test that DownloadStarted()/DownloadError() notifications are sent to
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
H A Dplugin_observer.cc221 virtual void DownloadError(const std::string& msg) OVERRIDE {
/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 Dgithub_file_system.py47 except urlfetch.DownloadError as e:
178 except urlfetch.DownloadError as e:
188 except urlfetch.DownloadError as e:
H A Dnew_github_file_system.py182 except urlfetch.DownloadError:
H A Dappengine_wrappers.py15 return type(error).__name__ == 'DownloadError'
76 class DownloadError(Exception): class in class:IsDownloadError.FakeUrlFetch
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dapi_utils.py49 _RETRIABLE_EXCEPTIONS = (urlfetch.DownloadError,
H A Dstorage_api.py130 except urlfetch.DownloadError, e:
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_manager_base_unittest.cc441 TEST_F(CloudExternalDataManagerBaseTest, DownloadError) {

Completed in 1739 milliseconds