HomeSort by relevance Sort by last modified time
    Searched refs:CAPTCHA_REQUIRED (Results 1 - 16 of 16) 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_org/google_apis/gaia/
google_service_auth_error.cc 101 return GoogleServiceAuthError(CAPTCHA_REQUIRED, captcha_token, GURL(),
141 case CAPTCHA_REQUIRED:
166 STATE_CASE(CAPTCHA_REQUIRED);
184 if (state_ == CAPTCHA_REQUIRED) {
216 case CAPTCHA_REQUIRED:
google_service_auth_error.h 59 CAPTCHA_REQUIRED = 4,
93 // Additional data for CAPTCHA_REQUIRED errors.
147 // Construct a CAPTCHA_REQUIRED error with CAPTCHA challenge data from the
gaia_auth_fetcher_unittest.cc 394 EXPECT_EQ(error.state(), GoogleServiceAuthError::CAPTCHA_REQUIRED);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 35 CAPTCHA_REQUIRED(4, R.string.sync_error_generic),
  /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_org/chrome/browser/signin/
signin_global_error_unittest.cc 104 { GoogleServiceAuthError::CAPTCHA_REQUIRED, true },
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc 111 case GoogleServiceAuthError::CAPTCHA_REQUIRED:
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 186 case GoogleServiceAuthError::CAPTCHA_REQUIRED:
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 139 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 768 milliseconds