Home
last modified time | relevance | path

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

/third_party/typescript/tests/lib/
Dlib.d.ts6266 createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "a"): SVGAElement method
6267createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "circle"): SVGCircleEle… method
6268createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "clipPath"): SVGClipPat… method
6269createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "componentTransferFunct… method
6270createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "defs"): SVGDefsElement method
6271createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "desc"): SVGDescElement method
6272createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "ellipse"): SVGEllipseE… method
6273createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "feBlend"): SVGFEBlendE… method
6274createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "feColorMatrix"): SVGFE… method
6275createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "feComponentTransfer"):… method
[all …]
/third_party/python/Lib/xml/dom/
Dminidom.py1713 def createElementNS(self, namespaceURI, qualifiedName): member in Document
/third_party/typescript/src/lib/
Ddom.generated.d.ts4617createElementNS(namespaceURI: "http://www.w3.org/1999/xhtml", qualifiedName: string): HTMLElement; method
4618createElementNS<K extends keyof SVGElementTagNameMap>(namespaceURI: "http://www.w3.org/2000/svg", … method
4619 createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: string): SVGElement; method
4620createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptio… method
4621createElementNS(namespace: string | null, qualifiedName: string, options?: string | ElementCreatio… method
/third_party/typescript/lib/
Dlib.dom.d.ts4637createElementNS(namespaceURI: "http://www.w3.org/1999/xhtml", qualifiedName: string): HTMLElement; method
4638createElementNS<K extends keyof SVGElementTagNameMap>(namespaceURI: "http://www.w3.org/2000/svg", … method
4639 createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: string): SVGElement; method
4640createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptio… method
4641createElementNS(namespace: string | null, qualifiedName: string, options?: string | ElementCreatio… method