Home
last modified time | relevance | path

Searched defs:appendChild (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGShape.cpp29 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGShape
DSkSVGUse.cpp16 void SkSVGUse::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGUse
DSkSVGContainer.cpp15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild() function in SkSVGContainer
DSkSVGText.cpp490 void SkSVGTextContainer::appendChild(sk_sp<SkSVGNode> child) { in appendChild() function in SkSVGTextContainer
/third_party/flutter/skia/experimental/svg/model/
DSkSVGShape.cpp26 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGShape
DSkSVGContainer.cpp15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild() function in SkSVGContainer
DSkSVGUse.cpp16 void SkSVGUse::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGUse
/third_party/skia/modules/svg/include/
DSkSVGImage.h24 void appendChild(sk_sp<SkSVGNode>) override { in appendChild() function
DSkSVGFeLightSource.h17 void appendChild(sk_sp<SkSVGNode>) final { in appendChild() function
DSkSVGText.h102 void appendChild(sk_sp<SkSVGNode>) override {} in appendChild() function
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
DCapElement.java44 public void appendChild(CapNode e) { in appendChild() method in CapElement
DCapDocument.java85 public void appendChild(CapElement base) { in appendChild() method in CapDocument
/third_party/parse5/packages/parse5/lib/tree-adapters/
Dinterface.ts50 appendChild(parentNode: T['parentNode'], newNode: T['childNode']): void; method
/third_party/python/Lib/xml/dom/
Dminidom.py114 def appendChild(self, node): member in Node
966 def appendChild(self, node): member in Childless
1390 def appendChild(self, newChild): member in Entity
1611 def appendChild(self, node): member in Document
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_distributedData.js36 this.appendChild = function (...args) { method
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… function
/third_party/typescript/tests/lib/
Dlib.d.ts11968 appendChild(newChild: Node): Node; method
/third_party/typescript/lib/
Dlib.dom.d.ts10897 appendChild<T extends Node>(newChild: T): T; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts10877 appendChild<T extends Node>(newChild: T): T; method