Home | History | Annotate | Download | only in sync

Lines Matching defs:auth_error

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) {
139 GetStatusLabelsForAuthError(auth_error, service,
150 const AuthError& auth_error = service->GetAuthError();
160 } else if (auth_error.state() != AuthError::NONE) {
163 GetStatusLabelsForAuthError(auth_error, service, status_label, NULL);