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

  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.h 25 virtual void DownloadError(const std::string& message);
plugin_installer_observer.cc 24 void PluginInstallerObserver::DownloadError(const std::string& message) {
plugin_installer.cc 94 DownloadError(content::InterruptReasonDebugString(reason));
157 DownloadError(msg);
176 void PluginInstaller::DownloadError(const std::string& msg) {
179 FOR_EACH_OBSERVER(PluginInstallerObserver, observers_, DownloadError(msg));
plugin_installer.h 56 void DownloadError(const std::string& msg);
plugin_infobar_delegates.h 109 virtual void DownloadError(const std::string& message) OVERRIDE;
171 virtual void DownloadError(const std::string& message) OVERRIDE;
plugin_infobar_delegates.cc 273 void OutdatedPluginInfoBarDelegate::DownloadError(const std::string& message) {
416 void PluginInstallerInfoBarDelegate::DownloadError(const std::string& message) {
plugin_observer.cc 154 virtual void DownloadError(const std::string& msg) OVERRIDE {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 11 from google.appengine.api.urlfetch import DownloadError
94 except DownloadError:
  /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/
appengine_wrappers.py 75 class DownloadError(Exception):
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_external_data_manager_base_unittest.cc 406 TEST_F(CouldExternalDataManagerBaseTest, DownloadError) {

Completed in 135 milliseconds