/external/chromium/chrome/browser/chromeos/login/ |
web_page_screen.cc | 34 CloseScreen(ScreenObserver::CONNECTION_FAILED);
|
screen_observer.h | 27 CONNECTION_FAILED,
|
account_screen.cc | 120 CloseScreen(ScreenObserver::CONNECTION_FAILED); 157 CloseScreen(ScreenObserver::CONNECTION_FAILED);
|
login_status_consumer.h | 72 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
|
html_page_screen.cc | 109 CloseScreen(ScreenObserver::CONNECTION_FAILED);
|
/external/chromium/chrome/common/net/gaia/ |
google_service_auth_error.cc | 31 if (s == CONNECTION_FAILED) { 38 return GoogleServiceAuthError(CONNECTION_FAILED, error); 73 STATE_CASE(CONNECTION_FAILED); 93 } else if (state_ == CONNECTION_FAILED) {
|
google_service_auth_error.h | 52 CONNECTION_FAILED = 3, 96 // It will be created with CONNECTION_FAILED set.
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
screen_observer.h | 28 CONNECTION_FAILED,
|
/external/chromium_org/components/policy/core/common/cloud/ |
user_info_fetcher.cc | 66 GoogleServiceAuthError::CONNECTION_FAILED); 85 GoogleServiceAuthError::CONNECTION_FAILED));
|
/external/chromium_org/google_apis/gaia/ |
google_service_auth_error.cc | 71 if (s == CONNECTION_FAILED) { 93 return GoogleServiceAuthError(CONNECTION_FAILED, error); 165 STATE_CASE(CONNECTION_FAILED); 193 } else if (state_ == CONNECTION_FAILED) { 214 case CONNECTION_FAILED:
|
google_service_auth_error.h | 53 CONNECTION_FAILED = 3, 144 // It will be created with CONNECTION_FAILED set.
|
/external/chromium_org/chrome/browser/signin/ |
signin_global_error.cc | 73 current_error.state() != GoogleServiceAuthError::CONNECTION_FAILED) { 102 auth_error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) { 161 case GoogleServiceAuthError::CONNECTION_FAILED:
|
signin_ui_util.cc | 130 case GoogleServiceAuthError::CONNECTION_FAILED:
|
signin_global_error_unittest.cc | 149 { GoogleServiceAuthError::CONNECTION_FAILED, false },
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/ |
GoogleServiceAuthError.java | 29 CONNECTION_FAILED(3, R.string.sync_error_connection),
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_status_consumer.h | 81 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
|
auth_sync_observer.cc | 52 state != GoogleServiceAuthError::CONNECTION_FAILED &&
|
oauth2_token_fetcher.cc | 113 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_refresh_token_fetcher_unittest.cc | 256 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); 266 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); 285 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); 298 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); 323 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
|
managed_user_refresh_token_fetcher.cc | 199 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), 245 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), 253 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
account_tracker_unittest.cc | 478 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED)); 481 EXPECT_EQ(GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), 486 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED)); 489 EXPECT_EQ(GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), 493 EXPECT_EQ(GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
|
gaia_web_auth_flow_unittest.cc | 221 set_ubertoken_error(GoogleServiceAuthError::CONNECTION_FAILED); 227 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
policy_oauth2_token_fetcher.cc | 108 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
|
/external/chromium/net/base/ |
net_error_list.h | 86 NET_ERROR(CONNECTION_FAILED, -104)
|
/external/chromium/chrome/browser/sync/ |
signin_manager_unittest.cc | 150 GoogleServiceAuthError error3(GoogleServiceAuthError::CONNECTION_FAILED);
|