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

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 47 USER_NOT_SIGNED_UP = 2,
google_service_auth_error_unittest.cc 34 i <= GoogleServiceAuthError::USER_NOT_SIGNED_UP; ++i) {
google_service_auth_error.cc 72 STATE_CASE(USER_NOT_SIGNED_UP);
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 360 case GoogleServiceAuthError::USER_NOT_SIGNED_UP:
425 case GoogleServiceAuthError::USER_NOT_SIGNED_UP:
enterprise_enrollment_screen.cc 207 case GoogleServiceAuthError::USER_NOT_SIGNED_UP:
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 318 case GoogleServiceAuthError::USER_NOT_SIGNED_UP:
319 return "USER_NOT_SIGNED_UP";

Completed in 267 milliseconds