Searched refs:scrollBarAxis (Results 1 – 3 of 3) sorted by relevance
91 auto scrollBarAxis = scrollBar->GetAxis(); in NotifyScrollableNode() local97 …if (scrollableAxis != Axis::FREE && scrollBarAxis != Axis::FREE && scrollableAxis != scrollBarAxis… in NotifyScrollableNode()105 if (scrollBarAxis == Axis::VERTICAL) { in NotifyScrollableNode()144 auto scrollBarAxis = scrollBar->GetAxis(); in NotifyScrollBar() local153 …if (scrollBarAxis != Axis::FREE && scrollableAxis != Axis::FREE && scrollBarAxis != scrollableAxis… in NotifyScrollBar()159 if (scrollBarAxis == Axis::VERTICAL) { in NotifyScrollBar()238 const RefPtr<RenderNode>& scrollable, const Size& scrollableChildSize, Axis scrollBarAxis) const in GetScrollableChildSize()243 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderScroll->GetEstimatedHeight()) in GetScrollableChildSize()249 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderGridScroll->GetEstimatedHeight()) in GetScrollableChildSize()255 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderList->GetEstimatedHeight()) in GetScrollableChildSize()[all …]
76 … const RefPtr<RenderNode>& scrollable, const Size& scrollableChildSize, Axis scrollBarAxis) const;77 void AdjustParam(const RefPtr<RenderNode>& scrollable, Axis scrollBarAxis, Axis& scrollableAxis,
3564 auto scrollBarAxis = GetAxis(); in SearchAndSetParentNestedScroll() local3579 CHECK_EQUAL_VOID(scrollBarAxis, direction); in SearchAndSetParentNestedScroll()3615 auto scrollBarAxis = GetAxis(); in SearchAndUnsetParentNestedScroll() local3631 CHECK_EQUAL_VOID(scrollBarAxis, direction); in SearchAndUnsetParentNestedScroll()