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 | 70 const SyncEntityList& applicable_updates, 116 const SyncEntityList& applicable_updates, in UpdateSyncEntities() 149 SyncEntityList bookmark_updates; in TEST_F() 185 SyncEntityList bookmark_updates; in TEST_F() 218 SyncEntityList autofill_updates; in TEST_F() 292 SyncEntityList updates; in TEST_F() 312 progress, context, SyncEntityList(), &status)); in TEST_F() 348 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 | process_updates_util.cc | 288 const SyncEntityList& applicable_updates, in ProcessDownloadedUpdates() 291 for (SyncEntityList::const_iterator update_it = applicable_updates.begin(); in ProcessDownloadedUpdates()
|
D | non_blocking_type_processor_core.h | 68 const SyncEntityList& applicable_updates,
|
D | non_blocking_type_processor_core.cc | 55 const SyncEntityList& applicable_updates, in ProcessGetUpdatesResponse() 65 for (SyncEntityList::const_iterator update_it = applicable_updates.begin(); in ProcessGetUpdatesResponse()
|
D | non_blocking_type_processor_core_unittest.cc | 215 SyncEntityList entity_list; in TriggerTypeRootUpdateFromServer() 233 SyncEntityList entity_list; in TriggerUpdateFromServer() 250 SyncEntityList entity_list; in TriggerTombstoneFromServer()
|
/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()
|