OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:downloaderror
(Results
1 - 14
of
14
) 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
97
DownloadError
(content::InterruptReasonDebugString(reason));
162
DownloadError
(msg);
181
void PluginInstaller::
DownloadError
(const std::string& msg) {
184
FOR_EACH_OBSERVER(PluginInstallerObserver, observers_,
DownloadError
(msg));
plugin_installer.h
56
void
DownloadError
(const std::string& msg);
plugin_infobar_delegates.h
106
virtual void
DownloadError
(const std::string& message) OVERRIDE;
167
virtual void
DownloadError
(const std::string& message) OVERRIDE;
plugin_infobar_delegates.cc
274
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
51
except urlfetch.
DownloadError
as e:
184
except urlfetch.
DownloadError
as e:
194
except urlfetch.
DownloadError
as e:
appengine_wrappers.py
76
class
DownloadError
(Exception):
new_github_file_system.py
178
except urlfetch.
DownloadError
:
/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/chromeos/policy/
cloud_external_data_manager_base_unittest.cc
435
TEST_F(CloudExternalDataManagerBaseTest,
DownloadError
) {
Completed in 272 milliseconds