Searched defs:update_entity (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc1751 sync_pb::EntitySpecifics update_entity; local
1752 update_entity.mutable_session()->CopyFrom(tabs1[0]);
1759 update_entity,
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker_impl.cc112 const sync_pb::SyncEntity* update_entity = *update_it; local
113 if (!update_entity->server_defined_unique_tag().empty()) {
117 update_entity->server_defined_unique_tag());
119 DCHECK_EQ(data_type_state_.type_root_id, update_entity->id_string());
121 data_type_state_.type_root_id = update_entity->id_string();
125 update_entity->client_defined_unique_tag();
132 EntityTracker::FromServerUpdate(update_entity->id_string(),
134 update_entity->version());
142 response_data.id = update_entity->id_string();
144 response_data.response_version = update_entity
[all...]

Completed in 351 milliseconds