Searched refs:SERVER_PARENT_ID (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dsyncable_enum_conversions.cc75 ASSERT_ENUM_BOUNDS(ID, SERVER_PARENT_ID,
80 ENUM_CASE(SERVER_PARENT_ID);
H A Dparent_child_index_unittest.cc54 root->put(SERVER_PARENT_ID, syncable::Id());
68 folder->put(SERVER_PARENT_ID, syncable::Id());
85 bm->put(SERVER_PARENT_ID, GetBookmarkRootId());
108 item->put(SERVER_PARENT_ID, syncable::Id());
H A Dmodel_neutral_mutable_entry.cc119 if (kernel_->ref(SERVER_PARENT_ID) != value) {
120 kernel_->put(SERVER_PARENT_ID, value);
H A Dentry.h116 return kernel_->ref(SERVER_PARENT_ID);
H A Dentry_kernel.h85 SERVER_PARENT_ID, enumerator in enum:syncer::syncable::IdField
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.cc41 using syncable::SERVER_PARENT_ID;
314 dest->Put(SERVER_PARENT_ID, src->Get(SERVER_PARENT_ID));
327 entry->Put(SERVER_PARENT_ID, syncable::kNullId);
H A Dbuild_and_process_conflict_sets_command.cc246 entry.Get(syncable::PARENT_ID) != entry.Get(syncable::SERVER_PARENT_ID);
263 syncable::Id parent_id = entry->Get(syncable::SERVER_PARENT_ID);
281 entry->Get(syncable::SERVER_PARENT_ID))
395 entry->Get(syncable::SERVER_PARENT_ID));
396 syncable::Id parent_id = entry->Get(syncable::SERVER_PARENT_ID);
H A Dconflict_resolver.cc107 entry.Get(syncable::SERVER_PARENT_ID);
181 entryi.Get(syncable::SERVER_PARENT_ID) ||
186 Id parentid = entryi.Get(syncable::SERVER_PARENT_ID);
266 Id parent_id = entry.Get(syncable::SERVER_PARENT_ID);
H A Dbuild_commit_command.cc146 if (new_parent_id != meta_entry.Get(syncable::SERVER_PARENT_ID) &&
149 sync_entry->set_old_parent_id(meta_entry.Get(syncable::SERVER_PARENT_ID));
H A Dsyncer_util.cc54 using syncable::SERVER_PARENT_ID;
261 syncable::Id new_parent = entry->Get(SERVER_PARENT_ID);
411 target->Put(SERVER_PARENT_ID, update.parent_id());
478 entry->ComputePrevIdFromServerPosition(entry->Get(SERVER_PARENT_ID));
497 if (entry->Get(PARENT_ID) != entry->Get(SERVER_PARENT_ID) ||
563 entry->Put(PARENT_ID, entry->Get(SERVER_PARENT_ID));
566 entry->ComputePrevIdFromServerPosition(entry->Get(SERVER_PARENT_ID));
H A Dapply_updates_command_unittest.cc66 entry.Put(syncable::SERVER_PARENT_ID, Id::CreateFromServerId(parent_id));
86 entry.Put(syncable::SERVER_PARENT_ID, syncable::kNullId);
123 entry.Put(syncable::SERVER_PARENT_ID, parent_id);
H A Dprocess_commit_response_command.cc37 using syncable::SERVER_PARENT_ID;
388 // practice; to update SERVER_PARENT_ID appropriately here we'd need to
392 // Getting this right is important: SERVER_PARENT_ID gets fed back into
394 local_entry->Put(syncable::SERVER_PARENT_ID,
H A Dget_commit_ids_command.cc188 entry.Get(syncable::SERVER_PARENT_ID)) {
H A Dprocess_commit_response_command_unittest.cc111 entry.Put(syncable::SERVER_PARENT_ID, parent_id);
H A Dsyncapi_unittest.cc155 entry.Put(syncable::SERVER_PARENT_ID, syncable::kNullId);
H A Dsyncer_unittest.cc82 using syncable::SERVER_PARENT_ID;
298 entry.Put(SERVER_PARENT_ID, test->parent_id);
323 entry.Put(SERVER_PARENT_ID, trans.root_id());
902 // This test will NOT unroll deletes because SERVER_PARENT_ID is not set.
1338 EXPECT_TRUE(circular_parent_issue.Get(SERVER_PARENT_ID) ==
2029 entry.Put(SERVER_PARENT_ID, ids_.FromNumber(9999)); // Bad parent.
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_enum_conversions.cc69 ENUM_CASE(SERVER_PARENT_ID);
H A Dsyncable.h98 SERVER_PARENT_ID, enumerator in enum:syncable::IdField
429 // under SERVER_PARENT_ID that is consistent with the
/external/chromium_org/sync/engine/
H A Dsyncer_util.cc64 using syncable::SERVER_PARENT_ID;
H A Dsyncer_unittest.cc99 using syncable::SERVER_PARENT_ID;
1260 // This test will NOT unroll deletes because SERVER_PARENT_ID is not set.
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc73 using syncable::SERVER_PARENT_ID;

Completed in 423 milliseconds