Home | History | Annotate | Download | only in notifier

Lines Matching refs:Invalidation

16 class Invalidation;
23 // invalidation handler that intends to buffer and occasionally drop
26 // When an invalidation handler wishes to drop an invalidation, it must provide
27 // an instance of this class to that Invalidation's Drop() method. In order to
35 explicit DroppedInvalidationTracker(const invalidation::ObjectId& id);
38 const invalidation::ObjectId& object_id() const;
40 // Called by Invalidation::Drop() to keep track of a drop event.
43 // dropped invalidation. See also the comment for this class'
54 invalidation::ObjectId id_;
57 // This flag is set to true when we have dropped an invalidation and have not
63 // A WeakHandle to the enitity responsible for persisting invalidation
67 // invalidation state again on the next restart. It would be a waste of time