Searched refs:createElementNS (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/experimental/docs/ |
H A D | svgBackend.js | 72 svgDefs = document.createElementNS(svgNS, "defs"); 92 var svgPath = document.createElementNS(svgNS, "path"); 99 var svgPicture = document.createElementNS(svgNS, "g"); 107 var e = document.createElementNS(svgNS, "radialGradient"); 117 var s = document.createElementNS(svgNS, 'stop'); 129 var svgText = document.createElementNS(svgNS, "text");
|
/third_party/skia/modules/pathkit/tests/ |
H A D | testReporter.js | 39 let newPath = document.createElementNS('http://www.w3.org/2000/svg', 'path'); 48 let newSVG = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
|
/third_party/skia/modules/canvaskit/tests/ |
H A D | testReporter.js | 39 let newPath = document.createElementNS('http://www.w3.org/2000/svg', 'path'); 48 let newSVG = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | SVGAnimationTestCase-testharness.js | 33 return document.createElementNS("http://www.w3.org/2000/svg", type);
|
H A D | testharness.js | 4029 node = output_document.createElementNS("http://www.w3.org/1999/xhtml", "div"); 4042 var foreignObject = output_document.createElementNS("http://www.w3.org/2000/svg", "foreignObject"); 4048 root.appendChild(output_document.createElementNS("http://www.w3.org/1999/xhtml", "body")) 4104 var stylesheet = output_document.createElementNS(xhtml_ns, "style"); 4189 style_element = output_document.createElementNS(xhtml_ns, "style"); 4278 log.appendChild(document.createElementNS(xhtml_ns, "section")); 4311 log.appendChild(document.createElementNS(xhtml_ns, "p")) 4313 log.appendChild(document.createElementNS(xhtml_ns, "pre")) 4446 element = output_document.createElementNS(xhtml_ns, template[0]);
|
/third_party/python/Lib/xml/dom/ |
H A D | pulldom.py | 71 node = self.document.createElementNS(uri, tagName)
|
H A D | minidom.py | 1466 element = doc.createElementNS(namespaceURI, qualifiedName) 1715 def createElementNS(self, namespaceURI, qualifiedName): member in Document 1899 clone = newOwnerDocument.createElementNS(node.namespaceURI,
|
/third_party/python/Lib/test/ |
H A D | test_minidom.py | 326 dom.createElementNS("http://www.python.org", "python:abc")) 411 dom.createElementNS("http://www.python.org", "python:abc")) 417 dom.createElementNS("http://www.python.org", "python:abc")) 486 dom.createElementNS("http://www.slashdot.org", "slash:abc"))
|
Completed in 12 milliseconds