HomeSort by relevance Sort by last modified time
    Searched refs:TWO_FACTOR (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 70 TWO_FACTOR = 8,
google_service_auth_error.cc 78 STATE_CASE(TWO_FACTOR);
gaia_auth_fetcher.cc 328 return GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR);
gaia_auth_fetcher_unittest.cc 298 GoogleServiceAuthError(GoogleServiceAuthError::TWO_FACTOR);
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 114 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR);
132 GoogleServiceAuthError error1(GoogleServiceAuthError::TWO_FACTOR);
signin_manager.cc 154 if (error.state() == GoogleServiceAuthError::TWO_FACTOR ||
js_sync_manager_observer_unittest.cc 105 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR);
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 112 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
login_performer.cc 347 case GoogleServiceAuthError::TWO_FACTOR:
412 case GoogleServiceAuthError::TWO_FACTOR:
enterprise_enrollment_screen.cc 204 case GoogleServiceAuthError::TWO_FACTOR:
online_attempt_unittest.cc 269 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR);
google_authenticator.cc 239 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
242 result.two_factor = true;

Completed in 2103 milliseconds