Home
last modified time | relevance | path

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

/third_party/typescript/tests/lib/
Dreact16.d.ts2177 q: DetailedHTMLFactory<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
2600 … q: React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>;
Dreact.d.ts2220 q: HTMLFactory<HTMLQuoteElement>;
2452 q: React.HTMLProps<HTMLQuoteElement>;
Dlib.d.ts6233 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/
DglobalThisBlockscopedProperties.types67 … "HTMLPictureElement" | "HTMLPreElement" | "HTMLProgressElement" | "HTMLQuoteElement" | "HTMLScrip…
DmappedTypeRecursiveInference.types100 …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/
Dlib.dom.d.ts8236 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/
Ddom.generated.d.ts8216 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/
Dhtml.idl245 interface HTMLQuoteElement : HTMLElement {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136487 HTMLQuoteElement, enumerator
137274 HTMLQuoteElement, enumerator
139844 struct PrototypeTraits<prototypes::id::HTMLQuoteElement>