Home
last modified time | relevance | path

Searched refs:TWO_FACTOR (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgoogle_service_auth_error.cc138 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()
Dgoogle_service_auth_error.h71 TWO_FACTOR = 8, enumerator
Dgaia_auth_fetcher_unittest.cc356 GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
Dgaia_auth_fetcher.cc712 return GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); in GenerateAuthError()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
DGoogleServiceAuthError.java47 TWO_FACTOR(8, R.string.sync_error_generic), enumConstant
/external/chromium_org/chrome/browser/signin/
Dsignin_global_error_unittest.cc108 { GoogleServiceAuthError::TWO_FACTOR, true }, in TEST_F()
Dsignin_error_notifier_ash_unittest.cc213 { GoogleServiceAuthError::TWO_FACTOR, true }, in TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/auth/
Donline_attempt.cc112 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) { in OnClientLoginFailure()
Donline_attempt_unittest.cc213 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
/external/chromium_org/components/signin/core/browser/
Dsignin_error_controller_unittest.cc160 { GoogleServiceAuthError::TWO_FACTOR, true }, in TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen.cc102 case GoogleServiceAuthError::TWO_FACTOR: in OnAuthError()
/external/chromium_org/chrome/browser/sync/
Dsync_ui_util.cc249 auth_error.state() != AuthError::TWO_FACTOR) { in GetStatusInfo()
Dsync_ui_util_unittest.cc150 GoogleServiceAuthError::TWO_FACTOR, in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.cc186 case GoogleServiceAuthError::TWO_FACTOR: in ShowAuthError()
/external/chromium_org/chrome/browser/ui/webui/signin/
Duser_manager_screen_handler.cc437 state == GoogleServiceAuthError::TWO_FACTOR || in OnClientLoginFailure()