HomeSort by relevance Sort by last modified time
    Searched full:downloaderror (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/plugins/
plugin_installer_observer.cc 24 void PluginInstallerObserver::DownloadError(const std::string& message) {
plugin_installer_observer.h 25 virtual void 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_org/chrome/common/extensions/docs/server2/
github_file_system.py 53 except urlfetch.DownloadError as e:
182 except urlfetch.DownloadError as e:
192 except urlfetch.DownloadError as e:
appengine_wrappers.py 75 class DownloadError(Exception):
  /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:
  /docs/source.android.com/src/source/
known-issues.jd 77 <code>DownloadError: HTTP 500 (Internal Server Error: Server got itself in trouble)</code>.</p>
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_external_data_manager_base_unittest.cc 406 TEST_F(CouldExternalDataManagerBaseTest, DownloadError) {

Completed in 137 milliseconds