HomeSort by relevance Sort by last modified time
    Searched full:two_factor (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.cc 8 : two_factor(false) {
20 two_factor(false) {}
30 two_factor == b.two_factor;
gaia_auth_consumer.h 32 bool two_factor; // set to true if there was a TWO_FACTOR "failure". member in struct:GaiaAuthConsumer::ClientLoginResult
google_service_auth_error.cc 78 STATE_CASE(TWO_FACTOR);
google_service_auth_error.h 70 TWO_FACTOR = 8,
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);
js_sync_manager_observer_unittest.cc 105 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR);
signin_manager.cc 154 if (error.state() == GoogleServiceAuthError::TWO_FACTOR ||
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 112 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
google_authenticator.cc 239 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
242 result.two_factor = true;
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);
existing_user_controller.cc 315 two_factor_credentials_ = credentials.two_factor;

Completed in 293 milliseconds