Home
last modified time | relevance | path

Searched refs:update_entity (Results 1 – 2 of 2) sorted by relevance

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