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

1 2 3

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 13 GoogleServiceAuthError::Captcha::Captcha(
17 bool GoogleServiceAuthError::operator==(
18 const GoogleServiceAuthError &b) const {
26 GoogleServiceAuthError::GoogleServiceAuthError(State s)
36 GoogleServiceAuthError
37 GoogleServiceAuthError::FromConnectionError(int error) {
38 return GoogleServiceAuthError(CONNECTION_FAILED, error);
41 GoogleServiceAuthError GoogleServiceAuthError::FromCaptchaChallenge
    [all...]
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
32 class GoogleServiceAuthError {
90 bool operator==(const GoogleServiceAuthError &b) const;
92 // Construct a GoogleServiceAuthError from a State with no additional data.
93 explicit GoogleServiceAuthError(State s);
95 // Construct a GoogleServiceAuthError from a network error.
97 static GoogleServiceAuthError FromConnectionError(int error)
    [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::None());
47 GoogleServiceAuthError error(
48 GoogleServiceAuthError::FromConnectionError(net::OK));
56 GoogleServiceAuthError error
    [all...]
gaia_auth_consumer.h 11 class GoogleServiceAuthError;
38 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error) {}
43 const GoogleServiceAuthError& error) {}
48 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) {}
gaia_auth_fetcher_unittest.cc 122 void(const GoogleServiceAuthError& error));
124 const GoogleServiceAuthError& error));
128 GoogleServiceAuthError expected_error =
129 GoogleServiceAuthError::FromConnectionError(-101);
131 GoogleServiceAuthError matching_error =
132 GoogleServiceAuthError::FromConnectionError(-101);
136 expected_error = GoogleServiceAuthError::FromConnectionError(6);
140 expected_error = GoogleServiceAuthError(GoogleServiceAuthError::NONE);
144 matching_error = GoogleServiceAuthError(GoogleServiceAuthError::NONE)
    [all...]
gaia_auth_fetcher.cc 315 GoogleServiceAuthError GaiaAuthFetcher::GenerateAuthError(
320 return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
324 return GoogleServiceAuthError::FromConnectionError(status.os_error());
328 return GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR);
341 return GoogleServiceAuthError::FromCaptchaChallenge(
345 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED);
347 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_status_consumer.h 34 error_(GoogleServiceAuthError::NONE) {
49 const GoogleServiceAuthError& error) {
72 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
82 const GoogleServiceAuthError& error() const { return error_; }
86 LoginFailure(FailureReason reason, GoogleServiceAuthError error)
92 GoogleServiceAuthError error_;
online_attempt_unittest.cc 66 void RunFailureTest(const GoogleServiceAuthError& error) {
123 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
180 GoogleServiceAuthError(
181 GoogleServiceAuthError::HOSTED_NOT_ALLOWED)));
233 GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET));
238 GoogleServiceAuthError(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
243 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED))
    [all...]
login_performer.cc 73 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) {
188 LoginFailure::FromNetworkAuthFailure(GoogleServiceAuthError(
189 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
345 case GoogleServiceAuthError::CONNECTION_FAILED:
346 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
347 case GoogleServiceAuthError::TWO_FACTOR:
348 case GoogleServiceAuthError::REQUEST_CANCELED:
357 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS:
360 case GoogleServiceAuthError::USER_NOT_SIGNED_UP:
361 case GoogleServiceAuthError::ACCOUNT_DELETED
    [all...]
enterprise_enrollment_screen.cc 108 const GoogleServiceAuthError& error) {
141 const GoogleServiceAuthError& error) {
194 const GoogleServiceAuthError& error) {
201 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS:
202 case GoogleServiceAuthError::CONNECTION_FAILED:
203 case GoogleServiceAuthError::CAPTCHA_REQUIRED:
204 case GoogleServiceAuthError::TWO_FACTOR:
207 case GoogleServiceAuthError::USER_NOT_SIGNED_UP:
208 case GoogleServiceAuthError::ACCOUNT_DELETED:
209 case GoogleServiceAuthError::ACCOUNT_DISABLED
    [all...]
online_attempt.cc 81 const GoogleServiceAuthError& error) {
87 if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) {
98 if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS &&
107 GoogleServiceAuthError(
108 GoogleServiceAuthError::HOSTED_NOT_ALLOWED)));
112 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
enterprise_enrollment_screen.h 66 const GoogleServiceAuthError& error) OVERRIDE;
72 const GoogleServiceAuthError& error) OVERRIDE;
84 void HandleAuthError(const GoogleServiceAuthError& error);
online_attempt.h 46 const GoogleServiceAuthError& error);
enterprise_enrollment_view.h 46 void ShowAuthError(const GoogleServiceAuthError& error);
parallel_authenticator_unittest.cc 502 GoogleServiceAuthError error =
503 GoogleServiceAuthError::FromConnectionError(net::ERR_CONNECTION_RESET);
523 GoogleServiceAuthError error(
524 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
556 GoogleServiceAuthError error(
557 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
594 GoogleServiceAuthError error(
595 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
604 GoogleServiceAuthError::FromCaptchaChallenge(
640 GoogleServiceAuthError error
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.h 28 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error);
32 const GoogleServiceAuthError& error);
45 void ShowGaiaFailed(const GoogleServiceAuthError& error);
setup_flow_login_step.cc 103 const GoogleServiceAuthError& error) {
118 const GoogleServiceAuthError& error) {
146 void SetupFlowLoginStep::ShowGaiaFailed(const GoogleServiceAuthError& error) {
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 97 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
114 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR);
132 GoogleServiceAuthError error1(GoogleServiceAuthError::TWO_FACTOR);
141 GoogleServiceAuthError error2(
142 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
150 GoogleServiceAuthError error3(GoogleServiceAuthError::CONNECTION_FAILED)
    [all...]
signin_manager.cc 134 OnClientLoginFailure(GoogleServiceAuthError(
135 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
138 void SigninManager::OnGetUserInfoFailure(const GoogleServiceAuthError& error) {
143 void SigninManager::OnClientLoginFailure(const GoogleServiceAuthError& error) {
147 Details<const GoogleServiceAuthError>(&error));
153 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS;
154 if (error.state() == GoogleServiceAuthError::TWO_FACTOR ||
signin_manager.h 72 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error);
76 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error);
js_sync_manager_observer.h 35 virtual void OnAuthError(const GoogleServiceAuthError& auth_error);
  /external/chromium/chrome/browser/net/gaia/
token_service.h 82 : error_(GoogleServiceAuthError::NONE) {}
84 const GoogleServiceAuthError& error)
87 const GoogleServiceAuthError& error() const { return error_; }
90 GoogleServiceAuthError error_;
141 const GoogleServiceAuthError& error);
158 const GoogleServiceAuthError& error);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 25 class GoogleServiceAuthError;
83 const GoogleServiceAuthError& error);
113 void ShowGaiaFailed(const GoogleServiceAuthError& error);
133 GoogleServiceAuthError last_auth_error_;
  /external/chromium/chrome/browser/
browser_signin.h 43 virtual void OnLoginFailure(const GoogleServiceAuthError& error) = 0;
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.h 44 virtual void OnLoginFailure(const GoogleServiceAuthError& error);

Completed in 597 milliseconds

1 2 3