Searched refs:HTMLDirectoryElement (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …LDataListElement" | "HTMLDetailsElement" | "HTMLDialogElement" | "HTMLDirectoryElement" | "HTMLDiv…
|
| D | mappedTypeRecursiveInference.types | 100 …istElement: any; HTMLDetailsElement: any; HTMLDialogElement: any; HTMLDirectoryElement: any; HTMLD… 102 …istElement: any; HTMLDetailsElement: any; HTMLDialogElement: any; HTMLDirectoryElement: any; HTMLD… 108 …istElement: any; HTMLDetailsElement: any; HTMLDialogElement: any; HTMLDirectoryElement: any; HTMLD… 110 …istElement: any; HTMLDetailsElement: any; HTMLDialogElement: any; HTMLDirectoryElement: any; HTMLD…
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 6185 createElement(tagName: "dir"): HTMLDirectoryElement; 6432 getElementsByTagName(tagname: "dir"): NodeListOf<HTMLDirectoryElement>; 6885 getElementsByTagName(name: "dir"): NodeListOf<HTMLDirectoryElement>; 7909 interface HTMLDirectoryElement extends HTMLElement { interface 7913 declare var HTMLDirectoryElement: { variable 7914 prototype: HTMLDirectoryElement; 7915 new(): HTMLDirectoryElement;
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 6631 interface HTMLDirectoryElement extends HTMLElement { interface 6634 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLDirectoryElement, ev: HTMLEl… 6636 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLDirectoryElement, ev: HTMLEl… 6640 declare var HTMLDirectoryElement: { variable 6641 prototype: HTMLDirectoryElement; 6642 new(): HTMLDirectoryElement; 19429 "dir": HTMLDirectoryElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 6611 interface HTMLDirectoryElement extends HTMLElement { interface 6614 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLDirectoryElement, ev: HTMLEl… 6616 …er<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLDirectoryElement, ev: HTMLEl… 6620 declare var HTMLDirectoryElement: { variable 6621 prototype: HTMLDirectoryElement; 6622 new(): HTMLDirectoryElement; 19409 "dir": HTMLDirectoryElement;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 2406 interface HTMLDirectoryElement : HTMLElement {
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136447 HTMLDirectoryElement, enumerator 137234 HTMLDirectoryElement, enumerator 139524 struct PrototypeTraits<prototypes::id::HTMLDirectoryElement>
|