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

  /external/chromium_org/components/invalidation/
fake_invalidator.cc 45 void FakeInvalidator::UpdateRegisteredIds(InvalidationHandler* handler,
47 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 32 void InvalidatorRegistrar::UpdateRegisteredIds(
non_blocking_invalidator.cc 108 void UpdateRegisteredIds(const ObjectIdSet& ids);
169 void NonBlockingInvalidator::Core::UpdateRegisteredIds(const ObjectIdSet& ids) {
171 invalidation_notifier_->UpdateRegisteredIds(this, ids);
254 void NonBlockingInvalidator::UpdateRegisteredIds(InvalidationHandler* handler,
257 registrar_.UpdateRegisteredIds(handler, ids);
261 &NonBlockingInvalidator::Core::UpdateRegisteredIds,
p2p_invalidator.cc 162 void P2PInvalidator::UpdateRegisteredIds(InvalidationHandler* handler,
171 registrar_.UpdateRegisteredIds(handler, ids);
sync_invalidation_listener.cc 96 void SyncInvalidationListener::UpdateRegisteredIds(const ObjectIdSet& ids) {
331 registration_manager_->UpdateRegisteredIds(registered_ids_);
  /external/chromium_org/sync/notifier/
registration_manager.cc 69 ObjectIdSet RegistrationManager::UpdateRegisteredIds(const ObjectIdSet& ids) {

Completed in 81 milliseconds