Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
DHTMLElement.java24 public class HTMLElement extends XMLElement { class
40 public HTMLElement(final OutputStream output, final String encoding) in HTMLElement() method in HTMLElement
46 private HTMLElement(final String name, final HTMLElement parent) in HTMLElement() method in HTMLElement
/external/kotlinx.coroutines/js/example-frontend-js/src/
DExampleMain.kt28 private fun HTMLElement.setSize(w: Double, h: Double) { in setSize() method
35 private fun HTMLElement.setPosition(x: Double, y: Double) { in HTMLElement() method
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js2626 function HTMLElement(node) { class
2629 HTMLElement.prototype = Object.create(Element.prototype); class
Dwebcomponents.js2656 function HTMLElement(node) { class
2659 HTMLElement.prototype = Object.create(Element.prototype); class