Searched refs:SyncEntityList (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/sync/engine/
H A Dprocess_updates_util.h29 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList; typedef in namespace:syncer
36 const SyncEntityList& applicable_updates,
H A Dupdate_handler.h19 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList; typedef
59 const SyncEntityList& applicable_updates,
H A Ddirectory_update_handler.h60 const SyncEntityList& applicable_updates,
76 const SyncEntityList& applicable_updates,
H A Dmodel_type_sync_worker_impl.h77 const SyncEntityList& applicable_updates,
H A Ddirectory_update_handler.cc45 const SyncEntityList& applicable_updates,
198 const SyncEntityList& applicable_updates,
H A Dprocess_updates_util.cc288 const SyncEntityList& applicable_updates,
291 for (SyncEntityList::const_iterator update_it = applicable_updates.begin();
H A Ddirectory_update_handler_unittest.cc71 const SyncEntityList& applicable_updates,
117 const SyncEntityList& applicable_updates,
150 SyncEntityList bookmark_updates;
186 SyncEntityList bookmark_updates;
219 SyncEntityList autofill_updates;
293 SyncEntityList updates;
313 progress, context, SyncEntityList(), &status));
349 SyncEntityList updates;
432 SyncEntityList updates;
H A Dget_updates_processor.cc21 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()));
H A Dmodel_type_sync_worker_impl_unittest.cc108 void DeliverRawUpdates(const SyncEntityList& update_list);
375 SyncEntityList entity_list;
399 SyncEntityList entity_list;
412 const SyncEntityList& list) {
432 SyncEntityList entity_list;
1138 SyncEntityList entity_list;
H A Dmodel_type_sync_worker_impl.cc98 const SyncEntityList& applicable_updates,
109 for (SyncEntityList::const_iterator update_it = applicable_updates.begin();
/external/chromium_org/sync/test/engine/
H A Dmock_update_handler.cc35 const SyncEntityList& applicable_updates,
H A Dmock_update_handler.h28 const SyncEntityList& applicable_updates,

Completed in 116 milliseconds