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/lib/
Dlib.dom.d.ts4714createElementNS(namespaceURI: "http://www.w3.org/1999/xhtml", qualifiedName: string): HTMLElement; method
4715createElementNS<K extends keyof SVGElementTagNameMap>(namespaceURI: "http://www.w3.org/2000/svg", … method
4716 createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: string): SVGElement; method
4717createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptio… method
4718createElementNS(namespace: string | null, qualifiedName: string, options?: string | ElementCreatio… method
/third_party/typescript/src/lib/
Ddom.generated.d.ts4694createElementNS(namespaceURI: "http://www.w3.org/1999/xhtml", qualifiedName: string): HTMLElement; method
4695createElementNS<K extends keyof SVGElementTagNameMap>(namespaceURI: "http://www.w3.org/2000/svg", … method
4696 createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: string): SVGElement; method
4697createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptio… method
4698createElementNS(namespace: string | null, qualifiedName: string, options?: string | ElementCreatio… method