Home | History | Annotate | Download | only in engine

Lines Matching refs:syncable

15 #include "chrome/browser/sync/syncable/model_type.h"
16 #include "chrome/browser/sync/syncable/syncable_id.h"
26 syncable::Id id() const {
27 return syncable::Id::CreateFromServerId(Base::id_string());
29 void set_id(const syncable::Id& id) {
43 void set_parent_id(const syncable::Id& id) {
46 syncable::Id parent_id() const {
47 return syncable::Id::CreateFromServerId(parent_id_string());
49 void set_old_parent_id(const syncable::Id& id) {
53 syncable::Id old_parent_id() const {
54 return syncable::Id::CreateFromServerId(
66 syncable::ModelType GetModelType() const {
67 return syncable::GetModelType(*this);