Home
last modified time | relevance | path

Searched refs:AppendLastChild (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode_unittest.cpp36 node1.AppendLastChild(&node2); in TEST()
37 node2.AppendLastChild(&node3); in TEST()
49 node1.AppendLastChild(&node2); in TEST()
50 node2.AppendLastChild(&node3); in TEST()
63 node1.AppendLastChild(&node2); in TEST()
64 node1.AppendLastChild(&node4); in TEST()
65 node2.AppendLastChild(&node3); in TEST()
85 node1.AppendLastChild(&node2); in TEST()
86 node1.AppendLastChild(&node4); in TEST()
87 node2.AppendLastChild(&node3); in TEST()
[all …]
Dcfx_xmlelement_unittest.cpp81 node.AppendLastChild(&text_child1); in TEST()
84 node.AppendLastChild(&node_child1); in TEST()
133 node.AppendLastChild(&text_child1); in TEST()
136 node.AppendLastChild(&node_child1); in TEST()
139 node_child1.AppendLastChild(&text_child2); in TEST()
142 node.AppendLastChild(&char_data1); in TEST()
167 node.AppendLastChild(&node_child1); in TEST()
177 node.AppendLastChild(&node_child1); in TEST()
188 node.AppendLastChild(&node_child1); in TEST()
189 node.AppendLastChild(&node_child2); in TEST()
[all …]
Dcfx_xmlparser.cpp131 current_node_->AppendLastChild( in DoSyntaxParse()
173 current_node_->AppendLastChild(node); in DoSyntaxParse()
189 current_node_->AppendLastChild(child); in DoSyntaxParse()
362 current_node_->AppendLastChild( in DoSyntaxParse()
Dcfx_xmlelement.cpp36 node->AppendLastChild(pChild->Clone(doc)); in Clone()
/external/pdfium/core/fxcrt/
Dtree_node_unittest.cpp26 EXPECT_DEATH(pNode->AppendLastChild(pNode.get()), ""); in TEST()
94 pParent->AppendLastChild(p0.get()); in TEST()
95 pParent->AppendLastChild(p1.get()); in TEST()
96 pParent->AppendLastChild(p2.get()); in TEST()
97 pParent->AppendLastChild(p3.get()); in TEST()
111 pParent->AppendLastChild(p0.get()); in TEST()
112 pParent->AppendLastChild(p1.get()); in TEST()
113 pParent->AppendLastChild(p2.get()); in TEST()
114 pParent->AppendLastChild(p3.get()); in TEST()
142 parent->AppendLastChild(child1.get()); in TEST()
[all …]
Dretained_tree_node.h27 void AppendLastChild(const RetainPtr<T>& child) { in AppendLastChild() function
28 TreeNode<T>::AppendLastChild(child.Get()); in AppendLastChild()
Dretained_tree_node_unittest.cpp36 parent->AppendLastChild( in AddClutterToBack()
94 parent->AppendLastChild(ptr); in TEST()
104 parent->AppendLastChild(ptr); in TEST()
Dtree_node.h54 void AppendLastChild(T* child) { in AppendLastChild() function
70 AppendLastChild(child); in InsertBefore()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp711 pSecondParent->AppendLastChild(pSecondLayoutItem); in SplitLayoutItem()
750 pSecondLayoutItem->AppendLastChild(pChildItem); in SplitLayoutItem()
766 pSecondLayoutItem->AppendLastChild(pPreItem); in SplitLayoutItem()
772 pSecondLayoutItem->AppendLastChild(pChildItem); in SplitLayoutItem()
778 pLayoutItem->AppendLastChild(pChildItem); in SplitLayoutItem()
791 pLayoutItem->AppendLastChild(pChildItem); in SplitLayoutItem()
794 pLayoutItem->AppendLastChild(pSecondLayoutItem); in SplitLayoutItem()
1118 m_pLayoutItem->AppendLastChild(pProcessor->ExtractLayoutItem()); in DoLayoutPositionedContainer()
1196 m_pLayoutItem->AppendLastChild(pProcessor->ExtractLayoutItem()); in DoLayoutTableContainer()
1920 m_pLayoutItem->AppendLastChild(rgCurLineLayoutItems[0][j]); in CalculateRowChildPosition()
[all …]
Dcxfa_viewlayoutprocessor.cpp167 pParentLayoutItem->AppendLastChild(pLayoutItem); in ReorderLayoutItemToTail()
536 GetCurrentViewRecord()->pCurContentArea->AppendLastChild( in SubmitContentItem()
589 m_pPageSetRootLayoutItem->AppendLastChild(pPageSetLayoutItem); in CreateViewRecord()
637 pParentPageSetLayout->AppendLastChild(pPageSetLayoutItem); in CreateViewRecord()
671 pNewRecord->pCurPageSet->AppendLastChild(pNewPageAreaLayoutItem); in AddPageAreaLayoutItem()
685 pNewRecord->pCurPageArea->AppendLastChild(pNewViewLayoutItem); in AddContentAreaLayoutItem()
/external/pdfium/fxjs/xfa/
Dcjx_packet.cpp86 element->AppendLastChild( in content()
Dcjx_node.cpp312 pFakeXMLRoot->AppendLastChild(pXMLChild); in loadXML()
317 pFakeXMLRoot->AppendLastChild(pXMLNode); in loadXML()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp577 pDataElement->AppendLastChild(pXMLDocumentNode); in ParseAsXDPPacket_Data()
Dcxfa_document.cpp1627 m_pRootNode->GetXMLMappingNode()->AppendLastChild(pDatasetsXMLNode); in DoDataMerge()
Dcxfa_node.cpp985 pCloneXMLElement->AppendLastChild(text); in Clone()
1603 pNewXMLElement->AppendLastChild(text); in RemoveChildAndNotify()
5059 elem->AppendLastChild(text); in SetToXML()