HomeSort by relevance Sort by last modified time
    Searched refs:CONNECTION_FAILED (Results 1 - 25 of 49) sorted by null

1 2

  /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/chrome/browser/policy/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 70 current_error.state() != GoogleServiceAuthError::CONNECTION_FAILED) {
97 auth_error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
152 case GoogleServiceAuthError::CONNECTION_FAILED:
signin_global_error_unittest.cc 103 { GoogleServiceAuthError::CONNECTION_FAILED, false },
signin_ui_util.cc 128 case GoogleServiceAuthError::CONNECTION_FAILED:
android_profile_oauth2_token_service.cc 130 // 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/
GoogleServiceAuthError.java 29 CONNECTION_FAILED(3, R.string.sync_error_connection),
  /external/chromium_org/chrome/browser/chromeos/login/
login_status_consumer.h 80 if (error_.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.cc 193 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
239 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
247 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
managed_user_refresh_token_fetcher_unittest.cc 324 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/
policy_oauth2_token_fetcher.cc 106 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
  /external/chromium/net/base/
net_error_list.h 86 NET_ERROR(CONNECTION_FAILED, -104)
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 221 set_ubertoken_error(GoogleServiceAuthError::CONNECTION_FAILED);
227 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 150 GoogleServiceAuthError error3(GoogleServiceAuthError::CONNECTION_FAILED);
  /external/chromium_org/chrome/browser/google_apis/
auth_service.cc 95 if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {

Completed in 188 milliseconds

1 2