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

1 2 3

  /external/chromium_org/chrome/browser/sync/glue/
invalidation_helper.h 17 ObjectIdSet ModelTypeSetToObjectIdSet(ModelTypeSet model_types);
invalidation_helper.cc 22 ObjectIdSet ModelTypeSetToObjectIdSet(ModelTypeSet model_types) {
23 ObjectIdSet ids;
  /external/chromium_org/sync/tools/
invalidation_helper.h 17 ObjectIdSet ModelTypeSetToObjectIdSet(ModelTypeSet model_types);
invalidation_helper.cc 22 ObjectIdSet ModelTypeSetToObjectIdSet(ModelTypeSet model_types) {
23 ObjectIdSet ids;
  /external/chromium_org/components/invalidation/
invalidator_registrar.h 44 const ObjectIdSet& ids);
51 ObjectIdSet GetRegisteredIds(InvalidationHandler* handler) const;
55 ObjectIdSet GetAllRegisteredIds() const;
77 std::map<std::string, ObjectIdSet> GetSanitizedHandlersIdsMap();
85 typedef std::map<InvalidationHandler*, ObjectIdSet> HandlerIdsMap;
registration_manager_unittest.cc 91 const ObjectIdSet& GetRegisteredIdsForTest() const {
96 ObjectIdSet registered_ids_;
109 ObjectIdSet GetSequenceOfIdsStartingAt(size_t start, size_t count) {
110 ObjectIdSet ids;
116 ObjectIdSet GetSequenceOfIds(size_t count) {
121 const ObjectIdSet& expected_pending_ids,
124 ObjectIdSet pending_ids;
157 void LoseRegistrations(const ObjectIdSet& oids) {
158 for (ObjectIdSet::const_iterator it = oids.begin(); it != oids.end();
165 void DisableIds(const ObjectIdSet& oids)
    [all...]
object_id_invalidation_map.h 24 static ObjectIdInvalidationMap InvalidateAll(const ObjectIdSet& ids);
30 ObjectIdSet GetObjectIds() const;
43 ObjectIdInvalidationMap GetSubsetWithObjectIds(const ObjectIdSet& ids) const;
invalidation_logger.cc 58 std::map<std::string, syncer::ObjectIdSet> updated_ids) {
59 for (std::map<std::string, syncer::ObjectIdSet>::const_iterator it =
61 latest_ids_[it->first] = syncer::ObjectIdSet(it->second);
67 for (std::map<std::string, syncer::ObjectIdSet>::const_iterator it =
69 const syncer::ObjectIdSet& object_ids_for_handler = it->second;
71 for (syncer::ObjectIdSet::const_iterator oid_it =
fake_invalidator.h 24 ObjectIdSet GetRegisteredIds(InvalidationHandler* handler) const;
35 const ObjectIdSet& ids) OVERRIDE;
invalidation_logger.h 52 void OnUpdateIds(std::map<std::string, syncer::ObjectIdSet> updated_ids);
86 std::map<std::string, syncer::ObjectIdSet> latest_ids_;
invalidator_registrar.cc 33 const ObjectIdSet& ids) {
72 ObjectIdSet InvalidatorRegistrar::GetRegisteredIds(
79 return ObjectIdSet();
83 ObjectIdSet InvalidatorRegistrar::GetAllRegisteredIds() const {
85 ObjectIdSet registered_ids;
125 std::map<std::string, ObjectIdSet>
128 std::map<std::string, ObjectIdSet> clean_handlers_to_ids;
132 clean_handlers_to_ids[it->first->GetOwnerName()] = ObjectIdSet(it->second);
invalidation_service.h 46 // frontend->UpdateRegisteredInvalidationIds(client_handler, ObjectIdSet());
84 const syncer::ObjectIdSet& ids) = 0;
invalidator.h 49 // invalidator->UpdateRegisteredIds(client_handler, ObjectIdSet());
64 const ObjectIdSet& ids) = 0;
registration_manager.h 75 ObjectIdSet UpdateRegisteredIds(const ObjectIdSet& ids);
100 ObjectIdSet GetRegisteredIdsForTest() const;
174 ObjectIdSet GetRegisteredIds() const;
object_id_invalidation_map_unittest.cc 35 ObjectIdSet set1;
36 ObjectIdSet set2;
37 ObjectIdSet all_set;
61 EXPECT_EQ(ObjectIdSet(), empty.GetObjectIds());
75 EXPECT_TRUE(invalidate_all.GetSubsetWithObjectIds(ObjectIdSet()).Empty());
object_id_invalidation_map.cc 13 const ObjectIdSet& ids) {
15 for (ObjectIdSet::const_iterator it = ids.begin(); it != ids.end(); ++it) {
25 ObjectIdSet ObjectIdInvalidationMap::GetObjectIds() const {
26 ObjectIdSet ret;
42 const ObjectIdSet& ids) const {
44 for (ObjectIdSet::const_iterator it = ids.begin(); it != ids.end(); ++it) {
fake_invalidator.cc 19 ObjectIdSet FakeInvalidator::GetRegisteredIds(
46 const ObjectIdSet& ids) {
p2p_invalidation_service.cc 51 const syncer::ObjectIdSet& ids) {
61 const syncer::ObjectIdSet& ids) {
  /external/chromium_org/chrome/browser/invalidation/
invalidation_controller_android.h 25 virtual void SetRegisteredObjectIds(const syncer::ObjectIdSet& ids);
invalidation_service_android_unittest.cc 22 virtual void SetRegisteredObjectIds(const syncer::ObjectIdSet& ids) OVERRIDE {
26 syncer::ObjectIdSet registered_ids_;
98 const syncer::ObjectIdSet& registered_ids() {
118 syncer::ObjectIdSet ids;
fake_invalidation_service.cc 30 const syncer::ObjectIdSet& ids) {
73 syncer::ObjectIdSet registered_ids =
invalidation_controller_android.cc 21 const syncer::ObjectIdSet& ids) {
35 syncer::ObjectIdSet::const_iterator id;
  /external/chromium_org/chrome/browser/sync/test/integration/
fake_server_invalidation_service.cc 35 const syncer::ObjectIdSet& ids) {
79 syncer::ObjectIdSet object_ids = syncer::ModelTypeSetToObjectIdSet(
82 for (syncer::ObjectIdSet::const_iterator it = object_ids.begin();
p2p_invalidation_forwarder.cc 34 syncer::ObjectIdSet ids = ModelTypeSetToObjectIdSet(model_types);
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler.cc 29 syncer::ObjectIdSet ExtensionIdToObjectIds(const std::string& extension_id) {
30 syncer::ObjectIdSet object_ids;
99 const syncer::ObjectIdSet& suppressed_ids =
131 syncer::ObjectIdSet ids = invalidation_map.GetObjectIds();
132 for (syncer::ObjectIdSet::const_iterator it = ids.begin();
145 syncer::ObjectIdSet::iterator suppressed_id = suppressed_ids_.find(*it);
189 syncer::ObjectIdSet ids;
193 const syncer::ObjectIdSet& object_ids = ExtensionIdToObjectIds(*it);

Completed in 886 milliseconds

1 2 3