Home
last modified time | relevance | path

Searched defs:AppendChild (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcxml_element.h42 void AppendChild(std::unique_ptr<CXML_Object> child) { in AppendChild() function
/external/v8/tools/
Drun_perf.py354 def AppendChild(self, child): member in Node