Searched refs:HTMLParagraphElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2172 p: DetailedHTMLFactory<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>; 2595 … p: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
|
| D | react.d.ts | 2215 p: HTMLFactory<HTMLParagraphElement>; 2447 p: React.HTMLProps<HTMLParagraphElement>;
|
| D | lib.d.ts | 6228 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/ |
| D | globalThisBlockscopedProperties.types | 67 …OptionElement" | "HTMLOptionsCollection" | "HTMLOutputElement" | "HTMLParagraphElement" | "HTMLPar…
|
| D | mappedTypeRecursiveInference.types | 100 …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/ |
| D | html.idl | 230 interface HTMLParagraphElement : HTMLElement { 2516 partial interface HTMLParagraphElement {
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 8130 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/ |
| D | dom.generated.d.ts | 8110 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/ |
| D | stylo.hpp | 136482 HTMLParagraphElement, enumerator 137269 HTMLParagraphElement, enumerator 139804 struct PrototypeTraits<prototypes::id::HTMLParagraphElement>
|