Searched defs:HTMLElement (Results 1 – 4 of 4) sorted by relevance
25 public class HTMLElement extends XMLElement { class41 public HTMLElement(final OutputStream output, final String encoding) in HTMLElement() method in HTMLElement47 private HTMLElement(final String name, final HTMLElement parent) in HTMLElement() method in HTMLElement
28 private fun HTMLElement.setSize(w: Double, h: Double) { in setSize() method35 private fun HTMLElement.setPosition(x: Double, y: Double) { in HTMLElement() method
2626 function HTMLElement(node) { class2629 HTMLElement.prototype = Object.create(Element.prototype); class
2656 function HTMLElement(node) { class2659 HTMLElement.prototype = Object.create(Element.prototype); class