Searched refs:CONNECTION_FAILED (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/login/
H A Dweb_page_screen.cc34 CloseScreen(ScreenObserver::CONNECTION_FAILED);
H A Dscreen_observer.h27 CONNECTION_FAILED, enumerator in enum:chromeos::ScreenObserver::ExitCodes
H A Daccount_screen.cc120 CloseScreen(ScreenObserver::CONNECTION_FAILED);
157 CloseScreen(ScreenObserver::CONNECTION_FAILED);
H A Dlogin_status_consumer.h72 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
H A Dhtml_page_screen.cc109 CloseScreen(ScreenObserver::CONNECTION_FAILED);
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error.cc31 if (s == CONNECTION_FAILED) {
38 return GoogleServiceAuthError(CONNECTION_FAILED, error);
73 STATE_CASE(CONNECTION_FAILED);
93 } else if (state_ == CONNECTION_FAILED) {
H A Dgoogle_service_auth_error.h52 CONNECTION_FAILED = 3, enumerator in enum:GoogleServiceAuthError::State
96 // It will be created with CONNECTION_FAILED set.
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_observer.h28 CONNECTION_FAILED, enumerator in enum:chromeos::ScreenObserver::ExitCodes
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_info_fetcher.cc66 GoogleServiceAuthError::CONNECTION_FAILED);
85 GoogleServiceAuthError::CONNECTION_FAILED));
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.cc71 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:
H A Dgoogle_service_auth_error.h53 CONNECTION_FAILED = 3, enumerator in enum:GoogleServiceAuthError::State
144 // It will be created with CONNECTION_FAILED set.
/external/chromium_org/chrome/browser/signin/
H A Dsignin_global_error.cc70 current_error.state() != GoogleServiceAuthError::CONNECTION_FAILED) {
97 auth_error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
152 case GoogleServiceAuthError::CONNECTION_FAILED:
H A Dsignin_global_error_unittest.cc103 { GoogleServiceAuthError::CONNECTION_FAILED, false },
H A Dsignin_ui_util.cc128 case GoogleServiceAuthError::CONNECTION_FAILED:
H A Dandroid_profile_oauth2_token_service.cc130 // wrong, so assume any error is transient by using CONNECTION_FAILED.
133 GoogleServiceAuthError::CONNECTION_FAILED);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java29 CONNECTION_FAILED(3, R.string.sync_error_connection), enum constant in enum:GoogleServiceAuthError.State
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_status_consumer.h80 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
H A Doauth2_token_fetcher.cc113 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_refresh_token_fetcher.cc193 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
239 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
247 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
H A Dmanaged_user_refresh_token_fetcher_unittest.cc324 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
334 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
353 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
366 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
391 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.cc106 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
/external/chromium/net/base/
H A Dnet_error_list.h86 NET_ERROR(CONNECTION_FAILED, -104)
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow_unittest.cc221 set_ubertoken_error(GoogleServiceAuthError::CONNECTION_FAILED);
227 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
/external/chromium/chrome/browser/sync/
H A Dsignin_manager_unittest.cc150 GoogleServiceAuthError error3(GoogleServiceAuthError::CONNECTION_FAILED);
/external/chromium_org/chrome/browser/google_apis/
H A Dauth_service.cc95 if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {

Completed in 4638 milliseconds

12