HomeSort by relevance Sort by last modified time
    Searched defs:auth_error (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
online_attempt_unittest.cc 257 GoogleServiceAuthError auth_error = local
262 RunFailureTest(auth_error);
google_authenticator_unittest.cc 416 GoogleServiceAuthError auth_error = local
422 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(auth_error);
431 auth->OnClientLoginFailure(auth_error);
436 GoogleServiceAuthError auth_error(
452 auth->OnClientLoginFailure(auth_error);
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 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(); local
112 DCHECK_EQ(auth_error.state(), AuthError::NONE);
137 } else if (auth_error.state() != AuthError::NONE) {
139 GetStatusLabelsForAuthError(auth_error, service
150 const AuthError& auth_error = service->GetAuthError(); local
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 149 enum AuthenticationError auth_error; member in struct:gaia::GaiaAuthenticator::AuthResults
228 inline enum AuthenticationError auth_error() const { function in class:gaia::GaiaAuthenticator
230 return auth_results_.auth_error;

Completed in 141 milliseconds