Searched defs:DOMRectInit (Results 1 – 5 of 5) sorted by relevance
144 interface DOMRectInit { interface
337 interface DOMRectInit { interface
124 interface DOMRectInit { interface
317 interface DOMRectInit { interface
162662 struct DOMRectInit : public DictionaryBase struct162664 double mHeight;162665 double mWidth;162666 double mX;162667 double mY;162671 explicit inline DOMRectInit(const FastDictionaryInitializer& ) in DOMRectInit() argument162676 explicit inline DOMRectInit(const DOMRectInit& aOther) in DOMRectInit() function