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

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 74 REQUEST_CANCELED = 9,
google_service_auth_error.cc 79 STATE_CASE(REQUEST_CANCELED);
gaia_auth_fetcher.cc 320 return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
  /external/chromium/third_party/libevent/
http-internal.h 24 REQUEST_CANCELED = -2
http.c 876 case REQUEST_CANCELED:
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 87 if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) {
login_performer.cc 348 case GoogleServiceAuthError::REQUEST_CANCELED:
413 case GoogleServiceAuthError::REQUEST_CANCELED:
enterprise_enrollment_screen.cc 217 case GoogleServiceAuthError::REQUEST_CANCELED:
online_attempt_unittest.cc 123 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
google_authenticator.cc 207 if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) {
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 98 GoogleServiceAuthError::REQUEST_CANCELED));
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 97 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
  /external/chromium/chrome/browser/
browser_signin.cc 282 GoogleServiceAuthError::REQUEST_CANCELED));
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc 136 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);

Completed in 532 milliseconds