Searched refs:TWO_FACTOR (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/google_apis/gaia/ |
D | google_service_auth_error.cc | 138 case TWO_FACTOR: in token() 164 STATE_CASE(TWO_FACTOR); in ToValue() 189 } else if (state_ == TWO_FACTOR) { in ToValue() 219 case TWO_FACTOR: in ToString()
|
D | google_service_auth_error.h | 71 TWO_FACTOR = 8, enumerator
|
D | gaia_auth_fetcher_unittest.cc | 356 GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
|
D | gaia_auth_fetcher.cc | 712 return GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); in GenerateAuthError()
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/ |
D | GoogleServiceAuthError.java | 47 TWO_FACTOR(8, R.string.sync_error_generic), enumConstant
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_global_error_unittest.cc | 108 { GoogleServiceAuthError::TWO_FACTOR, true }, in TEST_F()
|
D | signin_error_notifier_ash_unittest.cc | 213 { GoogleServiceAuthError::TWO_FACTOR, true }, in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
D | online_attempt.cc | 112 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) { in OnClientLoginFailure()
|
D | online_attempt_unittest.cc | 213 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
|
/external/chromium_org/components/signin/core/browser/ |
D | signin_error_controller_unittest.cc | 160 { GoogleServiceAuthError::TWO_FACTOR, true }, in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/enrollment/ |
D | enrollment_screen.cc | 102 case GoogleServiceAuthError::TWO_FACTOR: in OnAuthError()
|
/external/chromium_org/chrome/browser/sync/ |
D | sync_ui_util.cc | 249 auth_error.state() != AuthError::TWO_FACTOR) { in GetStatusInfo()
|
D | sync_ui_util_unittest.cc | 150 GoogleServiceAuthError::TWO_FACTOR, in TEST_F()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
D | enrollment_screen_handler.cc | 186 case GoogleServiceAuthError::TWO_FACTOR: in ShowAuthError()
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
D | user_manager_screen_handler.cc | 437 state == GoogleServiceAuthError::TWO_FACTOR || in OnClientLoginFailure()
|