Home
last modified time | relevance | path

Searched refs:SERVER_PARENT_ID (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/sync/syncable/
Dsyncable_enum_conversions.cc75 ASSERT_ENUM_BOUNDS(ID, SERVER_PARENT_ID, in GetIdFieldString()
80 ENUM_CASE(SERVER_PARENT_ID); in GetIdFieldString()
Dparent_child_index_unittest.cc54 root->put(SERVER_PARENT_ID, syncable::Id()); in MakeRoot()
68 folder->put(SERVER_PARENT_ID, syncable::Id()); in MakeBookmarkRoot()
85 bm->put(SERVER_PARENT_ID, GetBookmarkRootId()); in MakeBookmark()
108 item->put(SERVER_PARENT_ID, syncable::Id()); in MakeUniqueClientItem()
Dmodel_neutral_mutable_entry.cc119 if (kernel_->ref(SERVER_PARENT_ID) != value) { in PutServerParentId()
120 kernel_->put(SERVER_PARENT_ID, value); in PutServerParentId()
Dentry.h125 return kernel_->ref(SERVER_PARENT_ID); in GetServerParentId()
Dentry_kernel.h88 SERVER_PARENT_ID, enumerator
/external/chromium_org/sync/engine/
Dsyncer_util.cc65 using syncable::SERVER_PARENT_ID;