Searched refs:CAPTCHA_REQUIRED (Results 1 – 8 of 8) sorted by relevance
45 return GoogleServiceAuthError(CAPTCHA_REQUIRED, captcha_token, in FromCaptchaChallenge()74 STATE_CASE(CAPTCHA_REQUIRED); in ToValue()87 if (state_ == CAPTCHA_REQUIRED) { in ToValue()
58 CAPTCHA_REQUIRED = 4, enumerator
328 EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED); in TEST_F()
73 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) { in OnLoginFailure()365 case GoogleServiceAuthError::CAPTCHA_REQUIRED: in ResolveInitialNetworkAuthFailure()433 case GoogleServiceAuthError::CAPTCHA_REQUIRED: in ResolveLockNetworkAuthFailure()
203 case GoogleServiceAuthError::CAPTCHA_REQUIRED: in HandleAuthError()
262 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) { in OnLoginFailure()
278 EXPECT_EQ(static_cast<int>(AuthError::CAPTCHA_REQUIRED), error); in TEST_F()
709 error.state() == GoogleServiceAuthError::CAPTCHA_REQUIRED || in ShowErrorUI()