HomeSort by relevance Sort by last modified time
    Searched refs:AuthError (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 26 typedef GoogleServiceAuthError AuthError;
35 void GetStatusLabelsForAuthError(const AuthError& auth_error,
40 if (auth_error.state() == AuthError::INVALID_GAIA_CREDENTIALS ||
41 auth_error.state() == AuthError::ACCOUNT_DELETED ||
42 auth_error.state() == AuthError::ACCOUNT_DISABLED) {
51 } else if (auth_error.state() == AuthError::SERVICE_UNAVAILABLE) {
55 } else if (auth_error.state() == AuthError::CONNECTION_FAILED) {
103 const AuthError& auth_error = service->GetAuthError();
112 DCHECK_EQ(auth_error.state(), AuthError::NONE);
137 } else if (auth_error.state() != AuthError::NONE)
    [all...]
sync_setup_wizard_unittest.cc 32 typedef GoogleServiceAuthError AuthError;
76 const AuthError& error) {
244 AuthError invalid_gaia(AuthError::INVALID_GAIA_CREDENTIALS);
261 EXPECT_EQ(static_cast<int>(AuthError::INVALID_GAIA_CREDENTIALS), error);
262 service_->set_auth_state(kTestUser, AuthError::None());
265 AuthError captcha_error(AuthError::FromCaptchaChallenge(
278 EXPECT_EQ(static_cast<int>(AuthError::CAPTCHA_REQUIRED), error);
279 service_->set_auth_state(kTestUser, AuthError::None())
    [all...]
profile_sync_service.cc 57 typedef GoogleServiceAuthError AuthError;
70 : last_auth_error_(AuthError::None()),
537 wizard_.Step(AuthError::NONE == last_auth_error_.state() ?
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 53 typedef GoogleServiceAuthError AuthError;
68 last_auth_error_(AuthError::None()),
77 last_auth_error_(AuthError::None()),
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 100 typedef GoogleServiceAuthError AuthError;
    [all...]

Completed in 1062 milliseconds