Searched defs:InnerScrollBarLayoutInfo (Results 1 – 1 of 1) sorted by relevance
321 struct InnerScrollBarLayoutInfo { struct322 uint64_t layoutTime_ = 0;323 Size viewPortSize_;324 Offset lastOffset_;325 double estimatedHeight_ = 0.0;326 double outBoundary_ = 0.0;327 Rect activeRect_;329 std::string ToString() const in ToString()