/external/skia/modules/svg/src/ |
D | SkSVGShape.cpp | 38 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGShape
|
D | SkSVGContainer.cpp | 19 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild() function in SkSVGContainer
|
D | SkSVGUse.cpp | 18 void SkSVGUse::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGUse
|
D | SkSVGText.cpp | 567 void SkSVGTextContainer::appendChild(sk_sp<SkSVGNode> child) { in appendChild() function in SkSVGTextContainer
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemComment.java | 103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemComment
|
D | ElemApplyImport.java | 102 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemApplyImport
|
D | ElemText.java | 129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemText
|
D | ElemChoose.java | 134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemChoose
|
D | ElemPI.java | 184 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemPI
|
D | ElemAttribute.java | 222 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemAttribute
|
D | ElemValueOf.java | 267 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemValueOf
|
D | ElemCopyOf.java | 217 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemCopyOf
|
D | ElemSort.java | 315 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemSort
|
D | ElemWithParam.java | 248 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemWithParam
|
D | ElemCallTemplate.java | 330 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemCallTemplate
|
D | ElemForEach.java | 433 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemForEach
|
D | ElemVariable.java | 516 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemVariable
|
D | ElemTemplateElement.java | 254 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemTemplateElement 292 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemTemplateElement
|
D | ElemLiteralResult.java | 753 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemLiteralResult.Attribute
|
/external/skia/modules/svg/include/ |
D | SkSVGImage.h | 33 void appendChild(sk_sp<SkSVGNode>) override { in appendChild() function
|
D | SkSVGFeLightSource.h | 22 void appendChild(sk_sp<SkSVGNode>) final { in appendChild() function
|
D | SkSVGText.h | 107 void appendChild(sk_sp<SkSVGNode>) override {} in appendChild() function
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 95 public Node appendChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in appendChild() method in DOM2DTMdefaultNamespaceDeclarationNode
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTM.java | 923 public void appendChild(int newChild, boolean clone, boolean cloneDepth); in appendChild() method
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 114 def appendChild(self, node): member in Node 984 def appendChild(self, node): member in Childless 1408 def appendChild(self, newChild): member in Entity 1629 def appendChild(self, node): member in Document
|