Searched refs:HTMLBodyElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2110 body: DetailedHTMLFactory<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>; 2532 … body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
|
| D | react.d.ts | 2153 body: HTMLFactory<HTMLBodyElement>; 2386 body: React.HTMLProps<HTMLBodyElement>;
|
| D | lib.d.ts | 6171 createElement(tagName: "body"): HTMLBodyElement; 6414 getElementsByTagName(tagname: "body"): NodeListOf<HTMLBodyElement>; 6867 getElementsByTagName(name: "body"): NodeListOf<HTMLBodyElement>; 7583 interface HTMLBodyElement extends HTMLElement { interface 7734 declare var HTMLBodyElement: { variable 7735 prototype: HTMLBodyElement; 7736 new(): HTMLBodyElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …nt" | "HTMLBRElement" | "HTMLBaseElement" | "HTMLBaseFontElement" | "HTMLBodyElement" | "HTMLButto…
|
| D | mappedTypeRecursiveInference.types | 100 … HTMLBRElement: any; HTMLBaseElement: any; HTMLBaseFontElement: any; HTMLBodyElement: any; HTMLBut… 102 … HTMLBRElement: any; HTMLBaseElement: any; HTMLBaseFontElement: any; HTMLBodyElement: any; HTMLBut… 108 … HTMLBRElement: any; HTMLBaseElement: any; HTMLBaseFontElement: any; HTMLBodyElement: any; HTMLBut… 110 … HTMLBRElement: any; HTMLBaseElement: any; HTMLBaseFontElement: any; HTMLBodyElement: any; HTMLBut…
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 218 interface HTMLBodyElement : HTMLElement { 222 HTMLBodyElement includes WindowEventHandlers; 2380 partial interface HTMLBodyElement {
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 6391 interface HTMLBodyElement extends HTMLElement, WindowEventHandlers { interface 6401 onorientationchange: ((this: HTMLBodyElement, ev: Event) => any) | null; 6406 …r<K extends keyof HTMLBodyElementEventMap>(type: K, listener: (this: HTMLBodyElement, ev: HTMLBody… 6408 …r<K extends keyof HTMLBodyElementEventMap>(type: K, listener: (this: HTMLBodyElement, ev: HTMLBody… 6412 declare var HTMLBodyElement: { variable 6413 prototype: HTMLBodyElement; 6414 new(): HTMLBodyElement; 19413 "body": HTMLBodyElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 6371 interface HTMLBodyElement extends HTMLElement, WindowEventHandlers { interface 6381 onorientationchange: ((this: HTMLBodyElement, ev: Event) => any) | null; 6386 …r<K extends keyof HTMLBodyElementEventMap>(type: K, listener: (this: HTMLBodyElement, ev: HTMLBody… 6388 …r<K extends keyof HTMLBodyElementEventMap>(type: K, listener: (this: HTMLBodyElement, ev: HTMLBody… 6392 declare var HTMLBodyElement: { variable 6393 prototype: HTMLBodyElement; 6394 new(): HTMLBodyElement; 19393 "body": HTMLBodyElement;
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136437 HTMLBodyElement, enumerator 137224 HTMLBodyElement, enumerator 139444 struct PrototypeTraits<prototypes::id::HTMLBodyElement> 148384 class HTMLBodyElement; 149219 mozilla::dom::HTMLBodyElement* GetBodyElement();
|