Searched defs:createElementNS (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 6266 createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "a"): SVGAElement method 6267 …createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "circle"): SVGCircleEle… method 6268 …createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "clipPath"): SVGClipPat… method 6269 …createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "componentTransferFunct… method 6270 … createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "defs"): SVGDefsElement method 6271 … createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "desc"): SVGDescElement method 6272 …createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "ellipse"): SVGEllipseE… method 6273 …createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "feBlend"): SVGFEBlendE… method 6274 …createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "feColorMatrix"): SVGFE… method 6275 …createElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "feComponentTransfer"):… method [all …]
|
/third_party/python/Lib/xml/dom/ |
D | minidom.py | 1713 def createElementNS(self, namespaceURI, qualifiedName): member in Document
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 4617 … createElementNS(namespaceURI: "http://www.w3.org/1999/xhtml", qualifiedName: string): HTMLElement; method 4618 …createElementNS<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 4620 …createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptio… method 4621 …createElementNS(namespace: string | null, qualifiedName: string, options?: string | ElementCreatio… method
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 4637 … createElementNS(namespaceURI: "http://www.w3.org/1999/xhtml", qualifiedName: string): HTMLElement; method 4638 …createElementNS<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 4640 …createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptio… method 4641 …createElementNS(namespace: string | null, qualifiedName: string, options?: string | ElementCreatio… method
|