OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_entity
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/engine/
model_type_sync_worker_impl.cc
112
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
->version()
[
all
...]
/external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc
1751
sync_pb::EntitySpecifics
update_entity
;
local
[
all
...]
Completed in 1046 milliseconds