Home
last modified time | relevance | path

Searched refs:AppendChild (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcxml_element.h42 void AppendChild(std::unique_ptr<CXML_Object> child) { in AppendChild() function
Dcxml_parser.cpp484 pElement->AppendChild(std::move(pSubElement)); in ParseElementInternal()
527 pElement->AppendChild(pdfium::MakeUnique<CXML_Content>(bCDATA, content)); in InsertContentSegment()
/external/v8/tools/
Drun_perf.py354 def AppendChild(self, child): member in Node
590 parent.AppendChild(graph)