Searched defs:auth_error (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Donline_attempt_unittest.cc257 GoogleServiceAuthError auth_error = local
262 RunFailureTest(auth_error);
H A Dgoogle_authenticator_unittest.cc416 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/
H A Djs_sync_manager_observer.cc60 const GoogleServiceAuthError& auth_error) {
62 return_args.Append(auth_error.ToValue());
59 OnAuthError( const GoogleServiceAuthError& auth_error) argument
H A Dsync_ui_util.cc35 void GetStatusLabelsForAuthError(const AuthError& auth_error, argument
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, servic
150 const AuthError& auth_error = service->GetAuthError(); local
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.h149 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;
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc966 void SyncBackendHost::Core::OnAuthError(const AuthError& auth_error) { argument
970 auth_error));

Completed in 57 milliseconds