Searched defs:UpdateCredentials (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dprofile_oauth2_token_service.cc56 void ProfileOAuth2TokenService::UpdateCredentials( function in class:ProfileOAuth2TokenService
H A Dmutable_profile_oauth2_token_service.cc256 UpdateCredentials(loading_primary_account_id_, old_login_token);
292 void MutableProfileOAuth2TokenService::UpdateCredentials( function in class:MutableProfileOAuth2TokenService
/external/chromium_org/components/invalidation/
H A Dfake_invalidator.cc58 void FakeInvalidator::UpdateCredentials( function in class:syncer::FakeInvalidator
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 Dpush_client_channel.cc40 void PushClientChannel::UpdateCredentials( function in class:syncer::PushClientChannel
42 push_client_->UpdateCredentials(email, token);
H A Dp2p_invalidator.cc189 void P2PInvalidator::UpdateCredentials( function in class:syncer::P2PInvalidator
202 push_client_->UpdateCredentials(email, token);
H A Dgcm_network_channel.cc392 void GCMNetworkChannel::UpdateCredentials(const std::string& email, function in class:syncer::GCMNetworkChannel
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,
H A Dsync_invalidation_listener.cc94 void SyncInvalidationListener::UpdateCredentials( function in class:syncer::SyncInvalidationListener
97 sync_network_channel_->UpdateCredentials(email, token);
/external/chromium_org/jingle/notifier/listener/
H A Dfake_push_client.cc28 void FakePushClient::UpdateCredentials( function in class:notifier::FakePushClient
H A Dxmpp_push_client.cc120 void XmppPushClient::UpdateCredentials( function in class:notifier::XmppPushClient
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,
/external/chromium_org/chrome/browser/signin/
H A Dfake_profile_oauth2_token_service.cc46 void FakeProfileOAuth2TokenService::UpdateCredentials( function in class:FakeProfileOAuth2TokenService
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_mock.cc35 void SyncBackendHostMock::UpdateCredentials( function in class:browser_sync::SyncBackendHostMock
H A Dsync_backend_host_impl.cc163 void SyncBackendHostImpl::UpdateCredentials( function in class:browser_sync::SyncBackendHostImpl
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager_base.cc87 void SyncRollbackManagerBase::UpdateCredentials( function in class:syncer::SyncRollbackManagerBase
H A Dsync_manager_impl.cc347 UpdateCredentials(args->credentials);
495 void SyncManagerImpl::UpdateCredentials(const SyncCredentials& credentials) { function in class:syncer::SyncManagerImpl
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc116 void FakeSyncManager::UpdateCredentials(const SyncCredentials& credentials) { function in class:syncer::FakeSyncManager

Completed in 179 milliseconds