Searched refs:SyncEntityList (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/sync/engine/ |
D | process_updates_util.h | 29 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList; typedef 36 const SyncEntityList& applicable_updates,
|
D | update_handler.h | 19 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList; typedef 59 const SyncEntityList& applicable_updates,
|
D | directory_update_handler.h | 60 const SyncEntityList& applicable_updates, 76 const SyncEntityList& applicable_updates,
|
D | directory_update_handler_unittest.cc | 71 const SyncEntityList& applicable_updates, 117 const SyncEntityList& applicable_updates, in UpdateSyncEntities() 150 SyncEntityList bookmark_updates; in TEST_F() 186 SyncEntityList bookmark_updates; in TEST_F() 219 SyncEntityList autofill_updates; in TEST_F() 293 SyncEntityList updates; in TEST_F() 313 progress, context, SyncEntityList(), &status)); in TEST_F() 349 SyncEntityList updates; in TEST_F() 432 SyncEntityList updates; in TEST_F()
|
D | get_updates_processor.cc | 21 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList; typedef 22 typedef std::map<syncer::ModelType, SyncEntityList> TypeSyncEntityMap; 69 updates_by_type->insert(std::make_pair(it.Get(), SyncEntityList())); in PartitionUpdatesByType()
|
D | directory_update_handler.cc | 45 const SyncEntityList& applicable_updates, in ProcessGetUpdatesResponse() 198 const SyncEntityList& applicable_updates, in UpdateSyncEntities()
|
D | model_type_sync_worker_impl_unittest.cc | 108 void DeliverRawUpdates(const SyncEntityList& update_list); 375 SyncEntityList entity_list; in TriggerTypeRootUpdateFromServer() 399 SyncEntityList entity_list; in TriggerUpdateFromServer() 412 const SyncEntityList& list) { in DeliverRawUpdates() 432 SyncEntityList entity_list; in TriggerTombstoneFromServer() 1138 SyncEntityList entity_list; in TEST_F()
|
D | process_updates_util.cc | 288 const SyncEntityList& applicable_updates, in ProcessDownloadedUpdates() 291 for (SyncEntityList::const_iterator update_it = applicable_updates.begin(); in ProcessDownloadedUpdates()
|
D | model_type_sync_worker_impl.h | 77 const SyncEntityList& applicable_updates,
|
D | model_type_sync_worker_impl.cc | 98 const SyncEntityList& applicable_updates, in ProcessGetUpdatesResponse() 109 for (SyncEntityList::const_iterator update_it = applicable_updates.begin(); in ProcessGetUpdatesResponse()
|
/external/chromium_org/sync/test/engine/ |
D | mock_update_handler.h | 28 const SyncEntityList& applicable_updates,
|
D | mock_update_handler.cc | 35 const SyncEntityList& applicable_updates, in ProcessGetUpdatesResponse()
|