Searched refs:DOMRectList (Results 1 – 7 of 7) sorted by relevance
37 interface DOMRectList { interface
4066 interface DOMRectList { interface4072 declare var DOMRectList: { variable4073 prototype: DOMRectList;4074 new(): DOMRectList;5215 getClientRects(): DOMRectList;12517 getClientRects(): DOMRectList;
57 interface DOMRectList { interface
4086 interface DOMRectList { interface4092 declare var DOMRectList: { variable4093 prototype: DOMRectList;4094 new(): DOMRectList;5235 getClientRects(): DOMRectList;12537 getClientRects(): DOMRectList;
67 …"SVGPoint" | "DOMPointReadOnly" | "DOMQuad" | "DOMRect" | "SVGRect" | "DOMRectList" | "DOMRectRead…
100 … 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…
136341 DOMRectList, enumerator137143 DOMRectList, enumerator138676 struct PrototypeTraits<prototypes::id::DOMRectList>162428 class DOMRectList final : public nsIDOMClientRectList, class162431 ~DOMRectList() {} in ~DOMRectList()162434 explicit DOMRectList(nsISupports *aParent) : mParent(aParent) in DOMRectList() function in mozilla::dom::DOMRectList162439 …DOMRectList>(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 …]