Searched defs:GetMutableLastUpdate (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc425 return GetMutableLastUpdate();
442 string id_string = GetMutableLastUpdate()->id_string();
450 GetMutableLastUpdate()->set_originator_cache_guid(client_id);
451 GetMutableLastUpdate()->set_originator_client_item_id(entry_id);
455 GetMutableLastUpdate()->set_server_defined_unique_tag(tag);
459 GetMutableLastUpdate()->set_client_defined_unique_tag(tag);
463 GetMutableLastUpdate()->set_position_in_parent(server_position);
656 sync_pb::SyncEntity* MockConnectionManager::GetMutableLastUpdate() { function in class:syncer::MockConnectionManager

Completed in 53 milliseconds