Searched refs:NestedScrollers (Results 1 – 2 of 2) sorted by relevance
60 struct NestedScrollers { struct61 NestedScrollers() = default;62 …NestedScrollers(WeakPtr<JSScroller> childScroller, std::optional<WeakPtr<JSScroller>> parentScroll… in NestedScrollers() function67 bool operator< (const NestedScrollers& other) const argument73 std::set<NestedScrollers> incommingNestedScrollers_;
343 NestedScrollers nestedScroller(scroller, std::nullopt); in CombineIncomingScrollers()