Home
last modified time | relevance | path

Searched refs:DOMRectList (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/lib/
Ddom.iterable.generated.d.ts37 interface DOMRectList { interface
Ddom.generated.d.ts4066 interface DOMRectList { interface
4072 declare var DOMRectList: { variable
4073 prototype: DOMRectList;
4074 new(): DOMRectList;
5215 getClientRects(): DOMRectList;
12517 getClientRects(): DOMRectList;
/third_party/typescript/lib/
Dlib.dom.iterable.d.ts57 interface DOMRectList { interface
Dlib.dom.d.ts4086 interface DOMRectList { interface
4092 declare var DOMRectList: { variable
4093 prototype: DOMRectList;
4094 new(): DOMRectList;
5235 getClientRects(): DOMRectList;
12537 getClientRects(): DOMRectList;
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …"SVGPoint" | "DOMPointReadOnly" | "DOMQuad" | "DOMRect" | "SVGRect" | "DOMRectList" | "DOMRectRead…
DmappedTypeRecursiveInference.types100 … any; DOMPointReadOnly: any; DOMQuad: any; DOMRect: any; SVGRect: any; DOMRectList: any; DOMRectRe…
102 … any; DOMPointReadOnly: any; DOMQuad: any; DOMRect: any; SVGRect: any; DOMRectList: any; DOMRectRe…
108 … any; DOMPointReadOnly: any; DOMQuad: any; DOMRect: any; SVGRect: any; DOMRectList: any; DOMRectRe…
110 … any; DOMPointReadOnly: any; DOMQuad: any; DOMRect: any; SVGRect: any; DOMRectList: any; DOMRectRe…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136341 DOMRectList, enumerator
137143 DOMRectList, enumerator
138676 struct PrototypeTraits<prototypes::id::DOMRectList>
162428 class DOMRectList final : public nsIDOMClientRectList, class
162431 ~DOMRectList() {} in ~DOMRectList()
162434 explicit DOMRectList(nsISupports *aParent) : mParent(aParent) in DOMRectList() function in mozilla::dom::DOMRectList
162439DOMRectList>(p)->DeleteCycleCollectable(); } static DOMRectList* Downcast(nsISupports* s) { return… in Downcast()
162452 static DOMRectList* FromSupports(nsISupports* aSupports) in FromSupports()
162455 return static_cast<DOMRectList*>(aSupports); in FromSupports()
169487 class DOMRectList;
[all …]