Searched defs:FrameMetrics (Results 1 – 1 of 1) sorted by relevance
160907 struct FrameMetrics { struct160911 typedef uint64_t ViewID;160912 static const ViewID NULL_SCROLL_ID;160913 static const ViewID START_SCROLL_ID = 2;160916 enum ScrollOffsetUpdateType : uint8_t {160934 FrameMetrics() in FrameMetrics() function160963 bool operator==(const FrameMetrics& aOther) const in operator ==()160991 bool operator!=(const FrameMetrics& aOther) const in operator !=()160996 bool IsScrollable() const in IsScrollable()161001 CSSToScreenScale2D DisplayportPixelsPerCSSPixel() const in DisplayportPixelsPerCSSPixel()[all …]