Searched defs:InnerScrollBarLayoutInfo (Results 1 – 1 of 1) sorted by relevance
336 struct InnerScrollBarLayoutInfo { struct337 uint64_t layoutTime_ = 0;338 Size viewPortSize_;339 Offset lastOffset_;340 double estimatedHeight_ = 0.0;341 double outBoundary_ = 0.0;342 Rect activeRect_;344 std::string ToString() const in ToString()