Home
last modified time | relevance | path

Searched refs:PutServerParentId (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/sync/internal_api/test/
Dtest_entry_factory.cc43 entry.PutServerParentId(Id::CreateFromServerId(parent_id)); in CreateUnappliedNewItemWithParent()
61 entry.PutServerParentId(Id::CreateFromServerId(parent_id)); in CreateUnappliedNewBookmarkItemWithParent()
79 entry.PutServerParentId(syncable::GetNullId()); in CreateUnappliedNewItem()
118 entry.PutServerParentId(parent_id); in CreateUnsyncedItem()
170 entry.PutServerParentId(parent_id); in CreateSyncedItem()
193 entry.PutServerParentId(TestIdFactory::root()); in CreateUnappliedRootNode()
/external/chromium_org/sync/syncable/
Dmodel_neutral_mutable_entry.h62 void PutServerParentId(const Id& value);
Dmodel_neutral_mutable_entry.cc115 void ModelNeutralMutableEntry::PutServerParentId(const Id& value) { in PutServerParentId() function in syncer::syncable::ModelNeutralMutableEntry
/external/chromium_org/sync/engine/
Ddirectory_update_handler_unittest.cc720 entry.PutServerParentId(TestIdFactory::MakeServer("bogus_parent")); in TEST_F()
757 entry.PutServerParentId(TestIdFactory::MakeServer("Y")); in TEST_F()
842 entry.PutServerParentId(TestIdFactory::root()); in TEST_F()
Dcommit_util.cc339 local_entry->PutServerParentId(local_entry->GetParentId()); in UpdateServerFieldsAfterCommit()
Dsyncer_util.cc384 target->PutServerParentId(SyncableIdFromProto(update.parent_id_string())); in UpdateServerFieldsFromUpdate()
Dsyncer_unittest.cc442 entry.PutServerParentId(test->parent_id); in RunCommitOrderingTest()
468 entry.PutServerParentId(trans.root_id()); in RunCommitOrderingTest()
825 entry.PutServerParentId(trans.root_id()); in TEST_F()
837 entry.PutServerParentId(parent_id); in TEST_F()
2536 entry.PutServerParentId(ids_.FromNumber(9999)); // Bad parent. in TEST_F()
/external/chromium_org/sync/internal_api/
Dsync_manager_impl_unittest.cc158 entry.PutServerParentId(syncable::GetNullId()); in MakeServerNodeForType()
186 entry.PutServerParentId(root_id); in MakeServerNode()