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

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 45 return GoogleServiceAuthError(CAPTCHA_REQUIRED, captcha_token,
74 STATE_CASE(CAPTCHA_REQUIRED);
87 if (state_ == CAPTCHA_REQUIRED) {
google_service_auth_error.h 58 CAPTCHA_REQUIRED = 4,
81 // Additional data for CAPTCHA_REQUIRED errors.
99 // Construct a CAPTCHA_REQUIRED error with CAPTCHA challenge data.
gaia_auth_fetcher_unittest.cc 328 EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED);
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 73 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) {
365 case GoogleServiceAuthError::CAPTCHA_REQUIRED:
433 case GoogleServiceAuthError::CAPTCHA_REQUIRED:
enterprise_enrollment_screen.cc 203 case GoogleServiceAuthError::CAPTCHA_REQUIRED:
existing_user_controller.cc 262 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) {
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 278 EXPECT_EQ(static_cast<int>(AuthError::CAPTCHA_REQUIRED), error);
profile_sync_service.cc 709 error.state() == GoogleServiceAuthError::CAPTCHA_REQUIRED ||
    [all...]

Completed in 162 milliseconds