OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncEntityList
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sync/engine/
process_updates_util.h
35
typedef std::vector<const sync_pb::SyncEntity*>
SyncEntityList
;
36
typedef std::map<ModelType,
SyncEntityList
> TypeSyncEntityMap;
52
const
SyncEntityList
& applicable_updates,
sync_directory_update_handler.h
59
const
SyncEntityList
& applicable_updates,
74
const
SyncEntityList
& applicable_updates,
sync_directory_update_handler.cc
36
const
SyncEntityList
& applicable_updates,
130
const
SyncEntityList
& applicable_updates,
process_updates_util.cc
86
updates_by_type->insert(std::make_pair(it.Get(),
SyncEntityList
()));
111
const
SyncEntityList
& applicable_updates,
113
for (
SyncEntityList
::const_iterator update_it = applicable_updates.begin();
sync_directory_update_handler_unittest.cc
66
const
SyncEntityList
& applicable_updates,
101
const
SyncEntityList
& applicable_updates,
133
SyncEntityList
bookmark_updates;
168
SyncEntityList
bookmark_updates;
200
SyncEntityList
autofill_updates;
Completed in 187 milliseconds