Searched refs:GoogleServiceAuthError (Results 76 - 100 of 227) sorted by last modified time

12345678910

/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc53 GoogleServiceAuthError(
54 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
75 GoogleServiceAuthError(
76 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
81 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED));
87 GoogleServiceAuthError::AuthErrorNone());
91 GoogleServiceAuthError::AuthErrorNone());
110 GoogleServiceAuthError(
111 GoogleServiceAuthError
[all...]
H A Dsignin_manager.cc112 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED));
170 void SigninManager::HandleAuthError(const GoogleServiceAuthError& error) {
185 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
H A Dsignin_manager.h173 void HandleAuthError(const GoogleServiceAuthError& error);
H A Dsignin_manager_base.h48 virtual void GoogleSigninFailed(const GoogleServiceAuthError& error) {}
H A Dsignin_oauth_helper.cc33 const GoogleServiceAuthError& error) {
43 const GoogleServiceAuthError& error) {
56 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR));
67 const GoogleServiceAuthError& error) {
H A Dsignin_oauth_helper.h34 const GoogleServiceAuthError& error) {}
46 virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error)
49 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error)
52 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
H A Dsignin_tracker.cc45 void SigninTracker::GoogleSigninFailed(const GoogleServiceAuthError& error) {
71 const GoogleServiceAuthError& error) {
H A Dsignin_tracker.h58 virtual void SigninFailed(const GoogleServiceAuthError& error) = 0;
65 virtual void MergeSessionComplete(const GoogleServiceAuthError& error) = 0;
81 virtual void GoogleSigninFailed(const GoogleServiceAuthError& error) OVERRIDE;
94 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h46 const GoogleServiceAuthError& error) OVERRIDE;
92 void SetLastAuthError(const GoogleServiceAuthError& error);
97 virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE;
102 GoogleServiceAuthError last_auth_error_;
/external/chromium_org/chromeos/login/auth/
H A Dauth_status_consumer.h44 : reason_(reason), error_(GoogleServiceAuthError::NONE) {
59 const GoogleServiceAuthError& error) {
80 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
94 const GoogleServiceAuthError& error() const { return error_; }
98 AuthFailure(FailureReason reason, GoogleServiceAuthError error)
102 GoogleServiceAuthError error_;
H A Dmock_authenticator.cc34 GoogleServiceAuthError error(
35 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
H A Donline_attempt.cc78 void OnlineAttempt::OnClientLoginFailure(const GoogleServiceAuthError& error) {
81 if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) {
92 if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS &&
100 GoogleServiceAuthError(GoogleServiceAuthError::HOSTED_NOT_ALLOWED)));
104 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
H A Donline_attempt.h44 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_signin_helper.cc127 void WalletSigninHelper::OnServiceError(const GoogleServiceAuthError& error) {
132 OnServiceError(GoogleServiceAuthError::AuthErrorNone());
160 GoogleServiceAuthError(GoogleServiceAuthError::USER_NOT_SIGNED_UP));
H A Dwallet_signin_helper.h21 class GoogleServiceAuthError;
55 void OnServiceError(const GoogleServiceAuthError& error);
H A Dwallet_signin_helper_delegate.h11 class GoogleServiceAuthError;
26 virtual void OnPassiveSigninFailure(const GoogleServiceAuthError& error) = 0;
H A Dwallet_signin_helper_unittest.cc43 void(const GoogleServiceAuthError& error));
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_unittest.cc446 GoogleServiceAuthError error(
447 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
594 GoogleServiceAuthError::FromServiceError("fail"));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.cc425 const GoogleServiceAuthError& error) {
H A Dprofile_downloader.h99 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.cc124 const GoogleServiceAuthError& error) {
H A Dgcm_account_tracker.h93 const GoogleServiceAuthError& error) OVERRIDE;
H A Dgcm_account_tracker_unittest.cc151 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
/external/chromium_org/chrome/browser/signin/
H A Daccount_reconcilor_unittest.cc100 const GoogleServiceAuthError& error);
171 const GoogleServiceAuthError& error) {
376 GoogleServiceAuthError::AuthErrorNone());
407 GoogleServiceAuthError::AuthErrorNone());
440 reconcilor, "other@gmail.com", GoogleServiceAuthError::AuthErrorNone());
467 reconcilor, "third@gmail.com", GoogleServiceAuthError::AuthErrorNone());
508 GoogleServiceAuthError::AuthErrorNone());
511 GoogleServiceAuthError::AuthErrorNone());
566 GoogleServiceAuthError::AuthErrorNone());
592 GoogleServiceAuthError
[all...]
H A Daccount_service_flag_fetcher_unittest.cc216 GoogleServiceAuthError(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));

Completed in 1127 milliseconds

12345678910