Searched defs:network_error (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.cc129 int GoogleServiceAuthError::network_error() const { function in class:GoogleServiceAuthError
/external/chromium_org/google_apis/gcm/monitoring/
H A Dfake_gcm_stats_recorder.cc38 void FakeGCMStatsRecorder::RecordConnectionFailure(int network_error) { argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.cc314 bool network_error = local
316 if (network_error || source->GetResponseCode() != 200) {
322 delegate_->OnProfileDownloadFailure(this, network_error ?
/external/chromium_org/components/gcm_driver/
H A Dgcm_stats_recorder_impl.cc246 void GCMStatsRecorderImpl::RecordConnectionFailure(int network_error) { argument
250 base::StringPrintf("With network error %d", network_error));
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc1502 std::string network_error; local
1503 chromeos::onc::ImportNetworksForUser(user, network_configs, &network_error);
1504 if (!network_error.empty())
1505 error += network_error;

Completed in 591 milliseconds