Home
last modified time | relevance | path

Searched refs:HTMLBodyElement (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/lib/
Dreact16.d.ts2110 body: DetailedHTMLFactory<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
2532 … body: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
Dreact.d.ts2153 body: HTMLFactory<HTMLBodyElement>;
2386 body: React.HTMLProps<HTMLBodyElement>;
Dlib.d.ts6171 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/
DglobalThisBlockscopedProperties.types67 …nt" | "HTMLBRElement" | "HTMLBaseElement" | "HTMLBaseFontElement" | "HTMLBodyElement" | "HTMLButto…
DmappedTypeRecursiveInference.types100 … 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/
Dhtml.idl218 interface HTMLBodyElement : HTMLElement {
222 HTMLBodyElement includes WindowEventHandlers;
2380 partial interface HTMLBodyElement {
/third_party/typescript/lib/
Dlib.dom.d.ts6391 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/
Ddom.generated.d.ts6371 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/
Dstylo.hpp136437 HTMLBodyElement, enumerator
137224 HTMLBodyElement, enumerator
139444 struct PrototypeTraits<prototypes::id::HTMLBodyElement>
148384 class HTMLBodyElement;
149219 mozilla::dom::HTMLBodyElement* GetBodyElement();