Searched refs:AppendChild (Results 1 – 3 of 3) sorted by relevance
42 void AppendChild(std::unique_ptr<CXML_Object> child) { in AppendChild() function
484 pElement->AppendChild(std::move(pSubElement)); in ParseElementInternal()527 pElement->AppendChild(pdfium::MakeUnique<CXML_Content>(bCDATA, content)); in InsertContentSegment()
354 def AppendChild(self, child): member in Node590 parent.AppendChild(graph)