GoogleServiceAuthError 335 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java public GoogleServiceAuthError.State getAuthError() { GoogleServiceAuthError 337 chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java return GoogleServiceAuthError.State.fromCode(authErrorCode); GoogleServiceAuthError 212 chrome/browser/android/signin/signin_manager_android.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 18 chrome/browser/android/signin/signin_manager_android.h class GoogleServiceAuthError; GoogleServiceAuthError 69 chrome/browser/android/signin/signin_manager_android.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 50 chrome/browser/chromeos/login/auth_sync_observer.cc GoogleServiceAuthError::State state = GoogleServiceAuthError 52 chrome/browser/chromeos/login/auth_sync_observer.cc if (state != GoogleServiceAuthError::NONE && GoogleServiceAuthError 53 chrome/browser/chromeos/login/auth_sync_observer.cc state != GoogleServiceAuthError::CONNECTION_FAILED && GoogleServiceAuthError 54 chrome/browser/chromeos/login/auth_sync_observer.cc state != GoogleServiceAuthError::SERVICE_UNAVAILABLE && GoogleServiceAuthError 55 chrome/browser/chromeos/login/auth_sync_observer.cc state != GoogleServiceAuthError::REQUEST_CANCELED) { GoogleServiceAuthError 77 chrome/browser/chromeos/login/auth_sync_observer.cc } else if (state == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 102 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 107 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::NONE: GoogleServiceAuthError 108 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::CAPTCHA_REQUIRED: GoogleServiceAuthError 109 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::TWO_FACTOR: GoogleServiceAuthError 110 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::HOSTED_NOT_ALLOWED: GoogleServiceAuthError 111 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: GoogleServiceAuthError 112 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::REQUEST_CANCELED: GoogleServiceAuthError 113 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE: GoogleServiceAuthError 114 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::SERVICE_ERROR: GoogleServiceAuthError 118 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::USER_NOT_SIGNED_UP: GoogleServiceAuthError 119 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::ACCOUNT_DELETED: GoogleServiceAuthError 120 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: GoogleServiceAuthError 124 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::CONNECTION_FAILED: GoogleServiceAuthError 125 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: GoogleServiceAuthError 129 chrome/browser/chromeos/login/enrollment/enrollment_screen.cc case GoogleServiceAuthError::NUM_STATES: GoogleServiceAuthError 43 chrome/browser/chromeos/login/enrollment/enrollment_screen.h virtual void OnAuthError(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 14 chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h class GoogleServiceAuthError; GoogleServiceAuthError 46 chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h virtual void OnAuthError(const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 86 chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h virtual void ShowAuthError(const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 40 chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h MOCK_METHOD1(ShowAuthError, void(const GoogleServiceAuthError&)); GoogleServiceAuthError 730 chrome/browser/chromeos/login/existing_user_controller.cc GoogleServiceAuthError::HOSTED_NOT_ALLOWED) { GoogleServiceAuthError 1083 chrome/browser/chromeos/login/existing_user_controller.cc case GoogleServiceAuthError::CONNECTION_FAILED: GoogleServiceAuthError 1086 chrome/browser/chromeos/login/existing_user_controller.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: GoogleServiceAuthError 1089 chrome/browser/chromeos/login/existing_user_controller.cc case GoogleServiceAuthError::HOSTED_NOT_ALLOWED: GoogleServiceAuthError 97 chrome/browser/chromeos/login/login_performer.h const GoogleServiceAuthError& error() const { GoogleServiceAuthError 43 chrome/browser/chromeos/login/login_status_consumer.h error_(GoogleServiceAuthError::NONE) { GoogleServiceAuthError 58 chrome/browser/chromeos/login/login_status_consumer.h const GoogleServiceAuthError& error) { GoogleServiceAuthError 81 chrome/browser/chromeos/login/login_status_consumer.h if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) { GoogleServiceAuthError 95 chrome/browser/chromeos/login/login_status_consumer.h const GoogleServiceAuthError& error() const { return error_; } GoogleServiceAuthError 99 chrome/browser/chromeos/login/login_status_consumer.h LoginFailure(FailureReason reason, GoogleServiceAuthError error) GoogleServiceAuthError 105 chrome/browser/chromeos/login/login_status_consumer.h GoogleServiceAuthError error_; GoogleServiceAuthError 322 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 329 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc if (error.state() == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 160 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.h void RegistrationCallback(const GoogleServiceAuthError& error, GoogleServiceAuthError 232 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 234 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc if (error.state() == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 112 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.h void RegistrationCallback(const GoogleServiceAuthError& error, GoogleServiceAuthError 23 chrome/browser/chromeos/login/mock_authenticator.cc GoogleServiceAuthError error( GoogleServiceAuthError 24 chrome/browser/chromeos/login/mock_authenticator.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 20 chrome/browser/chromeos/login/oauth2_login_manager.h class GoogleServiceAuthError; GoogleServiceAuthError 206 chrome/browser/chromeos/login/oauth2_login_manager.h bool RetryOnError(const GoogleServiceAuthError& error); GoogleServiceAuthError 39 chrome/browser/chromeos/login/oauth2_login_verifier.cc bool IsConnectionOrServiceError(const GoogleServiceAuthError& error) { GoogleServiceAuthError 40 chrome/browser/chromeos/login/oauth2_login_verifier.cc return error.state() == GoogleServiceAuthError::CONNECTION_FAILED || GoogleServiceAuthError 41 chrome/browser/chromeos/login/oauth2_login_verifier.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE || GoogleServiceAuthError 42 chrome/browser/chromeos/login/oauth2_login_verifier.cc error.state() == GoogleServiceAuthError::REQUEST_CANCELED; GoogleServiceAuthError 135 chrome/browser/chromeos/login/oauth2_login_verifier.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 182 chrome/browser/chromeos/login/oauth2_login_verifier.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 210 chrome/browser/chromeos/login/oauth2_login_verifier.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 220 chrome/browser/chromeos/login/oauth2_login_verifier.cc GoogleServiceAuthError::NUM_STATES); GoogleServiceAuthError 232 chrome/browser/chromeos/login/oauth2_login_verifier.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 246 chrome/browser/chromeos/login/oauth2_login_verifier.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 255 chrome/browser/chromeos/login/oauth2_login_verifier.cc GoogleServiceAuthError::NUM_STATES); GoogleServiceAuthError 267 chrome/browser/chromeos/login/oauth2_login_verifier.cc GoogleServiceAuthError::NUM_STATES); GoogleServiceAuthError 71 chrome/browser/chromeos/login/oauth2_login_verifier.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 74 chrome/browser/chromeos/login/oauth2_login_verifier.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 77 chrome/browser/chromeos/login/oauth2_login_verifier.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 84 chrome/browser/chromeos/login/oauth2_login_verifier.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 105 chrome/browser/chromeos/login/oauth2_login_verifier.h const GoogleServiceAuthError& error, GoogleServiceAuthError 96 chrome/browser/chromeos/login/oauth2_token_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 109 chrome/browser/chromeos/login/oauth2_token_fetcher.cc void OAuth2TokenFetcher::RetryOnError(const GoogleServiceAuthError& error, GoogleServiceAuthError 113 chrome/browser/chromeos/login/oauth2_token_fetcher.cc if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED || GoogleServiceAuthError 114 chrome/browser/chromeos/login/oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE || GoogleServiceAuthError 115 chrome/browser/chromeos/login/oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::REQUEST_CANCELED) && GoogleServiceAuthError 49 chrome/browser/chromeos/login/oauth2_token_fetcher.h void RetryOnError(const GoogleServiceAuthError& error, GoogleServiceAuthError 57 chrome/browser/chromeos/login/oauth2_token_fetcher.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 82 chrome/browser/chromeos/login/online_attempt.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 87 chrome/browser/chromeos/login/online_attempt.cc if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) { GoogleServiceAuthError 98 chrome/browser/chromeos/login/online_attempt.cc if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS && GoogleServiceAuthError 106 chrome/browser/chromeos/login/online_attempt.cc GoogleServiceAuthError( GoogleServiceAuthError 107 chrome/browser/chromeos/login/online_attempt.cc GoogleServiceAuthError::HOSTED_NOT_ALLOWED))); GoogleServiceAuthError 111 chrome/browser/chromeos/login/online_attempt.cc if (error.state() == GoogleServiceAuthError::TWO_FACTOR) { GoogleServiceAuthError 41 chrome/browser/chromeos/login/online_attempt.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 40 chrome/browser/chromeos/login/online_attempt_unittest.cc void RunFailureTest(const GoogleServiceAuthError& error) { GoogleServiceAuthError 83 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 132 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 133 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError::HOSTED_NOT_ALLOWED))); GoogleServiceAuthError 179 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET)); GoogleServiceAuthError 184 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 189 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED)); GoogleServiceAuthError 194 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED)); GoogleServiceAuthError 199 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE)); GoogleServiceAuthError 203 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError auth_error = GoogleServiceAuthError 204 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError::FromClientLoginCaptchaChallenge( GoogleServiceAuthError 215 chrome/browser/chromeos/login/online_attempt_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR); GoogleServiceAuthError 224 chrome/browser/chromeos/login/online_attempt_unittest.cc EXPECT_TRUE(GoogleServiceAuthError::AuthErrorNone() == GoogleServiceAuthError 81 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 94 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE)); GoogleServiceAuthError 98 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 105 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc void PolicyOAuth2TokenFetcher::RetryOnError(const GoogleServiceAuthError& error, GoogleServiceAuthError 108 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED || GoogleServiceAuthError 109 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE || GoogleServiceAuthError 110 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc error.state() == GoogleServiceAuthError::REQUEST_CANCELED) && GoogleServiceAuthError 129 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 39 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.h const GoogleServiceAuthError&)> TokenCallback; GoogleServiceAuthError 81 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 86 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.h virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 98 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.h void RetryOnError(const GoogleServiceAuthError& error, GoogleServiceAuthError 103 chrome/browser/chromeos/policy/policy_oauth2_token_fetcher.h const GoogleServiceAuthError& error); GoogleServiceAuthError 155 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc access_token, GoogleServiceAuthError(GoogleServiceAuthError::NONE)); GoogleServiceAuthError 283 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc std::string(), GoogleServiceAuthError(GoogleServiceAuthError::NONE)); GoogleServiceAuthError 297 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 305 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc if (error.state() == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 316 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc GoogleServiceAuthError::NUM_STATES); GoogleServiceAuthError 317 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) { GoogleServiceAuthError 23 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h class GoogleServiceAuthError; GoogleServiceAuthError 115 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h const GoogleServiceAuthError& error); GoogleServiceAuthError 58 chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 49 chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 79 chrome/browser/chromeos/policy/wildcard_login_checker.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 86 chrome/browser/chromeos/policy/wildcard_login_checker.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 87 chrome/browser/chromeos/policy/wildcard_login_checker.cc if (error.state() != GoogleServiceAuthError::NONE) { GoogleServiceAuthError 51 chrome/browser/chromeos/policy/wildcard_login_checker.h virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 57 chrome/browser/chromeos/policy/wildcard_login_checker.h const GoogleServiceAuthError& error); GoogleServiceAuthError 60 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FlushPendingRequests(false, GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 73 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FlushPendingRequests(false, GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 133 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FlushPendingRequests(false, GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 142 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FlushPendingRequests(false, GoogleServiceAuthError::CONNECTION_FAILED); GoogleServiceAuthError 190 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FailRequest(request, GoogleServiceAuthError::USER_NOT_SIGNED_UP); GoogleServiceAuthError 193 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FailRequest(request, GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 277 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FlushPendingRequests(false, GoogleServiceAuthError::USER_NOT_SIGNED_UP); GoogleServiceAuthError 284 chrome/browser/chromeos/settings/device_oauth2_token_service.cc FlushPendingRequests(true, GoogleServiceAuthError::NONE); GoogleServiceAuthError 294 chrome/browser/chromeos/settings/device_oauth2_token_service.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 340 chrome/browser/chromeos/settings/device_oauth2_token_service.cc GoogleServiceAuthError::State error) { GoogleServiceAuthError 377 chrome/browser/chromeos/settings/device_oauth2_token_service.cc GoogleServiceAuthError::State error) { GoogleServiceAuthError 378 chrome/browser/chromeos/settings/device_oauth2_token_service.cc GoogleServiceAuthError auth_error(error); GoogleServiceAuthError 133 chrome/browser/chromeos/settings/device_oauth2_token_service.h GoogleServiceAuthError::State error); GoogleServiceAuthError 139 chrome/browser/chromeos/settings/device_oauth2_token_service.h void FailRequest(RequestImpl* request, GoogleServiceAuthError::State error); GoogleServiceAuthError 32 chrome/browser/extensions/api/identity/account_tracker.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 209 chrome/browser/extensions/api/identity/account_tracker.cc GoogleServiceAuthError AccountTracker::GetAuthStatus() const { GoogleServiceAuthError 211 chrome/browser/extensions/api/identity/account_tracker.cc return GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 256 chrome/browser/extensions/api/identity/account_tracker.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 17 chrome/browser/extensions/api/identity/account_tracker.h class GoogleServiceAuthError; GoogleServiceAuthError 57 chrome/browser/extensions/api/identity/account_tracker.h const GoogleServiceAuthError& error); GoogleServiceAuthError 72 chrome/browser/extensions/api/identity/account_tracker.h virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE; GoogleServiceAuthError 103 chrome/browser/extensions/api/identity/account_tracker.h std::map<std::string, GoogleServiceAuthError> account_errors_; GoogleServiceAuthError 124 chrome/browser/extensions/api/identity/account_tracker.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 541 chrome/browser/extensions/api/identity/account_tracker_unittest.cc EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 546 chrome/browser/extensions/api/identity/account_tracker_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED)); GoogleServiceAuthError 549 chrome/browser/extensions/api/identity/account_tracker_unittest.cc EXPECT_EQ(GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 554 chrome/browser/extensions/api/identity/account_tracker_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED)); GoogleServiceAuthError 557 chrome/browser/extensions/api/identity/account_tracker_unittest.cc EXPECT_EQ(GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 561 chrome/browser/extensions/api/identity/account_tracker_unittest.cc EXPECT_EQ(GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 565 chrome/browser/extensions/api/identity/account_tracker_unittest.cc EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 89 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::OnUbertokenFailure(const GoogleServiceAuthError& error) { GoogleServiceAuthError 112 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 154 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 159 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 54 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h GoogleServiceAuthError service_error, GoogleServiceAuthError 73 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 33 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError::State ubertoken_error_state) GoogleServiceAuthError 42 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc if (ubertoken_error_.state() == GoogleServiceAuthError::NONE) GoogleServiceAuthError 53 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError ubertoken_error_; GoogleServiceAuthError 60 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError service_error, GoogleServiceAuthError 70 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc : ubertoken_error_state_(GoogleServiceAuthError::NONE), GoogleServiceAuthError 90 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError GetNoneServiceError() { GoogleServiceAuthError 91 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc return GoogleServiceAuthError(GoogleServiceAuthError::NONE); GoogleServiceAuthError 95 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError::State ubertoken_error_state) { GoogleServiceAuthError 101 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError::State ubertoken_error_state_; GoogleServiceAuthError 111 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 150 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 183 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 195 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 221 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc set_ubertoken_error(GoogleServiceAuthError::CONNECTION_FAILED); GoogleServiceAuthError 227 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 239 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 172 chrome/browser/extensions/api/identity/identity_api.cc void IdentityAPI::ReportAuthError(const GoogleServiceAuthError& error) { GoogleServiceAuthError 177 chrome/browser/extensions/api/identity/identity_api.cc GoogleServiceAuthError IdentityAPI::GetAuthStatusForTest() const { GoogleServiceAuthError 451 chrome/browser/extensions/api/identity/identity_api.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 455 chrome/browser/extensions/api/identity/identity_api.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: GoogleServiceAuthError 456 chrome/browser/extensions/api/identity/identity_api.cc case GoogleServiceAuthError::ACCOUNT_DELETED: GoogleServiceAuthError 457 chrome/browser/extensions/api/identity/identity_api.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: GoogleServiceAuthError 499 chrome/browser/extensions/api/identity/identity_api.cc GoogleServiceAuthError service_error, GoogleServiceAuthError 561 chrome/browser/extensions/api/identity/identity_api.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 29 chrome/browser/extensions/api/identity/identity_api.h class GoogleServiceAuthError; GoogleServiceAuthError 111 chrome/browser/extensions/api/identity/identity_api.h void ReportAuthError(const GoogleServiceAuthError& error); GoogleServiceAuthError 112 chrome/browser/extensions/api/identity/identity_api.h GoogleServiceAuthError GetAuthStatusForTest() const; GoogleServiceAuthError 207 chrome/browser/extensions/api/identity/identity_api.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 217 chrome/browser/extensions/api/identity/identity_api.h GoogleServiceAuthError service_error, GoogleServiceAuthError 227 chrome/browser/extensions/api/identity/identity_api.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 186 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError error(GoogleServiceAuthError::CONNECTION_FAILED); GoogleServiceAuthError 191 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError error( GoogleServiceAuthError 192 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 197 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError error = GoogleServiceAuthError 198 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError::FromServiceError("invalid_scope"); GoogleServiceAuthError 297 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError error( GoogleServiceAuthError 298 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 319 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError error(GoogleServiceAuthError::CONNECTION_FAILED); GoogleServiceAuthError 322 chrome/browser/extensions/api/identity/identity_apitest.cc GoogleServiceAuthError error(GoogleServiceAuthError::NONE); GoogleServiceAuthError 518 chrome/browser/extensions/api/identity/identity_apitest.cc EXPECT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, GoogleServiceAuthError 536 chrome/browser/extensions/api/identity/identity_apitest.cc EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 25 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc GoogleServiceAuthError CreateAuthError(const URLFetcher* source) { GoogleServiceAuthError 27 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 35 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc return GoogleServiceAuthError::FromConnectionError( GoogleServiceAuthError 39 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc return GoogleServiceAuthError::FromConnectionError( GoogleServiceAuthError 73 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 100 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc ReportFailure(GoogleServiceAuthError::FromConnectionError(101)); GoogleServiceAuthError 116 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 12 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.h class GoogleServiceAuthError; GoogleServiceAuthError 36 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.h const GoogleServiceAuthError& error) {} GoogleServiceAuthError 60 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 69 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.h void ReportFailure(const GoogleServiceAuthError& error); GoogleServiceAuthError 28 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher_unittest.cc const GoogleServiceAuthError& error) OVERRIDE { GoogleServiceAuthError 173 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 259 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 271 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: GoogleServiceAuthError 272 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc case GoogleServiceAuthError::ACCOUNT_DELETED: GoogleServiceAuthError 273 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: { GoogleServiceAuthError 96 chrome/browser/extensions/api/push_messaging/push_messaging_api.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 102 chrome/browser/extensions/api/push_messaging/push_messaging_api.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 131 chrome/browser/extensions/api/sessions/sessions_apitest.cc GoogleServiceAuthError no_error(GoogleServiceAuthError::NONE); GoogleServiceAuthError 435 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 454 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 145 chrome/browser/extensions/api/webstore_private/webstore_private_api.h virtual void SigninFailed(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 148 chrome/browser/extensions/api/webstore_private/webstore_private_api.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 785 chrome/browser/extensions/extension_install_prompt.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 799 chrome/browser/extensions/extension_install_prompt.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 398 chrome/browser/extensions/extension_install_prompt.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 404 chrome/browser/extensions/extension_install_prompt.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 148 chrome/browser/history/web_history_service.cc const GoogleServiceAuthError& error) OVERRIDE { GoogleServiceAuthError 53 chrome/browser/invalidation/gcm_invalidation_bridge.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 129 chrome/browser/invalidation/gcm_invalidation_bridge.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 185 chrome/browser/invalidation/gcm_invalidation_bridge.cc GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 213 chrome/browser/invalidation/gcm_invalidation_bridge.cc GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 221 chrome/browser/invalidation/gcm_invalidation_bridge.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 49 chrome/browser/invalidation/gcm_invalidation_bridge.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 106 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc void RequestTokenFinished(const GoogleServiceAuthError& error, GoogleServiceAuthError 118 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc std::vector<GoogleServiceAuthError> request_token_errors_; GoogleServiceAuthError 135 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), request_token_errors_[0]); GoogleServiceAuthError 153 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, GoogleServiceAuthError 157 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), request_token_errors_[1]); GoogleServiceAuthError 228 chrome/browser/invalidation/ticl_invalidation_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 230 chrome/browser/invalidation/ticl_invalidation_service.cc DCHECK_NE(error.state(), GoogleServiceAuthError::NONE); GoogleServiceAuthError 233 chrome/browser/invalidation/ticl_invalidation_service.cc case GoogleServiceAuthError::CONNECTION_FAILED: GoogleServiceAuthError 234 chrome/browser/invalidation/ticl_invalidation_service.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: { GoogleServiceAuthError 244 chrome/browser/invalidation/ticl_invalidation_service.cc case GoogleServiceAuthError::SERVICE_ERROR: GoogleServiceAuthError 245 chrome/browser/invalidation/ticl_invalidation_service.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: { GoogleServiceAuthError 83 chrome/browser/invalidation/ticl_invalidation_service.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 118 chrome/browser/local_discovery/cloud_print_base_api_flow.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 79 chrome/browser/local_discovery/cloud_print_base_api_flow.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 154 chrome/browser/local_discovery/privet_confirm_api_flow_unittest.cc cloudprint_flow->OnGetTokenFailure(NULL, GoogleServiceAuthError( GoogleServiceAuthError 155 chrome/browser/local_discovery/privet_confirm_api_flow_unittest.cc GoogleServiceAuthError::USER_NOT_SIGNED_UP)); GoogleServiceAuthError 70 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 90 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc void DispatchGoogleServiceAuthError(const GoogleServiceAuthError& error, GoogleServiceAuthError 172 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 200 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 234 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc DispatchGoogleServiceAuthError(GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 246 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 254 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 260 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc GoogleServiceAuthError::FromConnectionError(error_code), std::string()); GoogleServiceAuthError 264 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 15 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.h class GoogleServiceAuthError; GoogleServiceAuthError 34 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.h typedef base::Callback<void(const GoogleServiceAuthError& /* error */, GoogleServiceAuthError 100 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc void MakeOAuth2TokenServiceRequestFail(GoogleServiceAuthError::State error); GoogleServiceAuthError 106 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc const GoogleServiceAuthError& error() const { return error_; } GoogleServiceAuthError 110 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc void OnTokenFetched(const GoogleServiceAuthError& error, GoogleServiceAuthError 119 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc GoogleServiceAuthError error_; GoogleServiceAuthError 129 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc error_(GoogleServiceAuthError::NONE), GoogleServiceAuthError 192 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc GoogleServiceAuthError::State error) { GoogleServiceAuthError 197 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc GoogleServiceAuthError(error)); GoogleServiceAuthError 217 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 231 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 243 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 256 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); GoogleServiceAuthError 266 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); GoogleServiceAuthError 274 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 276 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, error().state()); GoogleServiceAuthError 285 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); GoogleServiceAuthError 295 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 298 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); GoogleServiceAuthError 310 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 313 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 323 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::CONNECTION_FAILED, error().state()); GoogleServiceAuthError 332 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 341 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 351 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 75 chrome/browser/managed_mode/managed_user_registration_utility.cc void OnReceivedToken(const GoogleServiceAuthError& error, GoogleServiceAuthError 84 chrome/browser/managed_mode/managed_user_registration_utility.cc const GoogleServiceAuthError& error); GoogleServiceAuthError 90 chrome/browser/managed_mode/managed_user_registration_utility.cc const GoogleServiceAuthError& error); GoogleServiceAuthError 304 chrome/browser/managed_mode/managed_user_registration_utility.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE)); GoogleServiceAuthError 326 chrome/browser/managed_mode/managed_user_registration_utility.cc GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED)); GoogleServiceAuthError 340 chrome/browser/managed_mode/managed_user_registration_utility.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 342 chrome/browser/managed_mode/managed_user_registration_utility.cc if (error.state() != GoogleServiceAuthError::NONE) { GoogleServiceAuthError 363 chrome/browser/managed_mode/managed_user_registration_utility.cc GoogleServiceAuthError error(GoogleServiceAuthError::NONE); GoogleServiceAuthError 369 chrome/browser/managed_mode/managed_user_registration_utility.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 376 chrome/browser/managed_mode/managed_user_registration_utility.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 23 chrome/browser/managed_mode/managed_user_registration_utility.h class GoogleServiceAuthError; GoogleServiceAuthError 56 chrome/browser/managed_mode/managed_user_registration_utility.h typedef base::Callback<void(const GoogleServiceAuthError& /* error */, GoogleServiceAuthError 36 chrome/browser/managed_mode/managed_user_registration_utility_stub.cc callback_.Run(GoogleServiceAuthError(GoogleServiceAuthError::NONE), token); GoogleServiceAuthError 41 chrome/browser/managed_mode/managed_user_registration_utility_stub.cc const GoogleServiceAuthError::State state) { GoogleServiceAuthError 44 chrome/browser/managed_mode/managed_user_registration_utility_stub.cc GoogleServiceAuthError error(state); GoogleServiceAuthError 35 chrome/browser/managed_mode/managed_user_registration_utility_stub.h void RunFailureCallback(GoogleServiceAuthError::State error); GoogleServiceAuthError 80 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::NONE); GoogleServiceAuthError 116 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc const GoogleServiceAuthError& error() const { return error_; } GoogleServiceAuthError 120 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc void OnManagedUserRegistered(const GoogleServiceAuthError& error, GoogleServiceAuthError 140 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc GoogleServiceAuthError error_; GoogleServiceAuthError 150 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc error_(GoogleServiceAuthError::NUM_STATES), GoogleServiceAuthError 232 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 250 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 264 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, error().state()); GoogleServiceAuthError 278 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, error().state()); GoogleServiceAuthError 292 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, error().state()); GoogleServiceAuthError 344 chrome/browser/managed_mode/managed_user_service.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) GoogleServiceAuthError 452 chrome/browser/managed_mode/managed_user_service.cc GoogleServiceAuthError::State state = service->GetAuthError().state(); GoogleServiceAuthError 454 chrome/browser/managed_mode/managed_user_service.cc return (state == GoogleServiceAuthError::NONE || GoogleServiceAuthError 455 chrome/browser/managed_mode/managed_user_service.cc state == GoogleServiceAuthError::CONNECTION_FAILED || GoogleServiceAuthError 456 chrome/browser/managed_mode/managed_user_service.cc state == GoogleServiceAuthError::SERVICE_UNAVAILABLE); GoogleServiceAuthError 647 chrome/browser/managed_mode/managed_user_service.cc const GoogleServiceAuthError& auth_error, GoogleServiceAuthError 649 chrome/browser/managed_mode/managed_user_service.cc if (auth_error.state() == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 26 chrome/browser/managed_mode/managed_user_service.h class GoogleServiceAuthError; GoogleServiceAuthError 48 chrome/browser/managed_mode/managed_user_service.h typedef base::Callback<void(const GoogleServiceAuthError&)> AuthErrorCallback; GoogleServiceAuthError 196 chrome/browser/managed_mode/managed_user_service.h const GoogleServiceAuthError& auth_error, GoogleServiceAuthError 27 chrome/browser/managed_mode/managed_user_service_browsertest.cc void TestAuthErrorCallback(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 67 chrome/browser/managed_mode/managed_user_service_browsertest.cc GoogleServiceAuthError(GoogleServiceAuthError::CONNECTION_FAILED), GoogleServiceAuthError 75 chrome/browser/managed_mode/managed_user_service_browsertest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 446 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 447 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 593 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc GoogleServiceAuthError::FromServiceError("fail")); GoogleServiceAuthError 425 chrome/browser/profiles/profile_downloader.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 99 chrome/browser/profiles/profile_downloader.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 43 chrome/browser/signin/account_reconcilor_unittest.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 93 chrome/browser/signin/account_reconcilor_unittest.cc const GoogleServiceAuthError& error); GoogleServiceAuthError 152 chrome/browser/signin/account_reconcilor_unittest.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 310 chrome/browser/signin/account_reconcilor_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 452 chrome/browser/signin/account_reconcilor_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 507 chrome/browser/signin/account_reconcilor_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 510 chrome/browser/signin/account_reconcilor_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 568 chrome/browser/signin/account_reconcilor_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 46 chrome/browser/signin/android_profile_oauth2_token_service.cc const GoogleServiceAuthError&, const std::string&, const base::Time&)> GoogleServiceAuthError 266 chrome/browser/signin/android_profile_oauth2_token_service.cc GoogleServiceAuthError err(result ? GoogleServiceAuthError 267 chrome/browser/signin/android_profile_oauth2_token_service.cc GoogleServiceAuthError::NONE : GoogleServiceAuthError 268 chrome/browser/signin/android_profile_oauth2_token_service.cc GoogleServiceAuthError::CONNECTION_FAILED); GoogleServiceAuthError 76 chrome/browser/signin/fake_profile_oauth2_token_service.cc GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 88 chrome/browser/signin/fake_profile_oauth2_token_service.cc GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 95 chrome/browser/signin/fake_profile_oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 100 chrome/browser/signin/fake_profile_oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 110 chrome/browser/signin/fake_profile_oauth2_token_service.cc GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 119 chrome/browser/signin/fake_profile_oauth2_token_service.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 99 chrome/browser/signin/fake_profile_oauth2_token_service.h const GoogleServiceAuthError& error); GoogleServiceAuthError 104 chrome/browser/signin/fake_profile_oauth2_token_service.h void IssueErrorForAllPendingRequests(const GoogleServiceAuthError& error); GoogleServiceAuthError 140 chrome/browser/signin/fake_profile_oauth2_token_service.h const GoogleServiceAuthError& error, GoogleServiceAuthError 77 chrome/browser/signin/fake_signin_manager.cc void FakeSigninManager::FailSignin(const GoogleServiceAuthError& error) { GoogleServiceAuthError 54 chrome/browser/signin/fake_signin_manager.h void FailSignin(const GoogleServiceAuthError& error); GoogleServiceAuthError 45 chrome/browser/signin/profile_oauth2_token_service_request.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 67 chrome/browser/signin/profile_oauth2_token_service_request.cc void InformOwnerOnGetTokenFailure(GoogleServiceAuthError error); GoogleServiceAuthError 175 chrome/browser/signin/profile_oauth2_token_service_request.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 195 chrome/browser/signin/profile_oauth2_token_service_request.cc GoogleServiceAuthError error) { GoogleServiceAuthError 34 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 38 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc GoogleServiceAuthError last_error_; GoogleServiceAuthError 45 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc last_error_(GoogleServiceAuthError::AuthErrorNone()), GoogleServiceAuthError 62 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 103 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE)); GoogleServiceAuthError 218 chrome/browser/signin/signin_error_notifier_ash.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: GoogleServiceAuthError 219 chrome/browser/signin/signin_error_notifier_ash.cc case GoogleServiceAuthError::SERVICE_ERROR: GoogleServiceAuthError 220 chrome/browser/signin/signin_error_notifier_ash.cc case GoogleServiceAuthError::ACCOUNT_DELETED: GoogleServiceAuthError 221 chrome/browser/signin/signin_error_notifier_ash.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: GoogleServiceAuthError 227 chrome/browser/signin/signin_error_notifier_ash.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: GoogleServiceAuthError 133 chrome/browser/signin/signin_error_notifier_ash_unittest.cc error_provider.SetAuthError(kTestAccountId, GoogleServiceAuthError( GoogleServiceAuthError 134 chrome/browser/signin/signin_error_notifier_ash_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 150 chrome/browser/signin/signin_error_notifier_ash_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 151 chrome/browser/signin/signin_error_notifier_ash_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 161 chrome/browser/signin/signin_error_notifier_ash_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 162 chrome/browser/signin/signin_error_notifier_ash_unittest.cc GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE)); GoogleServiceAuthError 164 chrome/browser/signin/signin_error_notifier_ash_unittest.cc kTestAccountId, GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 175 chrome/browser/signin/signin_error_notifier_ash_unittest.cc kTestAccountId, GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 183 chrome/browser/signin/signin_error_notifier_ash_unittest.cc GoogleServiceAuthError::State error_state; GoogleServiceAuthError 188 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::NONE, false }, GoogleServiceAuthError 189 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, true }, GoogleServiceAuthError 190 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::USER_NOT_SIGNED_UP, true }, GoogleServiceAuthError 191 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::CONNECTION_FAILED, false }, GoogleServiceAuthError 192 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::CAPTCHA_REQUIRED, true }, GoogleServiceAuthError 193 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::ACCOUNT_DELETED, true }, GoogleServiceAuthError 194 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::ACCOUNT_DISABLED, true }, GoogleServiceAuthError 195 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::SERVICE_UNAVAILABLE, true }, GoogleServiceAuthError 196 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::TWO_FACTOR, true }, GoogleServiceAuthError 197 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::REQUEST_CANCELED, true }, GoogleServiceAuthError 198 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::HOSTED_NOT_ALLOWED, true }, GoogleServiceAuthError 199 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true }, GoogleServiceAuthError 200 chrome/browser/signin/signin_error_notifier_ash_unittest.cc { GoogleServiceAuthError::SERVICE_ERROR, true }, GoogleServiceAuthError 202 chrome/browser/signin/signin_error_notifier_ash_unittest.cc COMPILE_ASSERT(ARRAYSIZE_UNSAFE(table) == GoogleServiceAuthError::NUM_STATES, GoogleServiceAuthError 208 chrome/browser/signin/signin_error_notifier_ash_unittest.cc GoogleServiceAuthError(table[i].error_state)); GoogleServiceAuthError 64 chrome/browser/signin/signin_global_error.cc GoogleServiceAuthError::NONE) { GoogleServiceAuthError 113 chrome/browser/signin/signin_global_error.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: GoogleServiceAuthError 114 chrome/browser/signin/signin_global_error.cc case GoogleServiceAuthError::SERVICE_ERROR: GoogleServiceAuthError 115 chrome/browser/signin/signin_global_error.cc case GoogleServiceAuthError::ACCOUNT_DELETED: GoogleServiceAuthError 116 chrome/browser/signin/signin_global_error.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: GoogleServiceAuthError 122 chrome/browser/signin/signin_global_error.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: GoogleServiceAuthError 139 chrome/browser/signin/signin_global_error.cc GoogleServiceAuthError::SERVICE_UNAVAILABLE) { GoogleServiceAuthError 76 chrome/browser/signin/signin_global_error_unittest.cc error_provider->SetAuthError(kTestAccountId, GoogleServiceAuthError( GoogleServiceAuthError 77 chrome/browser/signin/signin_global_error_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 91 chrome/browser/signin/signin_global_error_unittest.cc GoogleServiceAuthError::State error_state; GoogleServiceAuthError 96 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::NONE, false }, GoogleServiceAuthError 97 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, true }, GoogleServiceAuthError 98 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::USER_NOT_SIGNED_UP, true }, GoogleServiceAuthError 99 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::CONNECTION_FAILED, false }, GoogleServiceAuthError 100 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::CAPTCHA_REQUIRED, true }, GoogleServiceAuthError 101 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::ACCOUNT_DELETED, true }, GoogleServiceAuthError 102 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::ACCOUNT_DISABLED, true }, GoogleServiceAuthError 103 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::SERVICE_UNAVAILABLE, true }, GoogleServiceAuthError 104 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::TWO_FACTOR, true }, GoogleServiceAuthError 105 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::REQUEST_CANCELED, true }, GoogleServiceAuthError 106 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::HOSTED_NOT_ALLOWED, true }, GoogleServiceAuthError 107 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true }, GoogleServiceAuthError 108 chrome/browser/signin/signin_global_error_unittest.cc { GoogleServiceAuthError::SERVICE_ERROR, true }, GoogleServiceAuthError 110 chrome/browser/signin/signin_global_error_unittest.cc COMPILE_ASSERT(ARRAYSIZE_UNSAFE(table) == GoogleServiceAuthError::NUM_STATES, GoogleServiceAuthError 116 chrome/browser/signin/signin_global_error_unittest.cc GoogleServiceAuthError(table[i].error_state)); GoogleServiceAuthError 71 chrome/browser/signin/signin_manager_unittest.cc const GoogleServiceAuthError& error) OVERRIDE { GoogleServiceAuthError 44 chrome/browser/signin/signin_tracker_unittest.cc MOCK_METHOD1(SigninFailed, void(const GoogleServiceAuthError&)); GoogleServiceAuthError 46 chrome/browser/signin/signin_tracker_unittest.cc MOCK_METHOD1(MergeSessionComplete, void(const GoogleServiceAuthError&)); GoogleServiceAuthError 87 chrome/browser/signin/signin_tracker_unittest.cc const GoogleServiceAuthError error( GoogleServiceAuthError 88 chrome/browser/signin/signin_tracker_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 106 chrome/browser/signin/signin_ui_util.cc const GoogleServiceAuthError::State state = GoogleServiceAuthError 110 chrome/browser/signin/signin_ui_util.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: GoogleServiceAuthError 111 chrome/browser/signin/signin_ui_util.cc case GoogleServiceAuthError::SERVICE_ERROR: GoogleServiceAuthError 112 chrome/browser/signin/signin_ui_util.cc case GoogleServiceAuthError::ACCOUNT_DELETED: GoogleServiceAuthError 113 chrome/browser/signin/signin_ui_util.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: GoogleServiceAuthError 128 chrome/browser/signin/signin_ui_util.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: GoogleServiceAuthError 136 chrome/browser/signin/signin_ui_util.cc case GoogleServiceAuthError::CONNECTION_FAILED: GoogleServiceAuthError 118 chrome/browser/sync/profile_sync_service.cc typedef GoogleServiceAuthError AuthError; GoogleServiceAuthError 193 chrome/browser/sync/profile_sync_service.cc last_get_token_error_(GoogleServiceAuthError::AuthErrorNone()), GoogleServiceAuthError 622 chrome/browser/sync/profile_sync_service.cc last_get_token_error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 639 chrome/browser/sync/profile_sync_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 641 chrome/browser/sync/profile_sync_service.cc DCHECK_NE(error.state(), GoogleServiceAuthError::NONE); GoogleServiceAuthError 645 chrome/browser/sync/profile_sync_service.cc case GoogleServiceAuthError::CONNECTION_FAILED: GoogleServiceAuthError 646 chrome/browser/sync/profile_sync_service.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: { GoogleServiceAuthError 659 chrome/browser/sync/profile_sync_service.cc case GoogleServiceAuthError::SERVICE_ERROR: GoogleServiceAuthError 660 chrome/browser/sync/profile_sync_service.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: { GoogleServiceAuthError 693 chrome/browser/sync/profile_sync_service.cc GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED)); GoogleServiceAuthError 780 chrome/browser/sync/profile_sync_service.cc if (last_auth_error_.state() != GoogleServiceAuthError::NONE) GoogleServiceAuthError 781 chrome/browser/sync/profile_sync_service.cc UpdateAuthErrorState(GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 1198 chrome/browser/sync/profile_sync_service.cc const GoogleServiceAuthError auth_error = GoogleServiceAuthError 2249 chrome/browser/sync/profile_sync_service.cc last_get_token_error(GoogleServiceAuthError::AuthErrorNone()) {} GoogleServiceAuthError 197 chrome/browser/sync/profile_sync_service.h GoogleServiceAuthError last_get_token_error; GoogleServiceAuthError 431 chrome/browser/sync/profile_sync_service.h virtual const GoogleServiceAuthError& GetAuthError() const; GoogleServiceAuthError 702 chrome/browser/sync/profile_sync_service.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 766 chrome/browser/sync/profile_sync_service.h GoogleServiceAuthError last_auth_error_; GoogleServiceAuthError 800 chrome/browser/sync/profile_sync_service.h void UpdateAuthErrorState(const GoogleServiceAuthError& error); GoogleServiceAuthError 1028 chrome/browser/sync/profile_sync_service.h GoogleServiceAuthError last_get_token_error_; GoogleServiceAuthError 88 chrome/browser/sync/profile_sync_service_mock.h MOCK_CONST_METHOD0(GetAuthError, const GoogleServiceAuthError&()); GoogleServiceAuthError 259 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_EQ(GoogleServiceAuthError::USER_NOT_SIGNED_UP, GoogleServiceAuthError 364 chrome/browser/sync/profile_sync_service_unittest.cc EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 145 chrome/browser/sync/sync_error_notifier_ash_unittest.cc void VerifySyncErrorNotifierResult(GoogleServiceAuthError::State error_state, GoogleServiceAuthError 151 chrome/browser/sync/sync_error_notifier_ash_unittest.cc GoogleServiceAuthError auth_error(error_state); GoogleServiceAuthError 200 chrome/browser/sync/sync_error_notifier_ash_unittest.cc VerifySyncErrorNotifierResult(GoogleServiceAuthError::NONE, GoogleServiceAuthError 212 chrome/browser/sync/sync_error_notifier_ash_unittest.cc VerifySyncErrorNotifierResult(GoogleServiceAuthError::NONE, GoogleServiceAuthError 225 chrome/browser/sync/sync_error_notifier_ash_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, GoogleServiceAuthError 84 chrome/browser/sync/sync_global_error_unittest.cc GoogleServiceAuthError::State error_state, GoogleServiceAuthError 90 chrome/browser/sync/sync_global_error_unittest.cc GoogleServiceAuthError auth_error(error_state); GoogleServiceAuthError 146 chrome/browser/sync/sync_global_error_unittest.cc GoogleServiceAuthError::NONE, true /* signed in*/, true /* error */); GoogleServiceAuthError 155 chrome/browser/sync/sync_global_error_unittest.cc GoogleServiceAuthError::NONE, true /* signed in */, false /* no error */); GoogleServiceAuthError 164 chrome/browser/sync/sync_global_error_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, GoogleServiceAuthError 76 chrome/browser/sync/sync_startup_tracker.cc service->GetAuthError().state() != GoogleServiceAuthError::NONE) { GoogleServiceAuthError 30 chrome/browser/sync/sync_startup_tracker_unittest.cc no_error_(GoogleServiceAuthError::NONE) { GoogleServiceAuthError 65 chrome/browser/sync/sync_startup_tracker_unittest.cc GoogleServiceAuthError no_error_; GoogleServiceAuthError 95 chrome/browser/sync/sync_startup_tracker_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 96 chrome/browser/sync/sync_startup_tracker_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 128 chrome/browser/sync/sync_startup_tracker_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 129 chrome/browser/sync/sync_startup_tracker_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 148 chrome/browser/sync/sync_startup_tracker_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 149 chrome/browser/sync/sync_startup_tracker_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 44 chrome/browser/sync/sync_ui_util.cc typedef GoogleServiceAuthError AuthError; GoogleServiceAuthError 54 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::State error_state, GoogleServiceAuthError 60 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError auth_error(error_state); GoogleServiceAuthError 96 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::NONE, GoogleServiceAuthError 118 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError auth_error( GoogleServiceAuthError 119 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 141 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::State table[] = { GoogleServiceAuthError 142 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::NONE, GoogleServiceAuthError 143 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, GoogleServiceAuthError 144 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::USER_NOT_SIGNED_UP, GoogleServiceAuthError 145 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::CONNECTION_FAILED, GoogleServiceAuthError 146 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::CAPTCHA_REQUIRED, GoogleServiceAuthError 147 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::ACCOUNT_DELETED, GoogleServiceAuthError 148 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::ACCOUNT_DISABLED, GoogleServiceAuthError 149 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::SERVICE_UNAVAILABLE, GoogleServiceAuthError 150 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::TWO_FACTOR, GoogleServiceAuthError 151 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::REQUEST_CANCELED, GoogleServiceAuthError 152 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError::HOSTED_NOT_ALLOWED GoogleServiceAuthError 260 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE)); GoogleServiceAuthError 342 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 382 chrome/browser/sync/sync_ui_util_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 45 chrome/browser/sync/test/integration/profile_sync_service_harness.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || GoogleServiceAuthError 47 chrome/browser/sync/test/integration/profile_sync_service_harness.cc GoogleServiceAuthError::SERVICE_ERROR || GoogleServiceAuthError 49 chrome/browser/sync/test/integration/profile_sync_service_harness.cc GoogleServiceAuthError::REQUEST_CANCELED; GoogleServiceAuthError 235 chrome/browser/sync/test/integration/profile_sync_service_harness.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) { GoogleServiceAuthError 66 chrome/browser/sync/test/integration/sync_auth_test.cc GoogleServiceAuthError::NONE); GoogleServiceAuthError 93 chrome/browser/sync/test/integration/sync_auth_test.cc GoogleServiceAuthError oauth_error = GoogleServiceAuthError 96 chrome/browser/sync/test/integration/sync_auth_test.cc return oauth_error.state() != GoogleServiceAuthError::NONE; GoogleServiceAuthError 210 chrome/browser/sync/test/integration/sync_auth_test.cc ASSERT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, GoogleServiceAuthError 225 chrome/browser/sync/test/integration/sync_auth_test.cc ASSERT_EQ(GoogleServiceAuthError::SERVICE_ERROR, GoogleServiceAuthError 239 chrome/browser/sync/test/integration/sync_auth_test.cc ASSERT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, GoogleServiceAuthError 255 chrome/browser/sync/test/integration/sync_auth_test.cc ASSERT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, GoogleServiceAuthError 156 chrome/browser/ui/app_list/app_list_view_delegate.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 106 chrome/browser/ui/app_list/app_list_view_delegate.h virtual void GoogleSigninFailed(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 111 chrome/browser/ui/app_list/search/people/people_provider.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 50 chrome/browser/ui/app_list/search/people/people_provider.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 63 chrome/browser/ui/auto_login_infobar_delegate.cc virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 114 chrome/browser/ui/auto_login_infobar_delegate.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 2494 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 217 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 2036 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::NONE); GoogleServiceAuthError 3008 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc controller()->OnPassiveSigninFailure(GoogleServiceAuthError( GoogleServiceAuthError 3009 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc GoogleServiceAuthError::CONNECTION_FAILED)); GoogleServiceAuthError 3036 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc controller()->OnPassiveSigninFailure(GoogleServiceAuthError( GoogleServiceAuthError 3037 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc GoogleServiceAuthError::NONE)); GoogleServiceAuthError 580 chrome/browser/ui/sync/one_click_signin_helper.cc GoogleServiceAuthError( GoogleServiceAuthError 581 chrome/browser/ui/sync/one_click_signin_helper.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS).ToString()); GoogleServiceAuthError 590 chrome/browser/ui/sync/one_click_signin_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 638 chrome/browser/ui/sync/one_click_signin_helper.cc GoogleServiceAuthError( GoogleServiceAuthError 639 chrome/browser/ui/sync/one_click_signin_helper.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS).ToString()); GoogleServiceAuthError 156 chrome/browser/ui/sync/one_click_signin_helper.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 238 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc GoogleServiceAuthError no_error_; GoogleServiceAuthError 255 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc no_error_(GoogleServiceAuthError::NONE), GoogleServiceAuthError 342 chrome/browser/ui/sync/one_click_signin_sync_starter.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 349 chrome/browser/ui/sync/one_click_signin_sync_starter.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: GoogleServiceAuthError 353 chrome/browser/ui/sync/one_click_signin_sync_starter.cc case GoogleServiceAuthError::REQUEST_CANCELED: GoogleServiceAuthError 367 chrome/browser/ui/sync/one_click_signin_sync_starter.cc MergeSessionComplete(GoogleServiceAuthError(GoogleServiceAuthError::NONE)); GoogleServiceAuthError 371 chrome/browser/ui/sync/one_click_signin_sync_starter.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 119 chrome/browser/ui/sync/one_click_signin_sync_starter.h virtual void SigninFailed(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 122 chrome/browser/ui/sync/one_click_signin_sync_starter.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 96 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc sync_starter_->SigninFailed(GoogleServiceAuthError( GoogleServiceAuthError 97 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc GoogleServiceAuthError::REQUEST_CANCELED)); GoogleServiceAuthError 105 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc sync_starter_->SigninFailed(GoogleServiceAuthError( GoogleServiceAuthError 106 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc GoogleServiceAuthError::REQUEST_CANCELED)); GoogleServiceAuthError 41 chrome/browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 42 chrome/browser/ui/webui/chromeos/login/authenticated_user_email_retriever.h virtual void OnListAccountsFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 191 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 193 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::NONE: GoogleServiceAuthError 194 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::CAPTCHA_REQUIRED: GoogleServiceAuthError 195 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::TWO_FACTOR: GoogleServiceAuthError 196 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::HOSTED_NOT_ALLOWED: GoogleServiceAuthError 197 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: GoogleServiceAuthError 198 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::REQUEST_CANCELED: GoogleServiceAuthError 199 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE: GoogleServiceAuthError 200 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::SERVICE_ERROR: GoogleServiceAuthError 203 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::USER_NOT_SIGNED_UP: GoogleServiceAuthError 204 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::ACCOUNT_DELETED: GoogleServiceAuthError 205 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::ACCOUNT_DISABLED: GoogleServiceAuthError 208 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::CONNECTION_FAILED: GoogleServiceAuthError 209 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::SERVICE_UNAVAILABLE: GoogleServiceAuthError 212 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc case GoogleServiceAuthError::NUM_STATES: GoogleServiceAuthError 415 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 419 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc if (error.state() != GoogleServiceAuthError::NONE) GoogleServiceAuthError 52 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h virtual void ShowAuthError(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 84 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h const GoogleServiceAuthError& error); GoogleServiceAuthError 217 chrome/browser/ui/webui/options/create_profile_handler.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 218 chrome/browser/ui/webui/options/create_profile_handler.cc GoogleServiceAuthError::State state = error.state(); GoogleServiceAuthError 220 chrome/browser/ui/webui/options/create_profile_handler.cc if (state == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 226 chrome/browser/ui/webui/options/create_profile_handler.cc if (state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || GoogleServiceAuthError 227 chrome/browser/ui/webui/options/create_profile_handler.cc state == GoogleServiceAuthError::USER_NOT_SIGNED_UP || GoogleServiceAuthError 228 chrome/browser/ui/webui/options/create_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || GoogleServiceAuthError 229 chrome/browser/ui/webui/options/create_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED) { GoogleServiceAuthError 347 chrome/browser/ui/webui/options/create_profile_handler.cc GoogleServiceAuthError::State error_state) { GoogleServiceAuthError 351 chrome/browser/ui/webui/options/create_profile_handler.cc GoogleServiceAuthError::NUM_STATES); GoogleServiceAuthError 359 chrome/browser/ui/webui/options/create_profile_handler.cc GoogleServiceAuthError::NUM_STATES); GoogleServiceAuthError 103 chrome/browser/ui/webui/options/create_profile_handler.h const GoogleServiceAuthError& error); GoogleServiceAuthError 135 chrome/browser/ui/webui/options/create_profile_handler.h GoogleServiceAuthError::State error_state); GoogleServiceAuthError 434 chrome/browser/ui/webui/options/manage_profile_handler.cc GoogleServiceAuthError::State state = service->GetAuthError().state(); GoogleServiceAuthError 435 chrome/browser/ui/webui/options/manage_profile_handler.cc bool has_error = (state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || GoogleServiceAuthError 436 chrome/browser/ui/webui/options/manage_profile_handler.cc state == GoogleServiceAuthError::USER_NOT_SIGNED_UP || GoogleServiceAuthError 437 chrome/browser/ui/webui/options/manage_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || GoogleServiceAuthError 438 chrome/browser/ui/webui/options/manage_profile_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED); GoogleServiceAuthError 228 chrome/browser/ui/webui/options/managed_user_import_handler.cc GoogleServiceAuthError::State state = error_controller->auth_error().state(); GoogleServiceAuthError 230 chrome/browser/ui/webui/options/managed_user_import_handler.cc return state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || GoogleServiceAuthError 231 chrome/browser/ui/webui/options/managed_user_import_handler.cc state == GoogleServiceAuthError::USER_NOT_SIGNED_UP || GoogleServiceAuthError 232 chrome/browser/ui/webui/options/managed_user_import_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || GoogleServiceAuthError 233 chrome/browser/ui/webui/options/managed_user_import_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED; GoogleServiceAuthError 451 chrome/browser/ui/webui/print_preview/print_preview_handler.cc const GoogleServiceAuthError& error) OVERRIDE { GoogleServiceAuthError 60 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 167 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 337 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 338 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc const GoogleServiceAuthError::State state = error.state(); GoogleServiceAuthError 342 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc bool success = (state == GoogleServiceAuthError::NONE || GoogleServiceAuthError 343 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::CAPTCHA_REQUIRED || GoogleServiceAuthError 344 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::TWO_FACTOR || GoogleServiceAuthError 345 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::ACCOUNT_DELETED || GoogleServiceAuthError 346 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc state == GoogleServiceAuthError::ACCOUNT_DISABLED); GoogleServiceAuthError 48 chrome/browser/ui/webui/signin/user_manager_screen_handler.h virtual void OnClientLoginFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 801 chrome/browser/ui/webui/sync_setup_handler.cc sync_service->GetAuthError().state() == GoogleServiceAuthError::NONE)) { GoogleServiceAuthError 45 chrome/browser/ui/webui/sync_setup_handler_unittest.cc typedef GoogleServiceAuthError AuthError; GoogleServiceAuthError 280 chrome/browser/ui/webui/sync_setup_handler_unittest.cc SyncSetupHandlerTest() : error_(GoogleServiceAuthError::NONE) {} GoogleServiceAuthError 282 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 385 chrome/browser/ui/webui/sync_setup_handler_unittest.cc GoogleServiceAuthError error_; GoogleServiceAuthError 454 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 481 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 503 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 535 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 562 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 572 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError( GoogleServiceAuthError 573 chrome/browser/ui/webui/sync_setup_handler_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 862 chrome/browser/ui/webui/sync_setup_handler_unittest.cc error_ = GoogleServiceAuthError( GoogleServiceAuthError 863 chrome/browser/ui/webui/sync_setup_handler_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 127 components/autofill/content/browser/wallet/wallet_signin_helper.cc void WalletSigninHelper::OnServiceError(const GoogleServiceAuthError& error) { GoogleServiceAuthError 132 components/autofill/content/browser/wallet/wallet_signin_helper.cc OnServiceError(GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 160 components/autofill/content/browser/wallet/wallet_signin_helper.cc GoogleServiceAuthError(GoogleServiceAuthError::USER_NOT_SIGNED_UP)); GoogleServiceAuthError 21 components/autofill/content/browser/wallet/wallet_signin_helper.h class GoogleServiceAuthError; GoogleServiceAuthError 55 components/autofill/content/browser/wallet/wallet_signin_helper.h void OnServiceError(const GoogleServiceAuthError& error); GoogleServiceAuthError 11 components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h class GoogleServiceAuthError; GoogleServiceAuthError 26 components/autofill/content/browser/wallet/wallet_signin_helper_delegate.h virtual void OnPassiveSigninFailure(const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 43 components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc void(const GoogleServiceAuthError& error)); GoogleServiceAuthError 57 components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 94 components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 119 components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 155 components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 239 components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 69 components/policy/core/common/cloud/cloud_policy_client_registration_helper.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 56 components/policy/core/common/cloud/user_info_fetcher.cc GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 59 components/policy/core/common/cloud/user_info_fetcher.cc error = GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 61 components/policy/core/common/cloud/user_info_fetcher.cc error = GoogleServiceAuthError::FromConnectionError(status.error()); GoogleServiceAuthError 65 components/policy/core/common/cloud/user_info_fetcher.cc error = GoogleServiceAuthError( GoogleServiceAuthError 66 components/policy/core/common/cloud/user_info_fetcher.cc GoogleServiceAuthError::CONNECTION_FAILED); GoogleServiceAuthError 68 components/policy/core/common/cloud/user_info_fetcher.cc if (error.state() != GoogleServiceAuthError::NONE) { GoogleServiceAuthError 84 components/policy/core/common/cloud/user_info_fetcher.cc delegate_->OnGetUserInfoFailure(GoogleServiceAuthError( GoogleServiceAuthError 85 components/policy/core/common/cloud/user_info_fetcher.cc GoogleServiceAuthError::CONNECTION_FAILED)); GoogleServiceAuthError 13 components/policy/core/common/cloud/user_info_fetcher.h class GoogleServiceAuthError; GoogleServiceAuthError 41 components/policy/core/common/cloud/user_info_fetcher.h virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 31 components/policy/core/common/cloud/user_info_fetcher_unittest.cc void(const GoogleServiceAuthError& error)); GoogleServiceAuthError 225 components/signin/core/browser/about_signin_internals.cc GoogleServiceAuthError error, GoogleServiceAuthError 258 components/signin/core/browser/about_signin_internals.cc error(GoogleServiceAuthError::AuthErrorNone()), GoogleServiceAuthError 286 components/signin/core/browser/about_signin_internals.cc if (error == GoogleServiceAuthError::AuthErrorNone()) { GoogleServiceAuthError 93 components/signin/core/browser/about_signin_internals.h GoogleServiceAuthError error, GoogleServiceAuthError 117 components/signin/core/browser/about_signin_internals.h GoogleServiceAuthError error; GoogleServiceAuthError 47 components/signin/core/browser/account_reconcilor.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 86 components/signin/core/browser/account_reconcilor.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 374 components/signin/core/browser/account_reconcilor.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 378 components/signin/core/browser/account_reconcilor.cc if (error.state() == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 462 components/signin/core/browser/account_reconcilor.cc GoogleServiceAuthError error = GoogleServiceAuthError 463 components/signin/core/browser/account_reconcilor.cc !valid_json ? GoogleServiceAuthError( GoogleServiceAuthError 464 components/signin/core/browser/account_reconcilor.cc GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE) GoogleServiceAuthError 465 components/signin/core/browser/account_reconcilor.cc : GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 473 components/signin/core/browser/account_reconcilor.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 496 components/signin/core/browser/account_reconcilor.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 498 components/signin/core/browser/account_reconcilor.cc if (error.state() == GoogleServiceAuthError::NONE) { GoogleServiceAuthError 553 components/signin/core/browser/account_reconcilor.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 674 components/signin/core/browser/account_reconcilor.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 104 components/signin/core/browser/account_reconcilor.h void(const GoogleServiceAuthError& error, GoogleServiceAuthError 157 components/signin/core/browser/account_reconcilor.h const GoogleServiceAuthError& error, GoogleServiceAuthError 173 components/signin/core/browser/account_reconcilor.h const GoogleServiceAuthError& error, GoogleServiceAuthError 181 components/signin/core/browser/account_reconcilor.h virtual void OnListAccountsFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 186 components/signin/core/browser/account_reconcilor.h const GoogleServiceAuthError& error) GoogleServiceAuthError 194 components/signin/core/browser/account_reconcilor.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 9 components/signin/core/browser/fake_auth_status_provider.cc auth_error_(GoogleServiceAuthError::AuthErrorNone()) { GoogleServiceAuthError 21 components/signin/core/browser/fake_auth_status_provider.cc GoogleServiceAuthError FakeAuthStatusProvider::GetAuthStatus() const { GoogleServiceAuthError 26 components/signin/core/browser/fake_auth_status_provider.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 22 components/signin/core/browser/fake_auth_status_provider.h const GoogleServiceAuthError& error); GoogleServiceAuthError 24 components/signin/core/browser/fake_auth_status_provider.h void set_error_without_status_change(const GoogleServiceAuthError& error) { GoogleServiceAuthError 30 components/signin/core/browser/fake_auth_status_provider.h virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE; GoogleServiceAuthError 35 components/signin/core/browser/fake_auth_status_provider.h GoogleServiceAuthError auth_error_; GoogleServiceAuthError 89 components/signin/core/browser/mutable_profile_oauth2_token_service.cc last_auth_error_(GoogleServiceAuthError::NONE) { GoogleServiceAuthError 100 components/signin/core/browser/mutable_profile_oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 112 components/signin/core/browser/mutable_profile_oauth2_token_service.cc GoogleServiceAuthError GoogleServiceAuthError 205 components/signin/core/browser/mutable_profile_oauth2_token_service.cc GoogleServiceAuthError( GoogleServiceAuthError 206 components/signin/core/browser/mutable_profile_oauth2_token_service.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 253 components/signin/core/browser/mutable_profile_oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 257 components/signin/core/browser/mutable_profile_oauth2_token_service.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED || GoogleServiceAuthError 258 components/signin/core/browser/mutable_profile_oauth2_token_service.cc error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) GoogleServiceAuthError 319 components/signin/core/browser/mutable_profile_oauth2_token_service.cc UpdateAuthError(account_id, GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 51 components/signin/core/browser/mutable_profile_oauth2_token_service.h void SetLastAuthError(const GoogleServiceAuthError& error); GoogleServiceAuthError 55 components/signin/core/browser/mutable_profile_oauth2_token_service.h virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE; GoogleServiceAuthError 61 components/signin/core/browser/mutable_profile_oauth2_token_service.h GoogleServiceAuthError last_auth_error_; GoogleServiceAuthError 86 components/signin/core/browser/mutable_profile_oauth2_token_service.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 334 components/signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 42 components/signin/core/browser/profile_oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 20 components/signin/core/browser/profile_oauth2_token_service.h class GoogleServiceAuthError; GoogleServiceAuthError 94 components/signin/core/browser/profile_oauth2_token_service.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 29 components/signin/core/browser/signin_account_id_helper.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 87 components/signin/core/browser/signin_account_id_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 21 components/signin/core/browser/signin_error_controller.cc : auth_error_(GoogleServiceAuthError::AuthErrorNone()) { GoogleServiceAuthError 46 components/signin/core/browser/signin_error_controller.cc GoogleServiceAuthError::State prev_state = auth_error_.state(); GoogleServiceAuthError 56 components/signin/core/browser/signin_error_controller.cc GoogleServiceAuthError error = (*it)->GetAuthStatus(); GoogleServiceAuthError 59 components/signin/core/browser/signin_error_controller.cc if (error.state() == GoogleServiceAuthError::NONE || GoogleServiceAuthError 60 components/signin/core/browser/signin_error_controller.cc error.state() == GoogleServiceAuthError::CONNECTION_FAILED) { GoogleServiceAuthError 83 components/signin/core/browser/signin_error_controller.cc if (!error_changed && prev_state != GoogleServiceAuthError::NONE) { GoogleServiceAuthError 85 components/signin/core/browser/signin_error_controller.cc auth_error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 96 components/signin/core/browser/signin_error_controller.cc return auth_error_.state() != GoogleServiceAuthError::NONE && GoogleServiceAuthError 97 components/signin/core/browser/signin_error_controller.cc auth_error_.state() != GoogleServiceAuthError::CONNECTION_FAILED; GoogleServiceAuthError 30 components/signin/core/browser/signin_error_controller.h virtual GoogleServiceAuthError GetAuthStatus() const = 0; GoogleServiceAuthError 62 components/signin/core/browser/signin_error_controller.h const GoogleServiceAuthError& auth_error() const { return auth_error_; } GoogleServiceAuthError 72 components/signin/core/browser/signin_error_controller.h GoogleServiceAuthError auth_error_; GoogleServiceAuthError 48 components/signin/core/browser/signin_error_controller_unittest.cc error_provider->SetAuthError(kTestAccountId, GoogleServiceAuthError( GoogleServiceAuthError 49 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 69 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 70 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 74 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED)); GoogleServiceAuthError 79 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 82 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 100 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 101 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 104 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE)); GoogleServiceAuthError 111 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 112 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 114 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE)); GoogleServiceAuthError 122 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 124 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 136 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::State error_state; GoogleServiceAuthError 141 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::NONE, false }, GoogleServiceAuthError 142 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, true }, GoogleServiceAuthError 143 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::USER_NOT_SIGNED_UP, true }, GoogleServiceAuthError 144 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::CONNECTION_FAILED, false }, GoogleServiceAuthError 145 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::CAPTCHA_REQUIRED, true }, GoogleServiceAuthError 146 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::ACCOUNT_DELETED, true }, GoogleServiceAuthError 147 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::ACCOUNT_DISABLED, true }, GoogleServiceAuthError 148 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::SERVICE_UNAVAILABLE, true }, GoogleServiceAuthError 149 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::TWO_FACTOR, true }, GoogleServiceAuthError 150 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::REQUEST_CANCELED, true }, GoogleServiceAuthError 151 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::HOSTED_NOT_ALLOWED, true }, GoogleServiceAuthError 152 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true }, GoogleServiceAuthError 153 components/signin/core/browser/signin_error_controller_unittest.cc { GoogleServiceAuthError::SERVICE_ERROR, true }, GoogleServiceAuthError 155 components/signin/core/browser/signin_error_controller_unittest.cc COMPILE_ASSERT(ARRAYSIZE_UNSAFE(table) == GoogleServiceAuthError::NUM_STATES, GoogleServiceAuthError 161 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError(table[i].error_state)); GoogleServiceAuthError 171 components/signin/core/browser/signin_error_controller_unittest.cc EXPECT_EQ(GoogleServiceAuthError::NONE, GoogleServiceAuthError 210 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 211 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::NONE)); GoogleServiceAuthError 214 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 215 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 216 components/signin/core/browser/signin_error_controller_unittest.cc ASSERT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, GoogleServiceAuthError 224 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 225 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::SERVICE_UNAVAILABLE)); GoogleServiceAuthError 226 components/signin/core/browser/signin_error_controller_unittest.cc ASSERT_EQ(GoogleServiceAuthError::SERVICE_UNAVAILABLE, GoogleServiceAuthError 234 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 235 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE)); GoogleServiceAuthError 236 components/signin/core/browser/signin_error_controller_unittest.cc ASSERT_EQ(GoogleServiceAuthError::SERVICE_UNAVAILABLE, GoogleServiceAuthError 244 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError( GoogleServiceAuthError 245 components/signin/core/browser/signin_error_controller_unittest.cc GoogleServiceAuthError::NONE)); GoogleServiceAuthError 246 components/signin/core/browser/signin_error_controller_unittest.cc ASSERT_EQ(GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, GoogleServiceAuthError 110 components/signin/core/browser/signin_manager.cc GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED)); GoogleServiceAuthError 168 components/signin/core/browser/signin_manager.cc void SigninManager::HandleAuthError(const GoogleServiceAuthError& error) { GoogleServiceAuthError 181 components/signin/core/browser/signin_manager.cc GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 172 components/signin/core/browser/signin_manager.h void HandleAuthError(const GoogleServiceAuthError& error); GoogleServiceAuthError 48 components/signin/core/browser/signin_manager_base.h virtual void GoogleSigninFailed(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 31 components/signin/core/browser/signin_oauth_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 41 components/signin/core/browser/signin_oauth_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 54 components/signin/core/browser/signin_oauth_helper.cc GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR)); GoogleServiceAuthError 65 components/signin/core/browser/signin_oauth_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 34 components/signin/core/browser/signin_oauth_helper.h const GoogleServiceAuthError& error) {} GoogleServiceAuthError 45 components/signin/core/browser/signin_oauth_helper.h virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 48 components/signin/core/browser/signin_oauth_helper.h virtual void OnClientLoginFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 51 components/signin/core/browser/signin_oauth_helper.h virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 45 components/signin/core/browser/signin_tracker.cc void SigninTracker::GoogleSigninFailed(const GoogleServiceAuthError& error) { GoogleServiceAuthError 70 components/signin/core/browser/signin_tracker.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 58 components/signin/core/browser/signin_tracker.h virtual void SigninFailed(const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 65 components/signin/core/browser/signin_tracker.h virtual void MergeSessionComplete(const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 81 components/signin/core/browser/signin_tracker.h virtual void GoogleSigninFailed(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 94 components/signin/core/browser/signin_tracker.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 46 google_apis/drive/auth_service.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 91 google_apis/drive/auth_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 100 google_apis/drive/auth_service.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) { GoogleServiceAuthError 105 google_apis/drive/auth_service.cc } else if (error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) { GoogleServiceAuthError 12 google_apis/gaia/gaia_auth_consumer.h class GoogleServiceAuthError; GoogleServiceAuthError 65 google_apis/gaia/gaia_auth_consumer.h virtual void OnClientLoginFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 70 google_apis/gaia/gaia_auth_consumer.h const GoogleServiceAuthError& error) {} GoogleServiceAuthError 73 google_apis/gaia/gaia_auth_consumer.h virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 76 google_apis/gaia/gaia_auth_consumer.h virtual void OnClientOAuthCodeFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 81 google_apis/gaia/gaia_auth_consumer.h virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 84 google_apis/gaia/gaia_auth_consumer.h virtual void OnUberAuthTokenFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 87 google_apis/gaia/gaia_auth_consumer.h virtual void OnMergeSessionFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 90 google_apis/gaia/gaia_auth_consumer.h virtual void OnListAccountsFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 684 google_apis/gaia/gaia_auth_fetcher.cc GoogleServiceAuthError GaiaAuthFetcher::GenerateAuthError( GoogleServiceAuthError 689 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 693 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError::FromConnectionError(status.error()); GoogleServiceAuthError 697 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); GoogleServiceAuthError 707 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError::FromClientLoginCaptchaChallenge( GoogleServiceAuthError 713 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED); GoogleServiceAuthError 715 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED); GoogleServiceAuthError 717 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError( GoogleServiceAuthError 718 google_apis/gaia/gaia_auth_fetcher.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 721 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError( GoogleServiceAuthError 722 google_apis/gaia/gaia_auth_fetcher.cc GoogleServiceAuthError::SERVICE_UNAVAILABLE); GoogleServiceAuthError 726 google_apis/gaia/gaia_auth_fetcher.cc return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE); GoogleServiceAuthError 772 google_apis/gaia/gaia_auth_fetcher.cc GoogleServiceAuthError auth_error(GenerateAuthError(data, status)); GoogleServiceAuthError 185 google_apis/gaia/gaia_auth_fetcher.h static GoogleServiceAuthError GenerateOAuthLoginError( GoogleServiceAuthError 362 google_apis/gaia/gaia_auth_fetcher.h static GoogleServiceAuthError GenerateAuthError( GoogleServiceAuthError 183 google_apis/gaia/gaia_auth_fetcher_unittest.cc void(const GoogleServiceAuthError& error)); GoogleServiceAuthError 185 google_apis/gaia/gaia_auth_fetcher_unittest.cc const GoogleServiceAuthError& error)); GoogleServiceAuthError 187 google_apis/gaia/gaia_auth_fetcher_unittest.cc void(const GoogleServiceAuthError& error)); GoogleServiceAuthError 189 google_apis/gaia/gaia_auth_fetcher_unittest.cc void(const GoogleServiceAuthError& error)); GoogleServiceAuthError 191 google_apis/gaia/gaia_auth_fetcher_unittest.cc const GoogleServiceAuthError& error)); GoogleServiceAuthError 193 google_apis/gaia/gaia_auth_fetcher_unittest.cc const GoogleServiceAuthError& error)); GoogleServiceAuthError 204 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError expected_error = GoogleServiceAuthError 205 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError::FromConnectionError(-101); GoogleServiceAuthError 207 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError matching_error = GoogleServiceAuthError 208 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError::FromConnectionError(-101); GoogleServiceAuthError 212 google_apis/gaia/gaia_auth_fetcher_unittest.cc expected_error = GoogleServiceAuthError::FromConnectionError(6); GoogleServiceAuthError 216 google_apis/gaia/gaia_auth_fetcher_unittest.cc expected_error = GoogleServiceAuthError(GoogleServiceAuthError::NONE); GoogleServiceAuthError 220 google_apis/gaia/gaia_auth_fetcher_unittest.cc matching_error = GoogleServiceAuthError(GoogleServiceAuthError::NONE); GoogleServiceAuthError 229 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError expected_error = GoogleServiceAuthError 230 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError::FromConnectionError(error_no); GoogleServiceAuthError 248 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError expected_error = GoogleServiceAuthError 249 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError::FromConnectionError(error_no); GoogleServiceAuthError 268 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError expected_error( GoogleServiceAuthError 269 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 359 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError 360 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); GoogleServiceAuthError 380 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError 387 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED); GoogleServiceAuthError 396 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError 398 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DELETED); GoogleServiceAuthError 404 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError 406 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DISABLED); GoogleServiceAuthError 412 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError 414 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 420 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError 422 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); GoogleServiceAuthError 428 google_apis/gaia/gaia_auth_fetcher_unittest.cc GoogleServiceAuthError error = GoogleServiceAuthError 430 google_apis/gaia/gaia_auth_fetcher_unittest.cc EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE); GoogleServiceAuthError 16 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) { GoogleServiceAuthError 19 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::Captcha::Captcha( GoogleServiceAuthError 26 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::Captcha::~Captcha() { GoogleServiceAuthError 29 google_apis/gaia/google_service_auth_error.cc bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const { GoogleServiceAuthError 38 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::SecondFactor::SecondFactor() : field_length(0) { GoogleServiceAuthError 41 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::SecondFactor::SecondFactor( GoogleServiceAuthError 48 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::SecondFactor::~SecondFactor() { GoogleServiceAuthError 51 google_apis/gaia/google_service_auth_error.cc bool GoogleServiceAuthError::SecondFactor::operator==( GoogleServiceAuthError 59 google_apis/gaia/google_service_auth_error.cc bool GoogleServiceAuthError::operator==( GoogleServiceAuthError 60 google_apis/gaia/google_service_auth_error.cc const GoogleServiceAuthError& b) const { GoogleServiceAuthError 67 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::GoogleServiceAuthError(State s) GoogleServiceAuthError 76 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::GoogleServiceAuthError( GoogleServiceAuthError 85 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError GoogleServiceAuthError 86 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::FromConnectionError(int error) { GoogleServiceAuthError 87 google_apis/gaia/google_service_auth_error.cc return GoogleServiceAuthError(CONNECTION_FAILED, error); GoogleServiceAuthError 91 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError GoogleServiceAuthError::FromClientLoginCaptchaChallenge( GoogleServiceAuthError 95 google_apis/gaia/google_service_auth_error.cc return GoogleServiceAuthError(CAPTCHA_REQUIRED, captcha_token, GURL(), GoogleServiceAuthError 100 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError GoogleServiceAuthError::FromServiceError( GoogleServiceAuthError 102 google_apis/gaia/google_service_auth_error.cc return GoogleServiceAuthError(SERVICE_ERROR, error_message); GoogleServiceAuthError 106 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 108 google_apis/gaia/google_service_auth_error.cc return GoogleServiceAuthError(UNEXPECTED_SERVICE_RESPONSE, error_message); GoogleServiceAuthError 112 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError GoogleServiceAuthError::AuthErrorNone() { GoogleServiceAuthError 113 google_apis/gaia/google_service_auth_error.cc return GoogleServiceAuthError(NONE); GoogleServiceAuthError 116 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::State GoogleServiceAuthError::state() const { GoogleServiceAuthError 120 google_apis/gaia/google_service_auth_error.cc const GoogleServiceAuthError::Captcha& GoogleServiceAuthError::captcha() const { GoogleServiceAuthError 124 google_apis/gaia/google_service_auth_error.cc const GoogleServiceAuthError::SecondFactor& GoogleServiceAuthError 125 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::second_factor() const { GoogleServiceAuthError 129 google_apis/gaia/google_service_auth_error.cc int GoogleServiceAuthError::network_error() const { GoogleServiceAuthError 133 google_apis/gaia/google_service_auth_error.cc const std::string& GoogleServiceAuthError::token() const { GoogleServiceAuthError 147 google_apis/gaia/google_service_auth_error.cc const std::string& GoogleServiceAuthError::error_message() const { GoogleServiceAuthError 151 google_apis/gaia/google_service_auth_error.cc base::DictionaryValue* GoogleServiceAuthError::ToValue() const { GoogleServiceAuthError 200 google_apis/gaia/google_service_auth_error.cc std::string GoogleServiceAuthError::ToString() const { GoogleServiceAuthError 238 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::GoogleServiceAuthError(State s, int error) GoogleServiceAuthError 243 google_apis/gaia/google_service_auth_error.cc GoogleServiceAuthError::GoogleServiceAuthError( GoogleServiceAuthError 33 google_apis/gaia/google_service_auth_error.h class GoogleServiceAuthError { GoogleServiceAuthError 138 google_apis/gaia/google_service_auth_error.h bool operator==(const GoogleServiceAuthError &b) const; GoogleServiceAuthError 141 google_apis/gaia/google_service_auth_error.h explicit GoogleServiceAuthError(State s); GoogleServiceAuthError 145 google_apis/gaia/google_service_auth_error.h static GoogleServiceAuthError FromConnectionError(int error); GoogleServiceAuthError 151 google_apis/gaia/google_service_auth_error.h static GoogleServiceAuthError FromClientLoginCaptchaChallenge( GoogleServiceAuthError 158 google_apis/gaia/google_service_auth_error.h static GoogleServiceAuthError FromServiceError( GoogleServiceAuthError 163 google_apis/gaia/google_service_auth_error.h static GoogleServiceAuthError FromUnexpectedServiceResponse( GoogleServiceAuthError 169 google_apis/gaia/google_service_auth_error.h static GoogleServiceAuthError AuthErrorNone(); GoogleServiceAuthError 187 google_apis/gaia/google_service_auth_error.h GoogleServiceAuthError(State s, int error); GoogleServiceAuthError 190 google_apis/gaia/google_service_auth_error.h GoogleServiceAuthError(State state, const std::string& error_message); GoogleServiceAuthError 192 google_apis/gaia/google_service_auth_error.h GoogleServiceAuthError(State s, const std::string& captcha_token, GoogleServiceAuthError 21 google_apis/gaia/google_service_auth_error_unittest.cc void TestSimpleState(GoogleServiceAuthError::State state) { GoogleServiceAuthError 22 google_apis/gaia/google_service_auth_error_unittest.cc GoogleServiceAuthError error(state); GoogleServiceAuthError 33 google_apis/gaia/google_service_auth_error_unittest.cc for (int i = GoogleServiceAuthError::NONE; GoogleServiceAuthError 34 google_apis/gaia/google_service_auth_error_unittest.cc i <= GoogleServiceAuthError::USER_NOT_SIGNED_UP; ++i) { GoogleServiceAuthError 35 google_apis/gaia/google_service_auth_error_unittest.cc TestSimpleState(static_cast<GoogleServiceAuthError::State>(i)); GoogleServiceAuthError 40 google_apis/gaia/google_service_auth_error_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 47 google_apis/gaia/google_service_auth_error_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 48 google_apis/gaia/google_service_auth_error_unittest.cc GoogleServiceAuthError::FromConnectionError(net::OK)); GoogleServiceAuthError 69 google_apis/gaia/merge_session_helper.cc GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 118 google_apis/gaia/merge_session_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 131 google_apis/gaia/merge_session_helper.cc SignalComplete(account_id, GoogleServiceAuthError::AuthErrorNone()); GoogleServiceAuthError 135 google_apis/gaia/merge_session_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 158 google_apis/gaia/merge_session_helper.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 16 google_apis/gaia/merge_session_helper.h class GoogleServiceAuthError; GoogleServiceAuthError 39 google_apis/gaia/merge_session_helper.h const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 71 google_apis/gaia/merge_session_helper.h virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 75 google_apis/gaia/merge_session_helper.h virtual void OnMergeSessionFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 90 google_apis/gaia/merge_session_helper.h const GoogleServiceAuthError& error); GoogleServiceAuthError 35 google_apis/gaia/merge_session_helper_unittest.cc const GoogleServiceAuthError& )); GoogleServiceAuthError 71 google_apis/gaia/merge_session_helper_unittest.cc : no_error_(GoogleServiceAuthError::NONE), GoogleServiceAuthError 72 google_apis/gaia/merge_session_helper_unittest.cc error_(GoogleServiceAuthError::SERVICE_ERROR), GoogleServiceAuthError 73 google_apis/gaia/merge_session_helper_unittest.cc canceled_(GoogleServiceAuthError::REQUEST_CANCELED), GoogleServiceAuthError 83 google_apis/gaia/merge_session_helper_unittest.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 93 google_apis/gaia/merge_session_helper_unittest.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 101 google_apis/gaia/merge_session_helper_unittest.cc const GoogleServiceAuthError& no_error() { return no_error_; } GoogleServiceAuthError 102 google_apis/gaia/merge_session_helper_unittest.cc const GoogleServiceAuthError& error() { return error_; } GoogleServiceAuthError 103 google_apis/gaia/merge_session_helper_unittest.cc const GoogleServiceAuthError& canceled() { return canceled_; } GoogleServiceAuthError 109 google_apis/gaia/merge_session_helper_unittest.cc GoogleServiceAuthError no_error_; GoogleServiceAuthError 110 google_apis/gaia/merge_session_helper_unittest.cc GoogleServiceAuthError error_; GoogleServiceAuthError 111 google_apis/gaia/merge_session_helper_unittest.cc GoogleServiceAuthError canceled_; GoogleServiceAuthError 10 google_apis/gaia/oauth2_access_token_consumer.h class GoogleServiceAuthError; GoogleServiceAuthError 25 google_apis/gaia/oauth2_access_token_consumer.h virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 20 google_apis/gaia/oauth2_access_token_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 50 google_apis/gaia/oauth2_access_token_fetcher.h void FireOnGetTokenFailure(const GoogleServiceAuthError& error); GoogleServiceAuthError 82 google_apis/gaia/oauth2_access_token_fetcher_impl.cc static GoogleServiceAuthError CreateAuthError(URLRequestStatus status) { GoogleServiceAuthError 85 google_apis/gaia/oauth2_access_token_fetcher_impl.cc return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 89 google_apis/gaia/oauth2_access_token_fetcher_impl.cc return GoogleServiceAuthError::FromConnectionError(status.error()); GoogleServiceAuthError 190 google_apis/gaia/oauth2_access_token_fetcher_impl.cc GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE)); GoogleServiceAuthError 198 google_apis/gaia/oauth2_access_token_fetcher_impl.cc GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR)); GoogleServiceAuthError 210 google_apis/gaia/oauth2_access_token_fetcher_impl.cc ? GoogleServiceAuthError( GoogleServiceAuthError 211 google_apis/gaia/oauth2_access_token_fetcher_impl.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) GoogleServiceAuthError 212 google_apis/gaia/oauth2_access_token_fetcher_impl.cc : GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR)); GoogleServiceAuthError 217 google_apis/gaia/oauth2_access_token_fetcher_impl.cc OnGetTokenFailure(GoogleServiceAuthError( GoogleServiceAuthError 218 google_apis/gaia/oauth2_access_token_fetcher_impl.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); GoogleServiceAuthError 229 google_apis/gaia/oauth2_access_token_fetcher_impl.cc GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE)); GoogleServiceAuthError 246 google_apis/gaia/oauth2_access_token_fetcher_impl.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 81 google_apis/gaia/oauth2_access_token_fetcher_impl.h void OnGetTokenFailure(const GoogleServiceAuthError& error); GoogleServiceAuthError 79 google_apis/gaia/oauth2_access_token_fetcher_impl_unittest.cc MOCK_METHOD1(OnGetTokenFailure, void(const GoogleServiceAuthError& error)); GoogleServiceAuthError 116 google_apis/gaia/oauth2_api_call_flow.cc const GoogleServiceAuthError* error) { GoogleServiceAuthError 145 google_apis/gaia/oauth2_api_call_flow.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 17 google_apis/gaia/oauth2_api_call_flow.h class GoogleServiceAuthError; GoogleServiceAuthError 58 google_apis/gaia/oauth2_api_call_flow.h virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 79 google_apis/gaia/oauth2_api_call_flow.h const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 111 google_apis/gaia/oauth2_api_call_flow.h void EndMintAccessToken(const GoogleServiceAuthError* error); GoogleServiceAuthError 105 google_apis/gaia/oauth2_api_call_flow_unittest.cc void (const GoogleServiceAuthError& error)); GoogleServiceAuthError 227 google_apis/gaia/oauth2_api_call_flow_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 228 google_apis/gaia/oauth2_api_call_flow_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 272 google_apis/gaia/oauth2_api_call_flow_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 273 google_apis/gaia/oauth2_api_call_flow_unittest.cc GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); GoogleServiceAuthError 56 google_apis/gaia/oauth2_mint_token_flow.cc static GoogleServiceAuthError CreateAuthError(const net::URLFetcher* source) { GoogleServiceAuthError 59 google_apis/gaia/oauth2_mint_token_flow.cc return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 63 google_apis/gaia/oauth2_mint_token_flow.cc return GoogleServiceAuthError::FromConnectionError(status.error()); GoogleServiceAuthError 71 google_apis/gaia/oauth2_mint_token_flow.cc return GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 78 google_apis/gaia/oauth2_mint_token_flow.cc return GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 83 google_apis/gaia/oauth2_mint_token_flow.cc return GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 86 google_apis/gaia/oauth2_mint_token_flow.cc return GoogleServiceAuthError::FromServiceError(message); GoogleServiceAuthError 145 google_apis/gaia/oauth2_mint_token_flow.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 182 google_apis/gaia/oauth2_mint_token_flow.cc ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 189 google_apis/gaia/oauth2_mint_token_flow.cc ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 198 google_apis/gaia/oauth2_mint_token_flow.cc ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 207 google_apis/gaia/oauth2_mint_token_flow.cc ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse( GoogleServiceAuthError 226 google_apis/gaia/oauth2_mint_token_flow.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 17 google_apis/gaia/oauth2_mint_token_flow.h class GoogleServiceAuthError; GoogleServiceAuthError 98 google_apis/gaia/oauth2_mint_token_flow.h virtual void OnMintTokenFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 120 google_apis/gaia/oauth2_mint_token_flow.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 134 google_apis/gaia/oauth2_mint_token_flow.h void ReportFailure(const GoogleServiceAuthError& error); GoogleServiceAuthError 135 google_apis/gaia/oauth2_mint_token_flow_unittest.cc void(const GoogleServiceAuthError& error)); GoogleServiceAuthError 351 google_apis/gaia/oauth2_mint_token_flow_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 352 google_apis/gaia/oauth2_mint_token_flow_unittest.cc GoogleServiceAuthError::FromConnectionError(101)); GoogleServiceAuthError 358 google_apis/gaia/oauth2_mint_token_flow_unittest.cc GoogleServiceAuthError error( GoogleServiceAuthError 359 google_apis/gaia/oauth2_mint_token_flow_unittest.cc GoogleServiceAuthError::FromConnectionError(101)); GoogleServiceAuthError 70 google_apis/gaia/oauth2_token_service.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 74 google_apis/gaia/oauth2_token_service.cc if (error.state() == GoogleServiceAuthError::NONE) GoogleServiceAuthError 139 google_apis/gaia/oauth2_token_service.cc const GoogleServiceAuthError& error() const { return error_; } GoogleServiceAuthError 146 google_apis/gaia/oauth2_token_service.cc const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 159 google_apis/gaia/oauth2_token_service.cc static bool ShouldRetry(const GoogleServiceAuthError& error); GoogleServiceAuthError 179 google_apis/gaia/oauth2_token_service.cc GoogleServiceAuthError error_; GoogleServiceAuthError 224 google_apis/gaia/oauth2_token_service.cc error_(GoogleServiceAuthError::SERVICE_UNAVAILABLE), GoogleServiceAuthError 254 google_apis/gaia/oauth2_token_service.cc error_ = GoogleServiceAuthError::AuthErrorNone(); GoogleServiceAuthError 271 google_apis/gaia/oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 302 google_apis/gaia/oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 303 google_apis/gaia/oauth2_token_service.cc GoogleServiceAuthError::State error_state = error.state(); GoogleServiceAuthError 304 google_apis/gaia/oauth2_token_service.cc return error_state == GoogleServiceAuthError::CONNECTION_FAILED || GoogleServiceAuthError 305 google_apis/gaia/oauth2_token_service.cc error_state == GoogleServiceAuthError::REQUEST_CANCELED || GoogleServiceAuthError 306 google_apis/gaia/oauth2_token_service.cc error_state == GoogleServiceAuthError::SERVICE_UNAVAILABLE; GoogleServiceAuthError 340 google_apis/gaia/oauth2_token_service.cc error_ = GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED); GoogleServiceAuthError 460 google_apis/gaia/oauth2_token_service.cc GoogleServiceAuthError error(GoogleServiceAuthError::USER_NOT_SIGNED_UP); GoogleServiceAuthError 532 google_apis/gaia/oauth2_token_service.cc GoogleServiceAuthError::AuthErrorNone(), GoogleServiceAuthError 537 google_apis/gaia/oauth2_token_service.cc GoogleServiceAuthError(GoogleServiceAuthError::NONE), GoogleServiceAuthError 682 google_apis/gaia/oauth2_token_service.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 28 google_apis/gaia/oauth2_token_service.h class GoogleServiceAuthError; GoogleServiceAuthError 83 google_apis/gaia/oauth2_token_service.h const GoogleServiceAuthError& error) = 0; GoogleServiceAuthError 123 google_apis/gaia/oauth2_token_service.h GoogleServiceAuthError error, GoogleServiceAuthError 222 google_apis/gaia/oauth2_token_service.h void InformConsumer(const GoogleServiceAuthError& error, GoogleServiceAuthError 235 google_apis/gaia/oauth2_token_service.h const GoogleServiceAuthError& error); GoogleServiceAuthError 25 google_apis/gaia/oauth2_token_service_test_util.cc last_error_(GoogleServiceAuthError::AuthErrorNone()), GoogleServiceAuthError 42 google_apis/gaia/oauth2_token_service_test_util.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 26 google_apis/gaia/oauth2_token_service_test_util.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 30 google_apis/gaia/oauth2_token_service_test_util.h GoogleServiceAuthError last_error_; GoogleServiceAuthError 33 google_apis/gaia/oauth2_token_service_unittest.cc const GoogleServiceAuthError& error) OVERRIDE { GoogleServiceAuthError 43 google_apis/gaia/ubertoken_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 60 google_apis/gaia/ubertoken_fetcher.cc const GoogleServiceAuthError& error) { GoogleServiceAuthError 22 google_apis/gaia/ubertoken_fetcher.h class GoogleServiceAuthError; GoogleServiceAuthError 34 google_apis/gaia/ubertoken_fetcher.h virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) {} GoogleServiceAuthError 52 google_apis/gaia/ubertoken_fetcher.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 59 google_apis/gaia/ubertoken_fetcher.h const GoogleServiceAuthError& error) OVERRIDE; GoogleServiceAuthError 24 google_apis/gaia/ubertoken_fetcher_unittest.cc last_error_(GoogleServiceAuthError::AuthErrorNone()), GoogleServiceAuthError 34 google_apis/gaia/ubertoken_fetcher_unittest.cc virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) GoogleServiceAuthError 42 google_apis/gaia/ubertoken_fetcher_unittest.cc GoogleServiceAuthError last_error_; GoogleServiceAuthError 86 google_apis/gaia/ubertoken_fetcher_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::USER_NOT_SIGNED_UP); GoogleServiceAuthError 95 google_apis/gaia/ubertoken_fetcher_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::USER_NOT_SIGNED_UP); GoogleServiceAuthError 105 google_apis/gaia/ubertoken_fetcher_unittest.cc GoogleServiceAuthError error(GoogleServiceAuthError::USER_NOT_SIGNED_UP); GoogleServiceAuthError 182 sync/notifier/gcm_network_channel.cc const GoogleServiceAuthError& error, GoogleServiceAuthError 190 sync/notifier/gcm_network_channel.cc if (error.state() != GoogleServiceAuthError::NONE) { GoogleServiceAuthError 198 sync/notifier/gcm_network_channel.cc if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) GoogleServiceAuthError 22 sync/notifier/gcm_network_channel.h class GoogleServiceAuthError; GoogleServiceAuthError 91 sync/notifier/gcm_network_channel.h void OnGetTokenComplete(const GoogleServiceAuthError& error, GoogleServiceAuthError 13 sync/notifier/gcm_network_channel_delegate.h class GoogleServiceAuthError; GoogleServiceAuthError 27 sync/notifier/gcm_network_channel_delegate.h typedef base::Callback<void(const GoogleServiceAuthError& error, GoogleServiceAuthError 261 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token"); GoogleServiceAuthError 268 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token2"); GoogleServiceAuthError 316 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token"); GoogleServiceAuthError 334 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::FromConnectionError(1), ""); GoogleServiceAuthError 359 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token"); GoogleServiceAuthError 422 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token"); GoogleServiceAuthError 464 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token"); GoogleServiceAuthError 475 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token"); GoogleServiceAuthError 486 sync/notifier/gcm_network_channel_unittest.cc GoogleServiceAuthError::AuthErrorNone(), "access.token");