HomeSort by relevance Sort by last modified time
    Searched refs:SERVER_PARENT_ID (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 75 ASSERT_ENUM_BOUNDS(ID, SERVER_PARENT_ID,
80 ENUM_CASE(SERVER_PARENT_ID);
parent_child_index_unittest.cc 54 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());
entry_kernel.h 85 SERVER_PARENT_ID,
  /external/chromium/chrome/browser/sync/engine/
syncer.cc 41 using syncable::SERVER_PARENT_ID;
314 dest->Put(SERVER_PARENT_ID, src->Get(SERVER_PARENT_ID));
327 entry->Put(SERVER_PARENT_ID, syncable::kNullId);
build_and_process_conflict_sets_command.cc 246 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);
conflict_resolver.cc 107 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);
build_commit_command.cc 146 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));
syncer_util.cc 54 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));
    [all...]
apply_updates_command_unittest.cc 66 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);
process_commit_response_command.cc 37 using syncable::SERVER_PARENT_ID;
387 // TODO(nick): The server doesn't set entry_response.server_parent_id in
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,
get_commit_ids_command.cc 188 entry.Get(syncable::SERVER_PARENT_ID)) {
process_commit_response_command_unittest.cc 111 entry.Put(syncable::SERVER_PARENT_ID, parent_id);
syncapi_unittest.cc 155 entry.Put(syncable::SERVER_PARENT_ID, syncable::kNullId);
    [all...]
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 43 entry.Put(syncable::SERVER_PARENT_ID, Id::CreateFromServerId(parent_id));
61 entry.Put(syncable::SERVER_PARENT_ID, Id::CreateFromServerId(parent_id));
79 entry.Put(syncable::SERVER_PARENT_ID, syncable::GetNullId());
118 entry.Put(syncable::SERVER_PARENT_ID, parent_id);
170 entry.Put(syncable::SERVER_PARENT_ID, parent_id);
188 // The SERVER_PARENT_ID and UNIQUE_CLIENT_TAG aren't quite right, but
193 entry.Put(syncable::SERVER_PARENT_ID, TestIdFactory::root());
  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command_unittest.cc 143 // Manually set the SERVER_PARENT_ID to bad value.
149 entry.Put(syncable::SERVER_PARENT_ID,
180 entry.Put(syncable::SERVER_PARENT_ID, TestIdFactory::MakeServer("Y"));
252 entry.Put(syncable::SERVER_PARENT_ID, TestIdFactory::root());
build_commit_command.cc 176 if (new_parent_id != meta_entry.Get(syncable::SERVER_PARENT_ID) &&
180 SyncableIdToProto(meta_entry.Get(syncable::SERVER_PARENT_ID)));
conflict_resolver.cc 95 entry.Get(syncable::SERVER_PARENT_ID);
syncer_util.cc 62 using syncable::SERVER_PARENT_ID;
225 syncable::Id new_parent = entry->Get(SERVER_PARENT_ID);
381 target->Put(SERVER_PARENT_ID, SyncableIdFromProto(update.parent_id_string()));
452 entry->Put(PARENT_ID, entry->Get(SERVER_PARENT_ID));
process_commit_response_command.cc 48 using syncable::SERVER_PARENT_ID;
346 // TODO(nick): The server doesn't set entry_response.server_parent_id in
347 // practice; to update SERVER_PARENT_ID appropriately here we'd need to
351 // Getting this right is important: SERVER_PARENT_ID gets fed back into
353 local_entry->Put(syncable::SERVER_PARENT_ID,
get_commit_ids_command.cc 365 entry.Get(syncable::SERVER_PARENT_ID)) {
process_updates_command.cc 328 target_entry.Get(syncable::SERVER_PARENT_ID)) &&
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 69 ENUM_CASE(SERVER_PARENT_ID);
syncable.h 98 SERVER_PARENT_ID,
429 // under SERVER_PARENT_ID that is consistent with the
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 44 'SERVER_PARENT_ID',
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 73 using syncable::SERVER_PARENT_ID;
    [all...]

Completed in 458 milliseconds

1 2