HomeSort by relevance Sort by last modified time
    Searched refs:invalidations (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/sync/notifier/
unacked_invalidation_set_test_util.h 13 void PrintTo(const UnackedInvalidationSet& invalidations, ::std::ostream* os);
sync_invalidation_listener.cc 138 ObjectIdInvalidationMap invalidations; local
141 invalidations.Insert(inv);
143 DispatchInvalidations(invalidations);
155 ObjectIdInvalidationMap invalidations; local
158 invalidations.Insert(unknown_version);
160 DispatchInvalidations(invalidations);
173 ObjectIdInvalidationMap invalidations; local
178 invalidations.Insert(unknown_version);
181 DispatchInvalidations(invalidations);
186 const ObjectIdInvalidationMap& invalidations) {
    [all...]
unacked_invalidation_set.h 29 // Manages the set of invalidations that are awaiting local acknowledgement for
30 // a particular ObjectId. This set of invalidations will be persisted across
39 // Returns the ObjectID of the invalidations this class is tracking.
45 // Adds many new invalidations to the set awaiting acknowledgement.
46 void AddSet(const SingleObjectInvalidationSet& invalidations);
48 // Exports the set of invalidations awaiting acknowledgement as an
49 // ObjectIdInvalidationMap. Each of these invalidations will be associated
53 // this procedure, but the AckHandles stored in those exported invalidations
58 // Removes all stored invalidations from this object.
61 // Indicates that a handler has registered to handle these invalidations
    [all...]
unacked_invalidation_set.cc 46 const SingleObjectInvalidationSet& invalidations) {
47 invalidations_.insert(invalidations.begin(), invalidations.end());
193 // We dropped some invalidations. We remember the fact that an unknown
sync_invalidation_listener.h 64 const ObjectIdInvalidationMap& invalidations) = 0;
149 // Sends invalidations to their appropriate destination.
156 void DispatchInvalidations(const ObjectIdInvalidationMap& invalidations);
158 // Saves invalidations.
160 // This call isn't synchronous so we can't guarantee these invalidations will
165 // Emits previously saved invalidations to their registered observers.
unacked_invalidation_set_test_util.cc 142 void PrintTo(const UnackedInvalidationSet& invalidations,
144 scoped_ptr<base::DictionaryValue> value = invalidations.ToValue();
p2p_invalidator_unittest.cc 98 ObjectIdInvalidationMap invalidations; local
169 "{\"invalidations\":[],\"notificationType\":\"notifySelf\","
192 "{\"invalidations\":["
  /external/chromium_org/sync/sessions/
data_type_tracker.cc 33 const SingleObjectInvalidationSet& invalidations) {
35 invalidations.begin(); it != invalidations.end(); ++it) {
62 // This limit will take effect on all future invalidations received.
108 // any invalidations.
data_type_tracker.h 41 const SingleObjectInvalidationSet& invalidations);
49 // Updates the size of the invalidations payload buffer.
  /external/chromium_org/sync/engine/
sync_scheduler.h 106 // platforms where tab sync is not registered for invalidations.
112 // Invalidations are notifications the server sends to let us know when other
114 // careful to pass along the "hints" delivered with those invalidations) in
118 const ObjectIdInvalidationMap& invalidations,
sync_scheduler_unittest.cc 828 // Ignore invalidations for throttled types.
829 ObjectIdInvalidationMap invalidations = local
831 scheduler()->ScheduleInvalidationNudge(zero(), invalidations, FROM_HERE); local
    [all...]
  /external/chromium_org/sync/internal_api/
debug_info_event_listener.h 75 void OnIncomingNotification(const ObjectIdInvalidationMap& invalidations);
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java 3944 private int invalidations; field in class:TestUtil.MockBuilderParent
    [all...]

Completed in 957 milliseconds