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

  /external/chromium_org/components/invalidation/
invalidation_util.h 30 struct INVALIDATION_EXPORT ObjectIdLessThan {
40 typedef std::set<invalidation::ObjectId, ObjectIdLessThan> ObjectIdSet;
42 typedef std::map<invalidation::ObjectId, int, ObjectIdLessThan>
mock_ack_handler.h 68 ObjectIdLessThan> IdHandleMap;
object_id_invalidation_map.h 67 ObjectIdLessThan> IdToListMap;
registration_manager.h 63 ObjectIdLessThan>
153 ObjectIdLessThan>
invalidation_util.cc 19 bool ObjectIdLessThan::operator()(const invalidation::ObjectId& lhs,
unacked_invalidation_set.h 117 ObjectIdLessThan> UnackedInvalidationsMap;
invalidator_registrar.cc 49 ObjectIdLessThan());
p2p_invalidator.cc 170 ObjectIdLessThan());
registration_manager.cc 78 ObjectIdLessThan());
sync_invalidation_listener_unittest.cc 242 typedef std::map<ObjectId, List, ObjectIdLessThan> Map;
243 typedef std::map<ObjectId, Invalidation, ObjectIdLessThan> DropMap;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler.h 68 syncer::ObjectIdLessThan> max_object_version_map_;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android.h 229 syncer::ObjectIdLessThan> ObjectIdVersionMap;

Completed in 5430 milliseconds