OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateRegisteredIds
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sync/notifier/
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
40
void
UpdateRegisteredIds
(const ObjectIdSet& ids);
103
void NonBlockingInvalidator::Core::
UpdateRegisteredIds
(const ObjectIdSet& ids) {
105
invalidation_notifier_->
UpdateRegisteredIds
(this, ids);
173
void NonBlockingInvalidator::
UpdateRegisteredIds
(InvalidationHandler* handler,
176
registrar_.
UpdateRegisteredIds
(handler, ids);
180
&NonBlockingInvalidator::Core::
UpdateRegisteredIds
,
p2p_invalidator.cc
161
void P2PInvalidator::
UpdateRegisteredIds
(InvalidationHandler* handler,
170
registrar_.
UpdateRegisteredIds
(handler, ids);
registration_manager.cc
69
ObjectIdSet RegistrationManager::
UpdateRegisteredIds
(const ObjectIdSet& ids) {
sync_invalidation_listener.cc
100
void SyncInvalidationListener::
UpdateRegisteredIds
(const ObjectIdSet& ids) {
335
registration_manager_->
UpdateRegisteredIds
(registered_ids_);
Completed in 202 milliseconds