Searched refs:AuthError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dsync_ui_util.cc44 typedef GoogleServiceAuthError AuthError; typedef
173 AuthError auth_error =
176 if (auth_error.state() != AuthError::NONE) {
236 AuthError auth_error =
248 } else if (auth_error.state() != AuthError::NONE &&
249 auth_error.state() != AuthError::TWO_FACTOR) {
H A Dprofile_sync_service.cc121 typedef GoogleServiceAuthError AuthError; typedef
195 last_auth_error_(AuthError::AuthErrorNone()),
1210 void ProfileSyncService::UpdateAuthErrorState(const AuthError& error) {
1219 AuthError ConnectionStatusToAuthError(
1223 return AuthError::AuthErrorNone();
1226 return AuthError(AuthError::INVALID_GAIA_CREDENTIALS);
1229 return AuthError(AuthError::CONNECTION_FAILED);
1233 return AuthError(AuthErro
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc45 typedef GoogleServiceAuthError AuthError; typedef

Completed in 2054 milliseconds