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

1 2

  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_observer.h 31 CONNECTION_FAILED = 2,
  /external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.cc 66 GoogleServiceAuthError::CONNECTION_FAILED);
85 GoogleServiceAuthError::CONNECTION_FAILED));
  /external/chromium_org/components/signin/core/browser/
signin_error_controller.cc 60 error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
101 auth_error_.state() != GoogleServiceAuthError::CONNECTION_FAILED;
signin_error_controller_unittest.cc 155 { GoogleServiceAuthError::CONNECTION_FAILED, false },
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.cc 71 if (s == CONNECTION_FAILED) {
87 return GoogleServiceAuthError(CONNECTION_FAILED, error);
159 STATE_CASE(CONNECTION_FAILED);
187 } else if (state_ == CONNECTION_FAILED) {
208 case CONNECTION_FAILED:
ubertoken_fetcher_unittest.cc 105 GoogleServiceAuthError error(GoogleServiceAuthError::CONNECTION_FAILED);
123 GoogleServiceAuthError error(GoogleServiceAuthError::CONNECTION_FAILED);
google_service_auth_error.h 53 CONNECTION_FAILED = 3,
144 // It will be created with CONNECTION_FAILED set.
ubertoken_fetcher.cc 52 error.state() == 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/chromeos/login/auth/
auth_status_consumer.h 80 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_refresh_token_fetcher_unittest.cc 282 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
292 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
311 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
324 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
349 EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state());
supervised_user_refresh_token_fetcher.cc 215 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
261 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
269 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
supervised_user_service_browsertest.cc 68 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
permission_request_creator_apiary.cc 188 it, GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED));
  /external/chromium_org/chrome/browser/chromeos/login/signin/
auth_sync_observer.cc 56 state != GoogleServiceAuthError::CONNECTION_FAILED &&
oauth2_token_fetcher.cc 122 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
oauth2_login_verifier.cc 40 return error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc 107 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
user_cloud_policy_manager_chromeos.cc 333 if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
  /external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc 103 { GoogleServiceAuthError::CONNECTION_FAILED, false },
signin_ui_util.cc 141 case GoogleServiceAuthError::CONNECTION_FAILED:
signin_error_notifier_ash_unittest.cc 214 { GoogleServiceAuthError::CONNECTION_FAILED, false },
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 217 set_ubertoken_error(GoogleServiceAuthError::CONNECTION_FAILED);
223 GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED),
  /external/chromium_org/google_apis/drive/
auth_service.cc 103 if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
  /external/chromium_org/net/base/
net_error_list.h 116 NET_ERROR(CONNECTION_FAILED, -104)

Completed in 347 milliseconds

1 2