Home
last modified time | relevance | path

Searched refs:HTMLInputElement (Results 1 – 18 of 18) sorted by relevance

/third_party/qrcodegen/typescript-javascript/
Dqrcodegen-input-demo.ts39 (el as HTMLInputElement).onchange = redrawQrCode;
198 const minElem: HTMLInputElement = getInput("version-min-input");
199 const maxElem: HTMLInputElement = getInput("version-max-input");
222 function getInput(id: string): HTMLInputElement {
224 if (result instanceof HTMLInputElement)
/third_party/typescript/tests/baselines/reference/
DjsxFragmentFactoryNoUnusedLocals.types5HTMLInputElement> & import("react").ClassAttributes<HTMLInputElement>, ...children: import("react"…
DjsxComplexSignatureHasApplicabilityError.js70 export type OnInputKeyDownHandler = React.KeyboardEventHandler<HTMLDivElement | HTMLInputElement>;
73 export type OnFocusHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
74 export type OnBlurHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
DjsxComplexSignatureHasApplicabilityError.symbols261 export type OnInputKeyDownHandler = React.KeyboardEventHandler<HTMLDivElement | HTMLInputElement>;
266 >HTMLInputElement : Symbol(HTMLInputElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --))
274 export type OnFocusHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
279 >HTMLInputElement : Symbol(HTMLInputElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --))
281 export type OnBlurHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
286 >HTMLInputElement : Symbol(HTMLInputElement, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --))
DjsxComplexSignatureHasApplicabilityError.types177 export type OnInputKeyDownHandler = React.KeyboardEventHandler<HTMLDivElement | HTMLInputElement>;
187 export type OnFocusHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
191 export type OnBlurHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
DglobalThisBlockscopedProperties.types67 …" | "HTMLHtmlElement" | "HTMLIFrameElement" | "HTMLImageElement" | "HTMLInputElement" | "HTMLLIEle…
DmappedTypeRecursiveInference.types100 …TMLHtmlElement: any; HTMLIFrameElement: any; HTMLImageElement: any; HTMLInputElement: any; HTMLLIE…
102 …TMLHtmlElement: any; HTMLIFrameElement: any; HTMLImageElement: any; HTMLInputElement: any; HTMLLIE…
108 …TMLHtmlElement: any; HTMLIFrameElement: any; HTMLImageElement: any; HTMLInputElement: any; HTMLLIE…
110 …TMLHtmlElement: any; HTMLIFrameElement: any; HTMLImageElement: any; HTMLInputElement: any; HTMLLIE…
/third_party/typescript/tests/lib/
Dreact16.d.ts244 … props?: InputHTMLAttributes<HTMLInputElement> & ClassAttributes<HTMLInputElement> | null,
245 …n: ReactNode[]): DetailedReactHTMLElement<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
2150 input: DetailedHTMLFactory<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
2572 … input: React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
Dreact.d.ts2193 input: HTMLFactory<HTMLInputElement>;
2425 input: React.HTMLProps<HTMLInputElement>;
Dlib.d.ts6208 createElement(tagName: "input"): HTMLInputElement;
6489 getElementsByTagName(tagname: "input"): NodeListOf<HTMLInputElement>;
6942 getElementsByTagName(name: "input"): NodeListOf<HTMLInputElement>;
9019 interface HTMLInputElement extends HTMLElement { interface
9225 declare var HTMLInputElement: { variable
9226 prototype: HTMLInputElement;
9227 new(): HTMLInputElement;
/third_party/typescript/tests/cases/compiler/
DjsxComplexSignatureHasApplicabilityError.tsx72 export type OnInputKeyDownHandler = React.KeyboardEventHandler<HTMLDivElement | HTMLInputElement>;
75 export type OnFocusHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
76 export type OnBlurHandler = React.FocusEventHandler<HTMLDivElement | HTMLInputElement>;
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl808 interface HTMLInputElement : HTMLElement {
2471 partial interface HTMLInputElement {
/third_party/typescript/lib/
Dlib.dom.d.ts7248 interface HTMLInputElement extends HTMLElement { interface
7440 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElem…
7442 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElem…
7446 declare var HTMLInputElement: { variable
7447 prototype: HTMLInputElement;
7448 new(): HTMLInputElement;
19457 "input": HTMLInputElement;
/third_party/typescript/src/lib/
Ddom.generated.d.ts7228 interface HTMLInputElement extends HTMLElement { interface
7420 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElem…
7422 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElem…
7426 declare var HTMLInputElement: { variable
7427 prototype: HTMLInputElement;
7428 new(): HTMLInputElement;
19437 "input": HTMLInputElement;
/third_party/freetype/docs/reference/assets/javascripts/
Dbundle.82b56eb2.min.js.map4HTMLInputElement)\n el.select()\n else\n throw new Error(\"Not implemented\")\n}\n", "/*\n …
Dbundle.82b56eb2.min.js27 …return r>=n.height-o.height-t}),z())}function en(e){if(e instanceof HTMLInputElement)e.select();el…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136464 HTMLInputElement, enumerator
137251 HTMLInputElement, enumerator
139660 struct PrototypeTraits<prototypes::id::HTMLInputElement>
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log5421 …tatePaneWidget.js(36,13): error TS2339: Property 'state' does not exist on type 'HTMLInputElement'.