Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/sync/syncable/
Dsyncable_unittest.cc123 Entry e(&rtrans, GET_BY_ID, rtrans.root_id()); in TEST_F()
138 dir.GetChildHandlesById(&rtrans, rtrans.root_id(), &child_handles); in TEST_F()
148 MutableEntry me(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), name); in TEST_F()
163 dir.GetChildHandlesById(&rtrans, rtrans.root_id(), &child_handles); in TEST_F()
200 EXPECT_EQ(1, CountEntriesWithName(&rtrans, rtrans.root_id(), name)); in TEST_F()
209 EXPECT_EQ(0, CountEntriesWithName(&trans, trans.root_id(), name)); in TEST_F()
232 Entry root(&rtrans, GET_BY_ID, rtrans.root_id()); in TEST_F()
234 EXPECT_FALSE(dir.HasChildren(&rtrans, rtrans.root_id())); in TEST_F()
240 MutableEntry me(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), name); in TEST_F()
256 Entry root(&rtrans, GET_BY_ID, rtrans.root_id()); in TEST_F()
[all …]
Dsyncable_base_transaction.h36 static Id root_id();
Dsyncable_base_transaction.cc14 Id BaseTransaction::root_id() { in root_id() function in syncer::syncable::BaseTransaction
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc118 dir.GetChildHandles(&rtrans, rtrans.root_id(), &child_handles); in TEST_F()
125 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name); in TEST_F()
140 dir.GetChildHandles(&rtrans, rtrans.root_id(), &child_handles); in TEST_F()
169 EXPECT_EQ(1, CountEntriesWithName(&rtrans, rtrans.root_id(), name)); in TEST_F()
178 EXPECT_EQ(0, CountEntriesWithName(&trans, trans.root_id(), name)); in TEST_F()
197 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), name); in TEST_F()
233 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), "deleted"); in TEST_F()
278 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), "new"); in TEST_F()
398 MutableEntry me(&wtrans, CREATE, wtrans.root_id(), entryname); in CreateEntry()
420 MutableEntry e(&trans, CREATE, trans.root_id(), "foo"); in TEST_F()
[all …]
Dsyncable.h1086 inline Id root_id() const { return Id(); } in root_id() function
/external/chromium_org/webkit/browser/fileapi/
Ddump_file_system.cc79 SandboxDirectoryDatabase::FileId root_id; in DumpDirectoryTree() local
80 if (!directory_db.GetFileWithPath(StringToFilePath("/"), &root_id)) in DumpDirectoryTree()
85 paths.push(std::make_pair(root_id, "")); in DumpDirectoryTree()
/external/tcpdump/
Dprint-stp.c41 u_int8_t root_id[8]; member
127 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id), in stp_print_config_bpdu()
229 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id), in stp_print_mstp_bpdu()
/external/chromium_org/sync/engine/
Dsyncer_unittest.cc241 directory()->GetChildHandlesById(&trans, trans.root_id(), &children); in SetUp()
382 entry.PutServerParentId(trans.root_id()); in RunCommitOrderingTest()
428 &wtrans, CREATE, BOOKMARKS, wtrans.root_id(), entry_name); in CreateUnsyncedDirectory()
909 MutableEntry parent(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), "Pete"); in TEST_F()
941 MutableEntry parent(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), "Pete"); in TEST_F()
954 MutableEntry parent2(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), "Tim"); in TEST_F()
990 MutableEntry parent(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), "Pete"); in TEST_F()
1015 MutableEntry parent(&wtrans, syncable::CREATE, BOOKMARKS, wtrans.root_id(), in TEST_F()
1030 wtrans.root_id(), "Tim"); in TEST_F()
1200 MutableEntry parent(&wtrans, CREATE, BOOKMARKS, wtrans.root_id(), "Bob"); in TEST_F()
[all …]
Dcommit_util.cc127 new_parent_id = syncable::BaseTransaction::root_id(); in BuildCommitItem()
Dsyncer_util.cc510 while (id != trans->root_id()) { in MarkDeletedChildrenSynced()
/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator.cc118 int64 root_id; in AssociateModels() local
119 if (!GetSyncIdForTaggedNode(kPreferencesTag, &root_id)) { in AssociateModels()
127 if (!root.InitByIdLookup(root_id)) { in AssociateModels()
Dautofill_profile_model_associator_unittest.cc179 syncable::Id root_id; in TEST_F() local
192 kernel.put(syncable::ID, root_id); in TEST_F()
/external/chromium/chrome/browser/sync/engine/
Dsyncer_unittest.cc199 dir->GetChildHandles(&trans, trans.root_id(), &children); in SetUp()
323 entry.Put(SERVER_PARENT_ID, trans.root_id()); in RunCommitOrderingTest()
390 MutableEntry entry(&wtrans, syncable::CREATE, wtrans.root_id(), in CreateUnsyncedDirectory()
590 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), in TEST_F()
627 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "Pete"); in TEST_F()
640 MutableEntry parent2(&wtrans, syncable::CREATE, wtrans.root_id(), "Tim"); in TEST_F()
680 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "Pete"); in TEST_F()
839 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), in TEST_F()
866 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), in TEST_F()
921 MutableEntry parent(&wtrans, syncable::CREATE, wtrans.root_id(), "1"); in TEST_F()
[all …]
Dbuild_commit_command.cc135 new_parent_id = session->write_transaction()->root_id(); in ExecuteImpl()
Dbuild_and_process_conflict_sets_command.cc141 entry.Put(syncable::PARENT_ID, trans->root_id()); in PlaceEntriesAtRoot()
Dconflict_resolver.cc329 parent_id = trans->root_id(); in AttemptToFixUpdateEntryInDeletedLocalTree()
Dsyncer_util.cc670 while (id != trans.root_id()) { in MarkDeletedChildrenSynced()
/external/chromium_org/net/spdy/
Dspdy_priority_forest.h425 const NodeId root_id = iter->first; in FirstMarkedNode() local
432 roots[total_weight] = root_id; in FirstMarkedNode()
455 const NodeId root_id = root_iter->second; in FirstMarkedNode() local
458 NodeId node_id = root_id; in FirstMarkedNode()
/external/chromium_org/sync/internal_api/
Dread_node.cc34 entry_ = new syncable::Entry(trans, syncable::GET_BY_ID, trans->root_id()); in InitByRootLookup()
Dsync_manager_impl_unittest.cc199 syncable::Id root_id = root_entry.GetId(); in MakeServerNode() local
207 entry.PutServerParentId(root_id); in MakeServerNode()
208 entry.PutParentId(root_id); in MakeServerNode()
1104 int64 root_id = kInvalidId; in RunGetNodesByIdTest() local
1109 root_id = root_node.GetId(); in RunGetNodesByIdTest()
1119 const int64 ids[] = { root_id, child_id }; in RunGetNodesByIdTest()
/external/chromium/chrome/browser/sync/
Dabstract_profile_sync_service_test.cc80 wtrans.root_id(), in CreateRoot()
/external/chromium_org/content/renderer/accessibility/
Drenderer_accessibility_complete.cc217 int root_id = root_object.axID(); in SendPendingAccessibilityEvents() local
220 obj.axID() != root_id) { in SendPendingAccessibilityEvents()
242 if (obj.axID() != root_id) { in SendPendingAccessibilityEvents()
/external/chromium_org/v8/src/
Dserialize.cc970 int root_id = source_->GetInt(); \ in ReadChunk()
971 new_object = isolate->heap()->roots_array_start()[root_id]; \ in ReadChunk()
1117 int root_id = RootArrayConstantFromByteCode(data); in ReadChunk() local
1118 Object* object = isolate->heap()->roots_array_start()[root_id]; in ReadChunk()
1126 int root_id = RootArrayConstantFromByteCode(data); in ReadChunk() local
1130 Object* object = isolate->heap()->roots_array_start()[root_id]; in ReadChunk()
/external/v8/src/
Dserialize.cc817 int root_id = source_->GetInt(); \ in ReadChunk()
818 new_object = isolate->heap()->roots_array_start()[root_id]; \ in ReadChunk()
952 int root_id = RootArrayConstantFromByteCode(data); in ReadChunk() local
953 Object* object = isolate->heap()->roots_array_start()[root_id]; in ReadChunk()
/external/chromium_org/cc/output/
Drenderer_pixeltest.cc232 RenderPass::Id root_id(1, 1); in TYPED_TEST() local
234 CreateTestRenderPass(root_id, rect, gfx::Transform()); in TYPED_TEST()
1145 RenderPass::Id root_id(1, 1); in SetUpRenderPassList() local
1147 CreateTestRootRenderPass(root_id, device_viewport_rect); in SetUpRenderPassList()

12