Home
last modified time | relevance | path

Searched refs:AppendFirstChild (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dtree_node_unittest.cpp20 EXPECT_DEATH(pNode->AppendFirstChild(pNode.get()), ""); in TEST()
31 pNode->AppendFirstChild(pOther.get()); in TEST()
38 pNode->AppendFirstChild(pOther.get()); in TEST()
45 pNode->AppendFirstChild(pOther.get()); in TEST()
52 pNode->AppendFirstChild(pOther.get()); in TEST()
65 pGoodParent->AppendFirstChild(pNode.get()); in TEST()
72 pParent->AppendFirstChild(pChild.get()); in TEST()
123 TEST(TreeNode, AppendFirstChild) { in TEST() argument
127 parent->AppendFirstChild(child0.get()); in TEST()
129 parent->AppendFirstChild(child1.get()); in TEST()
[all …]
H A Dtree_node.h53 void AppendFirstChild(T* child) { in AppendFirstChild() function
101 AppendFirstChild(child); in InsertAfter()
/aosp_15_r20/external/pdfium/fxjs/gc/
H A Dgced_tree_node_unittest.cpp52 parent->AppendFirstChild( in AddClutterToFront()
86 root()->AppendFirstChild(watcher.Get()); in TEST_F()
97 root()->AppendFirstChild(watcher.Get()); in TEST_F()
112 root()->AppendFirstChild(watcher.Get()); in TEST_F()
126 root()->AppendFirstChild(watcher.Get()); in TEST_F()
H A Dgced_tree_node_mixin_unittest.cpp58 parent->AppendFirstChild( in AddClutterToFront()
92 root()->AppendFirstChild(watcher.Get()); in TEST_F()
103 root()->AppendFirstChild(watcher.Get()); in TEST_F()
118 root()->AppendFirstChild(watcher.Get()); in TEST_F()
132 root()->AppendFirstChild(watcher.Get()); in TEST_F()
/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_contentlayoutprocessor.cpp1020 pPageAreaLayoutItem->AppendFirstChild(pProcessItem); in DoLayoutPageArea()
1041 pPageAreaLayoutItem->AppendFirstChild(pLayoutItem); in DoLayoutPageArea()