Lines Matching refs:Invalidator
5 // Interface to the invalidator, which is an object that receives
22 class SYNC_EXPORT Invalidator {
24 Invalidator() {}
25 virtual ~Invalidator() {}
31 // invalidator->RegisterHandler(client_handler);
37 // invalidator->UpdateRegisteredIds(client_handler, client_ids);
41 // invalidator->UnregisterHandler(client_handler);
49 // invalidator->UpdateRegisteredIds(client_handler, ObjectIdSet());
50 // invalidator->UnregisterHandler(client_handler);
52 // It is an error to have registered handlers when an invalidator is
71 // Returns the current invalidator state. When called from within