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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper_delegate.h 11 class GoogleServiceAuthError;
26 virtual void OnPassiveSigninFailure(const GoogleServiceAuthError& error) = 0;
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_consumer.h 10 class GoogleServiceAuthError;
25 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) {}
google_service_auth_error.cc 16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) {
19 GoogleServiceAuthError::Captcha::Captcha(
26 GoogleServiceAuthError::Captcha::~Captcha() {
29 bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const {
38 GoogleServiceAuthError::SecondFactor::SecondFactor() : field_length(0) {
41 GoogleServiceAuthError::SecondFactor::SecondFactor(
48 GoogleServiceAuthError::SecondFactor::~SecondFactor() {
51 bool GoogleServiceAuthError::SecondFactor::operator==(
59 bool GoogleServiceAuthError::operator==(
60 const GoogleServiceAuthError& b) const
    [all...]
google_service_auth_error_unittest.cc 21 void TestSimpleState(GoogleServiceAuthError::State state) {
22 GoogleServiceAuthError error(state);
33 for (int i = GoogleServiceAuthError::NONE;
34 i <= GoogleServiceAuthError::USER_NOT_SIGNED_UP; ++i) {
35 TestSimpleState(static_cast<GoogleServiceAuthError::State>(i));
40 GoogleServiceAuthError error(GoogleServiceAuthError::AuthErrorNone());
47 GoogleServiceAuthError error(
48 GoogleServiceAuthError::FromConnectionError(net::OK));
google_service_auth_error.h 5 // A GoogleServiceAuthError is immutable, plain old data representing an
11 // A GoogleServiceAuthError without additional data is just a State, defined
13 // error events concisely by doing OnAuthError(GoogleServiceAuthError::NONE),
19 // may forward declare and typedef GoogleServiceAuthError to something shorter
33 class GoogleServiceAuthError {
138 bool operator==(const GoogleServiceAuthError &b) const;
140 // Construct a GoogleServiceAuthError from a State with no additional data.
141 explicit GoogleServiceAuthError(State s);
143 // Construct a GoogleServiceAuthError from a network error.
145 static GoogleServiceAuthError FromConnectionError(int error)
    [all...]
gaia_auth_consumer.h 12 class GoogleServiceAuthError;
65 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error) {}
70 const GoogleServiceAuthError& error) {}
73 virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error) {}
78 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) {}
81 virtual void OnUberAuthTokenFailure(const GoogleServiceAuthError& error) {}
84 virtual void OnMergeSessionFailure(const GoogleServiceAuthError& error) {}
87 virtual void OnListAccountsFailure(const GoogleServiceAuthError& error) {}
91 const GoogleServiceAuthError& error) {}
oauth2_token_service_test_util.h 26 const GoogleServiceAuthError& error) OVERRIDE;
30 GoogleServiceAuthError last_error_;
ubertoken_fetcher_unittest.cc 24 last_error_(GoogleServiceAuthError::AuthErrorNone()),
34 virtual void OnUbertokenFailure(const GoogleServiceAuthError& error)
42 GoogleServiceAuthError last_error_;
86 GoogleServiceAuthError error(GoogleServiceAuthError::USER_NOT_SIGNED_UP);
95 GoogleServiceAuthError error(GoogleServiceAuthError::USER_NOT_SIGNED_UP);
105 GoogleServiceAuthError error(GoogleServiceAuthError::CONNECTION_FAILED);
123 GoogleServiceAuthError error(GoogleServiceAuthError::CONNECTION_FAILED)
    [all...]
  /external/chromium_org/components/signin/core/browser/
signin_error_controller_unittest.cc 53 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::INVALID_GAIA_CREDENTIALS))
    [all...]
fake_auth_status_provider.h 23 const GoogleServiceAuthError& error);
25 void set_error_without_status_change(const GoogleServiceAuthError& error) {
32 virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE;
38 GoogleServiceAuthError auth_error_;
signin_error_controller.cc 21 : auth_error_(GoogleServiceAuthError::AuthErrorNone()) {
46 GoogleServiceAuthError::State prev_state = auth_error_.state();
56 GoogleServiceAuthError error = (*it)->GetAuthStatus();
59 if (error.state() == GoogleServiceAuthError::NONE ||
60 error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
86 if (!error_changed && prev_state != GoogleServiceAuthError::NONE) {
88 auth_error_ = GoogleServiceAuthError::AuthErrorNone();
100 return auth_error_.state() != GoogleServiceAuthError::NONE &&
101 auth_error_.state() != GoogleServiceAuthError::CONNECTION_FAILED;
fake_auth_status_provider.cc 9 auth_error_(GoogleServiceAuthError::AuthErrorNone()) {
25 GoogleServiceAuthError FakeAuthStatusProvider::GetAuthStatus() const {
31 const GoogleServiceAuthError& error) {
signin_oauth_helper.h 34 const GoogleServiceAuthError& error) {}
46 virtual void OnClientOAuthFailure(const GoogleServiceAuthError& error)
49 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error)
52 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
signin_tracker.h 58 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;
signin_oauth_helper.cc 33 const GoogleServiceAuthError& error) {
43 const GoogleServiceAuthError& error) {
56 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR));
67 const GoogleServiceAuthError& error) {
  /external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc 80 GoogleServiceAuthError(
81 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
95 GoogleServiceAuthError::State error_state;
100 { GoogleServiceAuthError::NONE, false },
101 { GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, true },
102 { GoogleServiceAuthError::USER_NOT_SIGNED_UP, true },
103 { GoogleServiceAuthError::CONNECTION_FAILED, false },
104 { GoogleServiceAuthError::CAPTCHA_REQUIRED, true },
105 { GoogleServiceAuthError::ACCOUNT_DELETED, true },
106 { GoogleServiceAuthError::ACCOUNT_DISABLED, true }
    [all...]
signin_error_notifier_ash_unittest.cc 141 GoogleServiceAuthError(
142 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
168 GoogleServiceAuthError(
169 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
180 GoogleServiceAuthError(
181 GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE));
185 GoogleServiceAuthError::AuthErrorNone());
196 kTestAccountId, kTestUsername, GoogleServiceAuthError::AuthErrorNone());
206 GoogleServiceAuthError::State error_state;
211 { GoogleServiceAuthError::NONE, false }
    [all...]
  /external/chromium_org/sync/internal_api/public/
sync_auth_provider.h 10 class GoogleServiceAuthError;
18 typedef base::Callback<void(const GoogleServiceAuthError& error,
  /external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.cc 56 GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone();
59 error = GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
61 error = GoogleServiceAuthError::FromConnectionError(status.error());
65 error = GoogleServiceAuthError(
66 GoogleServiceAuthError::CONNECTION_FAILED);
68 if (error.state() != GoogleServiceAuthError::NONE) {
84 delegate_->OnGetUserInfoFailure(GoogleServiceAuthError(
85 GoogleServiceAuthError::CONNECTION_FAILED))
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_registration_utility_stub.cc 37 callback_.Run(GoogleServiceAuthError(GoogleServiceAuthError::NONE), token);
42 const GoogleServiceAuthError::State state) {
45 GoogleServiceAuthError error(state);
supervised_user_refresh_token_fetcher.h 15 class GoogleServiceAuthError;
34 typedef base::Callback<void(const GoogleServiceAuthError& /* error */,
  /external/chromium_org/chromeos/login/auth/
auth_status_consumer.h 44 : 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_;
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 33 GoogleServiceAuthError::State ubertoken_error_state)
38 if (ubertoken_error_.state() == GoogleServiceAuthError::NONE)
49 GoogleServiceAuthError ubertoken_error_;
56 GoogleServiceAuthError service_error,
66 : ubertoken_error_state_(GoogleServiceAuthError::NONE),
86 GoogleServiceAuthError GetNoneServiceError() {
87 return GoogleServiceAuthError(GoogleServiceAuthError::NONE);
91 GoogleServiceAuthError::State ubertoken_error_state) {
97 GoogleServiceAuthError::State ubertoken_error_state_
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc 80 const GoogleServiceAuthError& error) {
93 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
97 const GoogleServiceAuthError& error) {
104 void PolicyOAuth2TokenFetcher::RetryOnError(const GoogleServiceAuthError& error,
107 if ((error.state() == GoogleServiceAuthError::CONNECTION_FAILED ||
108 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE ||
109 error.state() == GoogleServiceAuthError::REQUEST_CANCELED) &&
128 const GoogleServiceAuthError& error) {
policy_oauth2_token_fetcher.h 39 const GoogleServiceAuthError&)> TokenCallback;
70 const GoogleServiceAuthError& error) OVERRIDE;
75 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
87 void RetryOnError(const GoogleServiceAuthError& error,
92 const GoogleServiceAuthError& error);

Completed in 3327 milliseconds

1 2 3 4 5 6 7 8 910