Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dsignin_manager_unittest.cc114 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
132 GoogleServiceAuthError error1(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
Dsignin_manager.cc154 if (error.state() == GoogleServiceAuthError::TWO_FACTOR || in OnClientLoginFailure()
Djs_sync_manager_observer_unittest.cc105 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
/external/chromium/chrome/common/net/gaia/
Dgoogle_service_auth_error.h70 TWO_FACTOR = 8, enumerator
Dgoogle_service_auth_error.cc78 STATE_CASE(TWO_FACTOR); in ToValue()
Dgaia_auth_fetcher.cc328 return GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); in GenerateAuthError()
Dgaia_auth_fetcher_unittest.cc298 GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.cc347 case GoogleServiceAuthError::TWO_FACTOR: in ResolveInitialNetworkAuthFailure()
412 case GoogleServiceAuthError::TWO_FACTOR: in ResolveLockNetworkAuthFailure()
Donline_attempt.cc112 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) { in OnClientLoginFailure()
Denterprise_enrollment_screen.cc204 case GoogleServiceAuthError::TWO_FACTOR: in HandleAuthError()
Donline_attempt_unittest.cc269 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR); in TEST_F()
Dgoogle_authenticator.cc239 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) { in OnClientLoginFailure()