HomeSort by relevance Sort by last modified time
    Searched refs:PutServerParentId (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 43 entry.PutServerParentId(Id::CreateFromServerId(parent_id));
61 entry.PutServerParentId(Id::CreateFromServerId(parent_id));
79 entry.PutServerParentId(syncable::GetNullId());
118 entry.PutServerParentId(parent_id);
170 entry.PutServerParentId(parent_id);
193 entry.PutServerParentId(TestIdFactory::root());
  /external/chromium_org/sync/syncable/
model_neutral_mutable_entry.h 62 void PutServerParentId(const Id& value);
model_neutral_mutable_entry.cc 115 void ModelNeutralMutableEntry::PutServerParentId(const Id& value) {
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 642 entry.PutServerParentId(TestIdFactory::MakeServer("bogus_parent"));
679 entry.PutServerParentId(TestIdFactory::MakeServer("Y"));
764 entry.PutServerParentId(TestIdFactory::root());
    [all...]
commit_util.cc 320 local_entry->PutServerParentId(local_entry->GetParentId());
syncer_util.cc 383 target->PutServerParentId(SyncableIdFromProto(update.parent_id_string()));
syncer_unittest.cc 433 entry.PutServerParentId(test->parent_id);
459 entry.PutServerParentId(trans.root_id());
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 158 entry.PutServerParentId(syncable::GetNullId());
186 entry.PutServerParentId(root_id);
    [all...]

Completed in 117 milliseconds