Searched refs:root_id (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc118 dir.GetChildHandles(&rtrans, rtrans.root_id(), &child_handles);
125 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name);
140 dir.GetChildHandles(&rtrans, rtrans.root_id(), &child_handles);
169 EXPECT_EQ(1, CountEntriesWithName(&rtrans, rtrans.root_id(), name));
178 EXPECT_EQ(0, CountEntriesWithName(&trans, trans.root_id(), name));
197 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name);
233 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), "deleted");
278 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), "new");
398 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), entryname);
420 MutableEntry e(&trans, CREATE, trans.root_id(), "fo
[all...]
H A Dsyncable.h1086 inline Id root_id() const { return Id(); } function in class:syncable::BaseTransaction
/external/tcpdump/
H A Dprint-stp.c41 u_int8_t root_id[8]; member in struct:stp_bpdu_
127 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
229 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator.cc118 int64 root_id; local
119 if (!GetSyncIdForTaggedNode(kPreferencesTag, &root_id)) {
127 if (!root.InitByIdLookup(root_id)) {
H A Dautofill_profile_model_associator_unittest.cc179 syncable::Id root_id; local
192 kernel.put(syncable::ID, root_id);
/external/chromium/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc80 wtrans.root_id(),
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc199 dir->GetChildHandles(&trans, trans.root_id(), &children);
323 entry.Put(SERVER_PARENT_ID, trans.root_id());
390 MutableEntry entry(&wtrans, syncable::CREATE, wtrans.root_id(),
590 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(),
627 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "Pete");
640 MutableEntry parent2(&wtrans, syncable::CREATE, wtrans.root_id(), "Tim");
680 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "Pete");
839 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(),
866 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(),
921 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "
[all...]
H A Dbuild_commit_command.cc135 new_parent_id = session->write_transaction()->root_id();
H A Dbuild_and_process_conflict_sets_command.cc141 entry.Put(syncable::PARENT_ID, trans->root_id());
H A Dconflict_resolver.cc329 parent_id = trans->root_id();
H A Dsyncer_util.cc670 while (id != trans.root_id()) {
H A Dsyncapi.cc949 entry_ = new syncable::Entry(trans, syncable::GET_BY_ID, trans->root_id());
/external/v8/src/
H A Dserialize.cc817 int root_id = source_->GetInt(); \
818 new_object = isolate->heap()->roots_array_start()[root_id]; \
952 int root_id = RootArrayConstantFromByteCode(data); local
953 Object* object = isolate->heap()->roots_array_start()[root_id];

Completed in 232 milliseconds