Searched refs:AuthErrorNone (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/browser/signin/
H A Dfake_account_reconcilor.cc33 callback.Run(GoogleServiceAuthError::AuthErrorNone(), gaia_accounts);
H A Daccount_reconcilor_unittest.cc376 GoogleServiceAuthError::AuthErrorNone());
407 GoogleServiceAuthError::AuthErrorNone());
440 reconcilor, "other@gmail.com", GoogleServiceAuthError::AuthErrorNone());
467 reconcilor, "third@gmail.com", GoogleServiceAuthError::AuthErrorNone());
508 GoogleServiceAuthError::AuthErrorNone());
511 GoogleServiceAuthError::AuthErrorNone());
566 GoogleServiceAuthError::AuthErrorNone());
592 GoogleServiceAuthError::AuthErrorNone());
596 GoogleServiceAuthError::AuthErrorNone());
H A Dfake_profile_oauth2_token_service.cc82 GoogleServiceAuthError::AuthErrorNone(),
105 GoogleServiceAuthError::AuthErrorNone(),
127 GoogleServiceAuthError::AuthErrorNone(),
H A Dsignin_error_notifier_ash_unittest.cc185 GoogleServiceAuthError::AuthErrorNone());
196 kTestAccountId, kTestUsername, GoogleServiceAuthError::AuthErrorNone());
/external/chromium_org/components/signin/core/browser/
H A Dfake_auth_status_provider.cc9 auth_error_(GoogleServiceAuthError::AuthErrorNone()) {
H A Dsignin_error_controller.cc21 : auth_error_(GoogleServiceAuthError::AuthErrorNone()) {
88 auth_error_ = GoogleServiceAuthError::AuthErrorNone();
H A Dsignin_error_controller_unittest.cc87 GoogleServiceAuthError::AuthErrorNone());
91 GoogleServiceAuthError::AuthErrorNone());
133 GoogleServiceAuthError::AuthErrorNone());
135 GoogleServiceAuthError::AuthErrorNone());
H A Daccount_reconcilor.cc280 : GoogleServiceAuthError::AuthErrorNone();
407 GoogleServiceAuthError::AuthErrorNone());
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_test_util.cc25 last_error_(GoogleServiceAuthError::AuthErrorNone()),
H A Dgoogle_service_auth_error_unittest.cc40 GoogleServiceAuthError error(GoogleServiceAuthError::AuthErrorNone());
H A Dgoogle_service_auth_error.h169 static GoogleServiceAuthError AuthErrorNone();
H A Dfake_oauth2_token_service.cc75 GoogleServiceAuthError::AuthErrorNone(), access_token, expiration);
H A Doauth2_token_service_request_unittest.cc43 last_error_(GoogleServiceAuthError::AuthErrorNone()) {
104 : response_error_(GoogleServiceAuthError::AuthErrorNone()),
H A Dubertoken_fetcher_unittest.cc24 last_error_(GoogleServiceAuthError::AuthErrorNone()),
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider_unittest.cc68 EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), request_token_errors_[0]);
90 EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), request_token_errors_[1]);
H A Dprofile_sync_auth_provider.cc106 RespondToTokenRequest(GoogleServiceAuthError::AuthErrorNone(), access_token);
H A Dsync_ui_util_unittest.cc343 GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone();
383 GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone();
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc64 if (error == GoogleServiceAuthError::AuthErrorNone()) {
262 GoogleServiceAuthError::AuthErrorNone());
278 GoogleServiceAuthError::AuthErrorNone());
295 GoogleServiceAuthError::AuthErrorNone());
312 GoogleServiceAuthError::AuthErrorNone());
334 GoogleServiceAuthError::AuthErrorNone());
349 GoogleServiceAuthError::AuthErrorNone());
/external/chromium_org/components/invalidation/
H A Dgcm_network_channel_unittest.cc267 GoogleServiceAuthError::AuthErrorNone(), "access.token");
274 GoogleServiceAuthError::AuthErrorNone(), "access.token2");
322 GoogleServiceAuthError::AuthErrorNone(), "access.token");
365 GoogleServiceAuthError::AuthErrorNone(), "access.token");
429 GoogleServiceAuthError::AuthErrorNone(), "access.token");
443 GoogleServiceAuthError::AuthErrorNone(), "access.token");
484 GoogleServiceAuthError::AuthErrorNone(), "access.token");
495 GoogleServiceAuthError::AuthErrorNone(), "access.token");
506 GoogleServiceAuthError::AuthErrorNone(), "access.token");
/external/chromium_org/chrome/browser/invalidation/
H A Dgcm_invalidation_bridge_unittest.cc121 EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), request_token_errors_[0]);
142 EXPECT_EQ(GoogleServiceAuthError::AuthErrorNone(), request_token_errors_[1]);
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher.cc56 GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone();
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_signin_helper.cc132 OnServiceError(GoogleServiceAuthError::AuthErrorNone());
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc280 error_ = GoogleServiceAuthError::AuthErrorNone();
467 error_ = GoogleServiceAuthError::AuthErrorNone();
494 error_ = GoogleServiceAuthError::AuthErrorNone();
516 error_ = GoogleServiceAuthError::AuthErrorNone();
549 error_ = GoogleServiceAuthError::AuthErrorNone();
576 error_ = GoogleServiceAuthError::AuthErrorNone();
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Donline_attempt_unittest.cc242 EXPECT_TRUE(GoogleServiceAuthError::AuthErrorNone() ==
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.cc249 DispatchGoogleServiceAuthError(GoogleServiceAuthError::AuthErrorNone(),

Completed in 392 milliseconds

12