Home
last modified time | relevance | path

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

/third_party/typescript/tests/lib/
Dreact16.d.ts2172 p: DetailedHTMLFactory<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
2595 … p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
Dreact.d.ts2215 p: HTMLFactory<HTMLParagraphElement>;
2447 p: React.HTMLProps<HTMLParagraphElement>;
Dlib.d.ts6228 createElement(tagName: "p"): HTMLParagraphElement;
6518 getElementsByTagName(tagname: "p"): NodeListOf<HTMLParagraphElement>;
6971 getElementsByTagName(name: "p"): NodeListOf<HTMLParagraphElement>;
10039 interface HTMLParagraphElement extends HTMLElement { interface
10047 declare var HTMLParagraphElement: { variable
10048 prototype: HTMLParagraphElement;
10049 new(): HTMLParagraphElement;
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …OptionElement" | "HTMLOptionsCollection" | "HTMLOutputElement" | "HTMLParagraphElement" | "HTMLPar…
DmappedTypeRecursiveInference.types100 …Element: any; HTMLOptionsCollection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLP…
102 …Element: any; HTMLOptionsCollection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLP…
108 …Element: any; HTMLOptionsCollection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLP…
110 …Element: any; HTMLOptionsCollection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLP…
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl230 interface HTMLParagraphElement : HTMLElement {
2516 partial interface HTMLParagraphElement {
/third_party/typescript/lib/
Dlib.dom.d.ts8130 interface HTMLParagraphElement extends HTMLElement { interface
8136 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParagraphElement, ev: HTMLEl…
8138 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParagraphElement, ev: HTMLEl…
8142 declare var HTMLParagraphElement: { variable
8143 prototype: HTMLParagraphElement;
8144 new(): HTMLParagraphElement;
19478 "p": HTMLParagraphElement;
/third_party/typescript/src/lib/
Ddom.generated.d.ts8110 interface HTMLParagraphElement extends HTMLElement { interface
8116 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParagraphElement, ev: HTMLEl…
8118 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParagraphElement, ev: HTMLEl…
8122 declare var HTMLParagraphElement: { variable
8123 prototype: HTMLParagraphElement;
8124 new(): HTMLParagraphElement;
19458 "p": HTMLParagraphElement;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136482 HTMLParagraphElement, enumerator
137269 HTMLParagraphElement, enumerator
139804 struct PrototypeTraits<prototypes::id::HTMLParagraphElement>