HomeSort by relevance Sort by last modified time
    Searched refs:ObjectIdSet (Results 51 - 57 of 57) sorted by null

1 23

  /external/chromium_org/components/invalidation/
non_blocking_invalidator.cc 112 void UpdateRegisteredIds(const ObjectIdSet& ids);
178 void NonBlockingInvalidator::Core::UpdateRegisteredIds(const ObjectIdSet& ids) {
273 const ObjectIdSet& ids) {
unacked_invalidation_set_unittest.cc 27 ObjectIdSet ids = map.GetObjectIds();
ticl_invalidation_service.cc 126 const syncer::ObjectIdSet& ids) {
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.cc 309 syncer::ObjectIdSet ids;
320 syncer::ObjectIdSet());
  /external/chromium_org/sync/tools/
sync_client.cc 232 syncer::ObjectIdSet ids = invalidation_map.GetObjectIds();
233 for (syncer::ObjectIdSet::const_iterator ids_it = ids.begin();
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 375 syncer::ObjectIdSet ids = invalidation_map.GetObjectIds();
376 for (syncer::ObjectIdSet::const_iterator ids_it = ids.begin();
sync_backend_host_impl.cc 313 syncer::ObjectIdSet());

Completed in 3764 milliseconds

1 23