Searched refs:HTMLQuoteElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2177 q: DetailedHTMLFactory<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>; 2600 … q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
|
| D | react.d.ts | 2220 q: HTMLFactory<HTMLQuoteElement>; 2452 q: React.HTMLProps<HTMLQuoteElement>;
|
| D | lib.d.ts | 6233 createElement(tagName: "q"): HTMLQuoteElement; 6527 getElementsByTagName(tagname: "q"): NodeListOf<HTMLQuoteElement>; 6980 getElementsByTagName(name: "q"): NodeListOf<HTMLQuoteElement>; 10133 interface HTMLQuoteElement extends HTMLElement { interface 10144 declare var HTMLQuoteElement: { variable 10145 prototype: HTMLQuoteElement; 10146 new(): HTMLQuoteElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 … "HTMLPictureElement" | "HTMLPreElement" | "HTMLProgressElement" | "HTMLQuoteElement" | "HTMLScrip…
|
| D | mappedTypeRecursiveInference.types | 100 …PictureElement: any; HTMLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScr… 102 …PictureElement: any; HTMLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScr… 108 …PictureElement: any; HTMLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScr… 110 …PictureElement: any; HTMLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScr…
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 8236 interface HTMLQuoteElement extends HTMLElement { interface 8241 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElem… 8243 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElem… 8247 declare var HTMLQuoteElement: { variable 8248 prototype: HTMLQuoteElement; 8249 new(): HTMLQuoteElement; 19412 "blockquote": HTMLQuoteElement; 19483 "q": HTMLQuoteElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 8216 interface HTMLQuoteElement extends HTMLElement { interface 8221 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElem… 8223 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElem… 8227 declare var HTMLQuoteElement: { variable 8228 prototype: HTMLQuoteElement; 8229 new(): HTMLQuoteElement; 19392 "blockquote": HTMLQuoteElement; 19463 "q": HTMLQuoteElement;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 245 interface HTMLQuoteElement : HTMLElement {
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136487 HTMLQuoteElement, enumerator 137274 HTMLQuoteElement, enumerator 139844 struct PrototypeTraits<prototypes::id::HTMLQuoteElement>
|