Home
last modified time | relevance | path

Searched defs:replaceChild (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/xml/dom/
Dminidom.py131 def replaceChild(self, newChild, oldChild): member in Node
987 def replaceChild(self, newChild, oldChild): member in Childless
1404 def replaceChild(self, newChild, oldChild): member in Entity
/third_party/typescript/tests/lib/
Dlib.d.ts11981 replaceChild(newChild: Node, oldChild: Node): Node; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts10111 replaceChild<T extends Node>(node: Node, child: T): T; method
/third_party/typescript/lib/
Dlib.dom.d.ts10131 replaceChild<T extends Node>(node: Node, child: T): T; method