Searched refs:UpdateCredentials (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/components/signin/core/browser/
H A Dmutable_profile_oauth2_token_service_unittest.cc163 // Also add a token using PO2TS.UpdateCredentials and make sure upgrade does
167 oauth2_service_.UpdateCredentials(other_account_id, other_refresh_token);
205 oauth2_service_.UpdateCredentials(account_id_1, refresh_token_1);
206 oauth2_service_.UpdateCredentials(account_id_2, refresh_token_2);
249 oauth2_service_.UpdateCredentials("account_id", "refresh_token");
250 oauth2_service_.UpdateCredentials("account_id2", "refresh_token2");
280 oauth2_service_.UpdateCredentials("account_id", "refresh_token");
283 oauth2_service_.UpdateCredentials("account_id", "refresh_token");
286 oauth2_service_.UpdateCredentials("account_id", "refresh_token2");
292 oauth2_service_.UpdateCredentials("account_i
[all...]
H A Dprofile_oauth2_token_service.cc56 void ProfileOAuth2TokenService::UpdateCredentials( function in class:ProfileOAuth2TokenService
H A Dprofile_oauth2_token_service.h64 virtual void UpdateCredentials(const std::string& account_id,
/external/chromium_org/components/invalidation/
H A Dinvalidator.h77 // UpdateCredentials is called at least once. It can be called more than
79 virtual void UpdateCredentials(
H A Dp2p_invalidation_service.cc39 void P2PInvalidationService::UpdateCredentials(const std::string& username, function in class:invalidation::P2PInvalidationService
41 invalidator_->UpdateCredentials(username, password);
H A Dinvalidation_notifier.cc66 void InvalidationNotifier::UpdateCredentials( function in class:syncer::InvalidationNotifier
80 invalidation_listener_.UpdateCredentials(email, token);
H A Dfake_invalidator.cc58 void FakeInvalidator::UpdateCredentials( function in class:syncer::FakeInvalidator
H A Dfake_invalidator.h38 virtual void UpdateCredentials(
H A Dinvalidation_notifier.h61 virtual void UpdateCredentials(
H A Dp2p_invalidation_service.h55 void UpdateCredentials(const std::string& username,
H A Dpush_client_channel.cc40 void PushClientChannel::UpdateCredentials( function in class:syncer::PushClientChannel
42 push_client_->UpdateCredentials(email, token);
H A Dinvalidator_registrar_unittest.cc49 virtual void UpdateCredentials(
H A Dpush_client_channel.h44 virtual void UpdateCredentials(const std::string& email,
H A Dnon_blocking_invalidator.cc113 void UpdateCredentials(const std::string& email, const std::string& token);
183 void NonBlockingInvalidator::Core::UpdateCredentials(const std::string& email, function in class:syncer::NonBlockingInvalidator::Core
186 invalidation_notifier_->UpdateCredentials(email, token);
296 void NonBlockingInvalidator::UpdateCredentials(const std::string& email, function in class:syncer::NonBlockingInvalidator
301 base::Bind(&NonBlockingInvalidator::Core::UpdateCredentials,
/external/chromium_org/jingle/notifier/listener/
H A Dpush_client.h42 // UpdateCredentials().
48 virtual void UpdateCredentials(
H A Dnon_blocking_push_client.cc39 void UpdateCredentials(const std::string& email, const std::string& token);
101 void NonBlockingPushClient::Core::UpdateCredentials( function in class:notifier::NonBlockingPushClient::Core
105 delegate_push_client_->UpdateCredentials(email, token);
195 void NonBlockingPushClient::UpdateCredentials( function in class:notifier::NonBlockingPushClient
200 base::Bind(&NonBlockingPushClient::Core::UpdateCredentials,
H A Dnon_blocking_push_client_unittest.cc80 // Make sure UpdateCredentials() gets delegated properly.
81 TEST_F(NonBlockingPushClientTest, UpdateCredentials) {
85 push_client_->UpdateCredentials(kEmail, kToken);
H A Dfake_push_client.cc28 void FakePushClient::UpdateCredentials( function in class:notifier::FakePushClient
H A Dfake_push_client.h29 virtual void UpdateCredentials(
H A Dnon_blocking_push_client.h49 virtual void UpdateCredentials(
H A Dxmpp_push_client.h51 virtual void UpdateCredentials(
/external/chromium_org/chrome/browser/signin/
H A Daccount_service_flag_fetcher_unittest.cc125 token_service_.UpdateCredentials(kAccountId, "refresh_token");
162 token_service_.UpdateCredentials(kAccountId, "refresh_token");
188 token_service_.UpdateCredentials(kDifferentAccountId, "refresh_token");
202 token_service_.UpdateCredentials(kAccountId, "refresh_token");
220 token_service_.UpdateCredentials(kAccountId, "refresh_token");
241 token_service_.UpdateCredentials(kAccountId, "refresh_token");
264 token_service_.UpdateCredentials(kAccountId, "refresh_token");
287 token_service_.UpdateCredentials(kAccountId, "refresh_token");
H A Daccount_reconcilor_unittest.cc235 token_service()->UpdateCredentials(kTestEmail, "refresh_token");
258 token_service()->UpdateCredentials(kTestEmail, "refresh_token");
275 token_service()->UpdateCredentials(kTestEmail, "refresh_token");
310 token_service()->UpdateCredentials("Dot.S@gmail.com", "refresh_token");
334 token_service()->UpdateCredentials("user@gmail.com", "refresh_token");
335 token_service()->UpdateCredentials("other@gmail.com", "refresh_token");
361 token_service()->UpdateCredentials("user@gmail.com", "refresh_token");
362 token_service()->UpdateCredentials("other@gmail.com", "refresh_token");
391 token_service()->UpdateCredentials("user@gmail.com", "refresh_token");
422 token_service()->UpdateCredentials("use
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dinline_login_handler_chromeos.cc46 token_service->UpdateCredentials(account_id_, oauth2_tokens.refresh_token);
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h49 virtual void UpdateCredentials(const std::string& account_id,

Completed in 5632 milliseconds

123