HomeSort by relevance Sort by last modified time
    Searched defs:UpdateRegisteredIds (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sync/notifier/
fake_invalidator.cc 43 void FakeInvalidator::UpdateRegisteredIds(InvalidationHandler* handler,
45 registrar_.UpdateRegisteredIds(handler, ids);
invalidation_notifier.cc 45 void InvalidationNotifier::UpdateRegisteredIds(InvalidationHandler* handler,
48 registrar_.UpdateRegisteredIds(handler, ids);
49 invalidation_listener_.UpdateRegisteredIds(registrar_.GetAllRegisteredIds());
invalidator_registrar.cc 30 void InvalidatorRegistrar::UpdateRegisteredIds(
non_blocking_invalidator.cc 39 void UpdateRegisteredIds(const ObjectIdSet& ids);
104 void NonBlockingInvalidator::Core::UpdateRegisteredIds(const ObjectIdSet& ids) {
106 invalidation_notifier_->UpdateRegisteredIds(this, ids);
181 void NonBlockingInvalidator::UpdateRegisteredIds(InvalidationHandler* handler,
184 registrar_.UpdateRegisteredIds(handler, ids);
188 &NonBlockingInvalidator::Core::UpdateRegisteredIds,
p2p_invalidator.cc 162 void P2PInvalidator::UpdateRegisteredIds(InvalidationHandler* handler,
172 registrar_.UpdateRegisteredIds(handler, ids);
registration_manager.cc 69 ObjectIdSet RegistrationManager::UpdateRegisteredIds(const ObjectIdSet& ids) {
sync_invalidation_listener.cc 125 void SyncInvalidationListener::UpdateRegisteredIds(const ObjectIdSet& ids) {
384 registration_manager_->UpdateRegisteredIds(registered_ids_);

Completed in 901 milliseconds