Home
last modified time | relevance | path

Searched refs:CAPTCHA_REQUIRED (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/common/net/gaia/
Dgoogle_service_auth_error.cc45 return GoogleServiceAuthError(CAPTCHA_REQUIRED, captcha_token, in FromCaptchaChallenge()
74 STATE_CASE(CAPTCHA_REQUIRED); in ToValue()
87 if (state_ == CAPTCHA_REQUIRED) { in ToValue()
Dgoogle_service_auth_error.h58 CAPTCHA_REQUIRED = 4, enumerator
Dgaia_auth_fetcher_unittest.cc328 EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED); in TEST_F()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.cc73 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) { in OnLoginFailure()
365 case GoogleServiceAuthError::CAPTCHA_REQUIRED: in ResolveInitialNetworkAuthFailure()
433 case GoogleServiceAuthError::CAPTCHA_REQUIRED: in ResolveLockNetworkAuthFailure()
Denterprise_enrollment_screen.cc203 case GoogleServiceAuthError::CAPTCHA_REQUIRED: in HandleAuthError()
Dexisting_user_controller.cc262 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) { in OnLoginFailure()
/external/chromium/chrome/browser/sync/
Dsync_setup_wizard_unittest.cc278 EXPECT_EQ(static_cast<int>(AuthError::CAPTCHA_REQUIRED), error); in TEST_F()
Dprofile_sync_service.cc709 error.state() == GoogleServiceAuthError::CAPTCHA_REQUIRED || in ShowErrorUI()