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

  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.cc 76 if (!entry.Get(syncable::PARENT_ID).ServerKnows()) {
106 bool parent_matches = entry.Get(syncable::PARENT_ID) ==
180 if (entryi.Get(syncable::PARENT_ID) ==
201 parentid = parent.Get(syncable::PARENT_ID);
220 Id parentid = entry.Get(syncable::PARENT_ID);
239 id = parent.Get(syncable::PARENT_ID);
253 id = parent.Get(syncable::PARENT_ID);
266 Id parent_id = entry.Get(syncable::SERVER_PARENT_ID);
267 MutableEntry parent(trans, syncable::GET_BY_ID, parent_id);
269 !binary_search(conflict_set->begin(), conflict_set->end(), parent_id)) {
327 Id parent_id = entry.Get(syncable::PARENT_ID); local
    [all...]
get_commit_ids_command.cc 51 syncable::Id parent_id,
57 while (!parent_id.ServerKnows()) {
58 Entry parent(trans, GET_BY_ID, parent_id);
69 parent_id = parent.Get(PARENT_ID);
143 entry.Get(syncable::PARENT_ID), routes);
169 entry.Get(syncable::PARENT_ID));
187 entry.Get(syncable::PARENT_ID) !=
203 legal_delete_parents.insert(entry.Get(syncable::PARENT_ID));
229 syncable::Id parent_id = entry.Get(syncable::PARENT_ID) local
    [all...]
build_and_process_conflict_sets_command.cc 115 entry.Put(syncable::PARENT_ID, backup->ref(syncable::PARENT_ID));
141 entry.Put(syncable::PARENT_ID, trans->root_id());
246 entry.Get(syncable::PARENT_ID) != entry.Get(syncable::SERVER_PARENT_ID);
263 syncable::Id parent_id = entry->Get(syncable::SERVER_PARENT_ID); local
264 syncable::Entry parent(trans, syncable::GET_BY_ID, parent_id);
272 while (!parent_id.IsRoot()) {
273 syncable::Entry parent(trans, syncable::GET_BY_ID, parent_id);
276 << parent_id << " entry: " << *entry;
280 entry->Get(syncable::PARENT_ID) !
322 syncable::Id parent_id = parent.Get(syncable::PARENT_ID); local
356 syncable::Id parent_id = entry.Get(syncable::PARENT_ID); local
396 syncable::Id parent_id = entry->Get(syncable::SERVER_PARENT_ID); local
    [all...]
syncer_unittest.cc 78 using syncable::PARENT_ID;
270 syncable::Id parent_id; member in struct:browser_sync::SyncerTest::CommitOrderingTest
292 MutableEntry entry(&trans, CREATE, test->parent_id, name);
298 entry.Put(SERVER_PARENT_ID, test->parent_id);
519 entry_b.Put(PARENT_ID, entry_x.Get(ID));
520 entry_c.Put(PARENT_ID, entry_x.Get(ID));
522 entry_d.Put(PARENT_ID, entry_b.Get(ID));
523 entry_e.Put(PARENT_ID, entry_c.Get(ID));
1198 string parent_id = "0"; local
1954 syncable::Id parent_id = ids_.NewServerId(); local
2212 syncable::Id parent_id = ids_.NewServerId(); local
3576 syncable::Id parent_id = ids_.MakeServer("Parent"); local
    [all...]
build_commit_command.cc 134 !meta_entry.Get(syncable::PARENT_ID).ServerKnows()) {
137 new_parent_id = meta_entry.Get(syncable::PARENT_ID);
syncer_util.cc 46 using syncable::PARENT_ID;
98 // and PREV_ID fields (which Put(PARENT_ID) would normally do to
272 if (entry->Get(PARENT_ID) != new_parent) {
411 target->Put(SERVER_PARENT_ID, update.parent_id());
497 if (entry->Get(PARENT_ID) != entry->Get(SERVER_PARENT_ID) ||
563 entry->Put(PARENT_ID, entry->Get(SERVER_PARENT_ID));
582 if (id == entry->Get(PARENT_ID)) {
669 syncable::Id id = entry.Get(PARENT_ID);
679 id = parent.Get(PARENT_ID);
    [all...]
process_commit_response_command.cc 35 using syncable::PARENT_ID;
395 local_entry->Get(syncable::PARENT_ID));
437 // value we got applies to the PARENT_ID we submitted.
439 local_entry->Get(PARENT_ID));
verify_updates_command_unittest.cc 42 const std::string& parent_id,
54 entry.Put(syncable::PARENT_ID, Id::CreateFromServerId(parent_id));
syncer_proto_util.cc 29 using syncable::PARENT_ID;
283 if (local_entry.Get(PARENT_ID) != server_entry.parent_id()) {
345 return StringPrintf("id: %s, parent_id: %s, "
process_commit_response_command_unittest.cc 72 syncable::ModelType model_type, const Id& parent_id) {
76 ASSERT_EQ(parent_id, e->Get(syncable::PARENT_ID));
86 const Id& parent_id,
94 Id predecessor_id = dir->GetLastChildId(&trans, parent_id);
95 MutableEntry entry(&trans, syncable::CREATE, parent_id, name);
103 entry.Put(syncable::PARENT_ID, parent_id);
111 entry.Put(syncable::SERVER_PARENT_ID, parent_id);
123 const Id& parent_id,
    [all...]
change_reorder_buffer.cc 62 node.Get(syncable::PARENT_ID));
85 // of the node specified by |parent_id|. Iterate this return value until
86 // it is equal to the value returned by end_children(parent_id). The
88 LinkSet::const_iterator begin_children(int64 parent_id) const {
90 ParentChildLink(parent_id, numeric_limits<int64>::min()));
94 // of the node specified by |parent_id|.
95 LinkSet::const_iterator end_children(int64 parent_id) const {
96 return begin_children(parent_id + 1);
syncapi.cc 265 GetEntry()->Get(syncable::PARENT_ID));
768 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID); local
775 syncable::CREATE, parent_id, dummy);
804 syncable::Id parent_id = parent.GetEntry()->Get(syncable::ID); local
841 existing_entry->Put(syncable::PARENT_ID, parent_id);
848 syncable::CREATE, parent_id, dummy);
880 if (new_parent_id == entry_->Get(syncable::PARENT_ID)) {
    [all...]
apply_updates_command_unittest.cc 55 const string& parent_id) {
66 entry.Put(syncable::SERVER_PARENT_ID, Id::CreateFromServerId(parent_id));
98 const Id& parent_id,
106 Id predecessor_id = dir->GetLastChildId(&trans, parent_id);
107 MutableEntry entry(&trans, syncable::CREATE, parent_id, name);
115 entry.Put(syncable::PARENT_ID, parent_id);
123 entry.Put(syncable::SERVER_PARENT_ID, parent_id);
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 68 ENUM_CASE(PARENT_ID);
syncable.cc 154 int cmp = a->ref(PARENT_ID).compare(b->ref(PARENT_ID));
483 void Directory::GetChildHandles(BaseTransaction* trans, const Id& parent_id,
491 for (iterator i = GetParentChildIndexLowerBound(lock, parent_id),
492 end = GetParentChildIndexUpperBound(lock, parent_id);
494 DCHECK_EQ(parent_id, (*i)->ref(PARENT_ID));
559 // Update the indices that depend on the PARENT_ID field.
562 entry->put(PARENT_ID, new_parent_id);
    [all...]
syncable_unittest.cc     [all...]
syncable.h 97 PARENT_ID,
431 Id ComputePrevIdFromServerPosition(const Id& parent_id) const;
463 void Init(WriteTransaction* trans, const Id& parent_id,
466 MutableEntry(WriteTransaction* trans, Create, const Id& parent_id,
485 // Do a simple property-only update if the PARENT_ID field. Use with caution.
494 void PutParentIdPropertyOnly(const Id& parent_id);
841 void GetChildHandles(BaseTransaction*, const Id& parent_id,
846 virtual Id GetFirstChildId(BaseTransaction* trans, const Id& parent_id);
847 Id GetLastChildId(BaseTransaction* trans, const Id& parent_id);
852 // children of |parent_id|
    [all...]
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 327 milliseconds