HomeSort by relevance Sort by last modified time
    Searched defs:SyncEntityList (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/engine/
process_updates_util.h 29 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
36 const SyncEntityList& applicable_updates,
update_handler.h 19 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
59 const SyncEntityList& applicable_updates,
get_updates_processor.cc 21 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
22 typedef std::map<syncer::ModelType, SyncEntityList> TypeSyncEntityMap;
69 updates_by_type->insert(std::make_pair(it.Get(), SyncEntityList()));

Completed in 95 milliseconds