Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGShape.cpp29 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
DSkSVGText.cpp490 void SkSVGTextContainer::appendChild(sk_sp<SkSVGNode> child) { in appendChild() function in SkSVGTextContainer
/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
968 def appendChild(self, node): member in Childless
1392 def appendChild(self, newChild): member in Entity
1613 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/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineLibraryTests.cpp128 void appendChild (Node* child) { m_children.push_back(child); } in appendChild() function in vkt::RayTracing::__anon2afa3da70111::PipelineTree::Node
/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.ts10110 appendChild<T extends Node>(node: T): T; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts10090 appendChild<T extends Node>(node: T): T; method