Searched refs:REQUEST_CANCELED (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter_unittest.cc102 GoogleServiceAuthError::REQUEST_CANCELED));
111 GoogleServiceAuthError::REQUEST_CANCELED));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java51 REQUEST_CANCELED(9, R.string.sync_error_generic), enum constant in enum:GoogleServiceAuthError.State
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dauth_sync_observer.cc58 state != GoogleServiceAuthError::REQUEST_CANCELED) {
H A Doauth2_token_fetcher.cc124 error.state() == GoogleServiceAuthError::REQUEST_CANCELED) &&
H A Doauth2_login_verifier.cc42 error.state() == GoogleServiceAuthError::REQUEST_CANCELED;
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider_unittest.cc86 EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED,
H A Dprofile_sync_auth_provider.cc92 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher.cc59 error = GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.h75 REQUEST_CANCELED = 9, enumerator in enum:GoogleServiceAuthError::State
H A Dgoogle_service_auth_error.cc165 STATE_CASE(REQUEST_CANCELED);
222 case REQUEST_CANCELED:
H A Doauth2_access_token_fetcher_impl.cc85 return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
H A Doauth2_mint_token_flow.cc59 return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
/external/chromium_org/third_party/libevent/
H A Dhttp-internal.h24 REQUEST_CANCELED = -2 enumerator in enum:message_read_status
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.cc109 error.state() == GoogleServiceAuthError::REQUEST_CANCELED) &&
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher.cc27 return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_global_error_unittest.cc109 { GoogleServiceAuthError::REQUEST_CANCELED, true },
H A Dsignin_error_notifier_ash_unittest.cc220 { GoogleServiceAuthError::REQUEST_CANCELED, true },
/external/chromium_org/chromeos/login/auth/
H A Donline_attempt.cc81 if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) {
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility_unittest.cc288 EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, error().state());
302 EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED, error().state());
H A Dsupervised_user_registration_utility.cc339 GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED));
/external/chromium_org/chrome/browser/invalidation/
H A Dgcm_invalidation_bridge_unittest.cc138 EXPECT_EQ(GoogleServiceAuthError::REQUEST_CANCELED,
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc60 FlushPendingRequests(false, GoogleServiceAuthError::REQUEST_CANCELED);
73 FlushPendingRequests(false, GoogleServiceAuthError::REQUEST_CANCELED);
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Donline_attempt_unittest.cc109 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc161 { GoogleServiceAuthError::REQUEST_CANCELED, true },
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.cc49 GoogleServiceAuthError::REQUEST_CANCELED;

Completed in 4760 milliseconds

12