Searched refs:gu_types (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/sync/engine/ |
D | get_updates_delegate.cc | 18 ModelTypeSet gu_types, in NonPassiveApplyUpdates() argument 23 if (gu_types.Has(it->first)) in NonPassiveApplyUpdates() 29 ModelTypeSet gu_types, in PassiveApplyUpdates() argument 34 if (gu_types.Has(it->first)) in PassiveApplyUpdates() 85 ModelTypeSet gu_types, in ApplyUpdates() argument 88 NonPassiveApplyUpdates(gu_types, status_controller, update_handler_map); in ApplyUpdates() 110 ModelTypeSet gu_types, in ApplyUpdates() argument 113 PassiveApplyUpdates(gu_types, status_controller, update_handler_map); in ApplyUpdates() 160 ModelTypeSet gu_types, in ApplyUpdates() argument 163 NonPassiveApplyUpdates(gu_types, status_controller, update_handler_map); in ApplyUpdates()
|
D | get_updates_processor.cc | 189 ModelTypeSet gu_types, in PrepareGetUpdates() argument 193 for (ModelTypeSet::Iterator it = gu_types.First(); it.Good(); it.Inc()) { in PrepareGetUpdates() 300 ModelTypeSet gu_types, in ProcessGetUpdatesResponse() argument 304 PartitionUpdatesByType(gu_response, gu_types, &updates_by_type); in ProcessGetUpdatesResponse() 305 DCHECK_EQ(gu_types.Size(), updates_by_type.size()); in ProcessGetUpdatesResponse() 309 gu_types, in ProcessGetUpdatesResponse() 311 if (gu_types.Size() != progress_index_by_type.size()) { in ProcessGetUpdatesResponse() 317 PartitionContextMutationsByType(gu_response, gu_types, &context_by_type); in ProcessGetUpdatesResponse() 360 ModelTypeSet gu_types, in ApplyUpdates() argument 362 delegate_.ApplyUpdates(gu_types, status_controller, update_handler_map_); in ApplyUpdates()
|
D | get_updates_delegate.h | 33 ModelTypeSet gu_types, 54 ModelTypeSet gu_types, 84 ModelTypeSet gu_types, 112 ModelTypeSet gu_types,
|
D | get_updates_processor.h | 63 ModelTypeSet gu_types, 69 ModelTypeSet gu_types, 86 ModelTypeSet gu_types,
|