Home | History | Annotate | Download | only in engine

Lines Matching refs:Id

26   syncable::Id id() const {
27 return syncable::Id::CreateFromServerId(Base::id_string());
29 void set_id(const syncable::Id& id) {
30 Base::set_id_string(id.GetServerId());
43 void set_parent_id(const syncable::Id& id) {
44 set_parent_id_string(id.GetServerId());
46 syncable::Id parent_id() const {
47 return syncable::Id::CreateFromServerId(parent_id_string());
49 void set_old_parent_id(const syncable::Id& id) {
51 id.GetServerId());
53 syncable::Id old_parent_id() const {
54 return syncable::Id::CreateFromServerId(