Searched refs:HTMLHtmlElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2146 html: DetailedHTMLFactory<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>; 2568 … html: React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>;
|
| D | react.d.ts | 2189 html: HTMLFactory<HTMLHtmlElement>; 2421 html: React.HTMLProps<HTMLHtmlElement>;
|
| D | lib.d.ts | 6204 createElement(tagName: "html"): HTMLHtmlElement; 6484 getElementsByTagName(tagname: "html"): NodeListOf<HTMLHtmlElement>; 6937 getElementsByTagName(name: "html"): NodeListOf<HTMLHtmlElement>; 8729 interface HTMLHtmlElement extends HTMLElement { interface 8736 declare var HTMLHtmlElement: { variable 8737 prototype: HTMLHtmlElement; 8738 new(): HTMLHtmlElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …ent" | "HTMLHRElement" | "HTMLHeadElement" | "HTMLHeadingElement" | "HTMLHtmlElement" | "HTMLIFram…
|
| D | mappedTypeRecursiveInference.types | 100 …; HTMLHRElement: any; HTMLHeadElement: any; HTMLHeadingElement: any; HTMLHtmlElement: any; HTMLIFr… 102 …; HTMLHRElement: any; HTMLHeadElement: any; HTMLHeadingElement: any; HTMLHtmlElement: any; HTMLIFr… 108 …; HTMLHRElement: any; HTMLHeadElement: any; HTMLHeadingElement: any; HTMLHtmlElement: any; HTMLIFr… 110 …; HTMLHRElement: any; HTMLHeadElement: any; HTMLHeadingElement: any; HTMLHtmlElement: any; HTMLIFr…
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 156 interface HTMLHtmlElement : HTMLElement { 2446 partial interface HTMLHtmlElement {
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 7047 interface HTMLHtmlElement extends HTMLElement { interface 7053 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLHtmlElement, e… 7055 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLHtmlElement, ev: HTMLElem… 7059 declare var HTMLHtmlElement: { variable 7060 prototype: HTMLHtmlElement; 7061 new(): HTMLHtmlElement; 19453 "html": HTMLHtmlElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 7027 interface HTMLHtmlElement extends HTMLElement { interface 7033 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLHtmlElement, e… 7035 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLHtmlElement, ev: HTMLElem… 7039 declare var HTMLHtmlElement: { variable 7040 prototype: HTMLHtmlElement; 7041 new(): HTMLHtmlElement; 19433 "html": HTMLHtmlElement;
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136461 HTMLHtmlElement, enumerator 137248 HTMLHtmlElement, enumerator 139636 struct PrototypeTraits<prototypes::id::HTMLHtmlElement>
|