| /third_party/typescript/tests/baselines/reference/ |
| D | recursiveSpecializationOfExtendedTypeWithError.symbols | 2 interface HTMLSelectElement { 3 >HTMLSelectElement : Symbol(HTMLSelectElement, Decl(recursiveSpecializationOfExtendedTypeWithError.… 5 options: HTMLSelectElement; 6 >options : Symbol(HTMLSelectElement.options, Decl(recursiveSpecializationOfExtendedTypeWithError.ts… 7 >HTMLSelectElement : Symbol(HTMLSelectElement, Decl(recursiveSpecializationOfExtendedTypeWithError.…
|
| D | recursiveSpecializationOfExtendedTypeWithError.types | 2 interface HTMLSelectElement { 3 options: HTMLSelectElement; 4 >options : HTMLSelectElement
|
| D | recursiveSpecializationOfExtendedTypeWithError.js | 2 interface HTMLSelectElement { 3 options: HTMLSelectElement;
|
| D | globalThisBlockscopedProperties.types | 67 …"HTMLProgressElement" | "HTMLQuoteElement" | "HTMLScriptElement" | "HTMLSelectElement" | "HTMLSlot…
|
| D | mappedTypeRecursiveInference.types | 100 …rogressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSelectElement: any; HTMLSl… 102 …rogressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSelectElement: any; HTMLSl… 108 …rogressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSelectElement: any; HTMLSl… 110 …rogressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSelectElement: any; HTMLSl…
|
| /third_party/typescript/tests/cases/compiler/ |
| D | recursiveSpecializationOfExtendedTypeWithError.ts | 2 interface HTMLSelectElement { interface 3 options: HTMLSelectElement;
|
| /third_party/cef/patch/patches/ |
| D | webkit_popups.patch | 70 HTMLSelectElement& select) {
|
| /third_party/typescript/src/lib/ |
| D | dom.iterable.generated.d.ts | 92 interface HTMLSelectElement { interface
|
| D | dom.generated.d.ts | 8282 interface HTMLSelectElement extends HTMLElement { interface 8369 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLSelectElement, ev: HTMLEle… 8371 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLSelectElement, ev: HTMLEle… 8376 declare var HTMLSelectElement: { variable 8377 prototype: HTMLSelectElement; 8378 new(): HTMLSelectElement; 19471 "select": HTMLSelectElement;
|
| /third_party/typescript/lib/ |
| D | lib.dom.iterable.d.ts | 112 interface HTMLSelectElement { interface
|
| D | lib.dom.d.ts | 8302 interface HTMLSelectElement extends HTMLElement { interface 8389 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLSelectElement, ev: HTMLEle… 8391 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLSelectElement, ev: HTMLEle… 8396 declare var HTMLSelectElement: { variable 8397 prototype: HTMLSelectElement; 8398 new(): HTMLSelectElement; 19491 "select": HTMLSelectElement;
|
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2185 select: DetailedHTMLFactory<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>; 2608 … select: React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>;
|
| D | react.d.ts | 2228 select: HTMLFactory<HTMLSelectElement>; 2460 select: React.HTMLProps<HTMLSelectElement>;
|
| D | lib.d.ts | 6239 createElement(tagName: "select"): HTMLSelectElement; 6536 getElementsByTagName(tagname: "select"): NodeListOf<HTMLSelectElement>; 6989 getElementsByTagName(name: "select"): NodeListOf<HTMLSelectElement>; 10186 interface HTMLSelectElement extends HTMLElement { interface 10208 options: HTMLSelectElement; 10275 declare var HTMLSelectElement: { variable 10276 prototype: HTMLSelectElement; 10277 new(): HTMLSelectElement;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 895 interface HTMLSelectElement : HTMLElement {
|
| /third_party/typescript/tests/baselines/reference/user/ |
| D | chrome-devtools-frontend.log | 7120 …ager.js(48,21): error TS2339: Property 'removeChildren' does not exist on type 'HTMLSelectElement'. 7121 …Manager.js(52,42): error TS2339: Property 'createChild' does not exist on type 'HTMLSelectElement'. 11664 …Widget.js(347,27): error TS2339: Property 'createChild' does not exist on type 'HTMLSelectElement'.
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136489 HTMLSelectElement, enumerator 137276 HTMLSelectElement, enumerator 139860 struct PrototypeTraits<prototypes::id::HTMLSelectElement>
|