Home
last modified time | relevance | path

Searched refs:HTMLCollection (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontrolFlowBinaryOrExpression.symbols32 export interface HTMLCollection {
33 >HTMLCollection : Symbol(HTMLCollection, Decl(controlFlowBinaryOrExpression.ts, 12, 1))
36 >length : Symbol(HTMLCollection.length, Decl(controlFlowBinaryOrExpression.ts, 14, 33))
45 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection;
49 >HTMLCollection : Symbol(HTMLCollection, Decl(controlFlowBinaryOrExpression.ts, 12, 1))
51 type EventTargetLike = {a: string} | HTMLCollection | NodeList;
54 >HTMLCollection : Symbol(HTMLCollection, Decl(controlFlowBinaryOrExpression.ts, 12, 1))
DcontrolFlowBinaryOrExpression.types43 export interface HTMLCollection {
52 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection;
53 >isHTMLCollection : (sourceObj: any) => sourceObj is HTMLCollection
56 type EventTargetLike = {a: string} | HTMLCollection | NodeList;
72 >sourceObj : NodeList | HTMLCollection
78 >isHTMLCollection : (sourceObj: any) => sourceObj is HTMLCollection
83 >sourceObj : NodeList | HTMLCollection
93 >isHTMLCollection : (sourceObj: any) => sourceObj is HTMLCollection
DcontrolFlowBinaryOrExpression.js16 export interface HTMLCollection {
21 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection;
23 type EventTargetLike = {a: string} | HTMLCollection | NodeList;
DglobalThisBlockscopedProperties.types67 …" | "HTMLBodyElement" | "HTMLButtonElement" | "HTMLCanvasElement" | "HTMLCollection" | "HTMLDListE…
DmappedTypeRecursiveInference.types100 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis…
102 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis…
108 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis…
110 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis…
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowBinaryOrExpression.ts15 export interface HTMLCollection { interface
20 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection;
22 type EventTargetLike = {a: string} | HTMLCollection | NodeList;
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl111 [SameObject] readonly attribute HTMLCollection children;
158 interface HTMLCollection {
275 HTMLCollection getElementsByTagName(DOMString qualifiedName);
276 HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
277 HTMLCollection getElementsByClassName(DOMString classNames);
377 HTMLCollection getElementsByTagName(DOMString qualifiedName);
378 HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName);
379 HTMLCollection getElementsByClassName(DOMString classNames);
Dhtml.idl11 getter (HTMLCollection or Element)? namedItem(DOMString name);
12 (HTMLCollection or Element)? item(optional DOMString nameOrIndex);
18 interface HTMLFormControlsCollection : HTMLCollection {
29 interface HTMLOptionsCollection : HTMLCollection {
64 [SameObject] readonly attribute HTMLCollection images;
65 [SameObject] readonly attribute HTMLCollection embeds;
66 [SameObject] readonly attribute HTMLCollection plugins;
67 [SameObject] readonly attribute HTMLCollection links;
68 [SameObject] readonly attribute HTMLCollection forms;
69 [SameObject] readonly attribute HTMLCollection scripts;
[all …]
/third_party/typescript/tests/lib/
Dlib.d.ts5686 all: HTMLCollection;
5690 anchors: HTMLCollection;
5694 applets: HTMLCollection;
5741 embeds: HTMLCollection;
5749 forms: HTMLCollection;
5757 images: HTMLCollection;
5777 links: HTMLCollection;
6089 plugins: HTMLCollection;
6106 scripts: HTMLCollection;
7265 interface HTMLAllCollection extends HTMLCollection {
[all …]
/third_party/typescript/lib/
Dlib.dom.d.ts6146 item(nameOrIndex?: string): HTMLCollection | Element | null;
6154 namedItem(name: string): HTMLCollection | Element | null;
6540 interface HTMLCollection extends HTMLCollectionBase { interface
6547 declare var HTMLCollection: { variable
6548 prototype: HTMLCollection;
6549 new(): HTMLCollection;
6746 readonly elements: HTMLCollection;
7573 readonly areas: HTMLCollection;
11408 readonly children: HTMLCollection;
/third_party/typescript/src/lib/
Ddom.generated.d.ts6126 item(nameOrIndex?: string): HTMLCollection | Element | null;
6134 namedItem(name: string): HTMLCollection | Element | null;
6520 interface HTMLCollection extends HTMLCollectionBase { interface
6527 declare var HTMLCollection: { variable
6528 prototype: HTMLCollection;
6529 new(): HTMLCollection;
6726 readonly elements: HTMLCollection;
7553 readonly areas: HTMLCollection;
11388 readonly children: HTMLCollection;
/third_party/freetype/docs/reference/assets/javascripts/
Dbundle.82b56eb2.min.js.map4HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigge…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136440 HTMLCollection, enumerator
137227 HTMLCollection, enumerator
139468 struct PrototypeTraits<prototypes::id::HTMLCollection>
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log4491 …front_end/console/ConsoleViewMessage.js(855,29): error TS2488: Type 'HTMLCollection' must have a '…