Searched refs:VerticalScrollbar (Results 1 – 14 of 14) sorted by relevance
216 …paintThemePart(scrollbar->orientation() == VerticalScrollbar ? VScrollTrackPart : HScrollTrackPart… in paintTrackBackground()232 …paintThemePart(scrollbar->orientation() == VerticalScrollbar ? ScrollUpArrowPart : ScrollLeftArrow… in paintButton()235 …paintThemePart(scrollbar->orientation() == VerticalScrollbar ? ScrollDownArrowPart : ScrollRightAr… in paintButton()251 …paintThemePart(scrollbar->orientation() == VerticalScrollbar ? VScrollThumbPart : HScrollThumbPart… in paintThumb()
128 m_scrollbar = client()->createScrollbar(this, VerticalScrollbar, SmallScrollbar); in show()
45 enum ScrollbarOrientation { HorizontalScrollbar, VerticalScrollbar }; enumerator
121 …if ((direction == ScrollUp && m_orientation == VerticalScrollbar) || (direction == ScrollLeft && m… in scroll()123 …else if ((direction == ScrollDown && m_orientation == VerticalScrollbar) || (direction == ScrollRi… in scroll()
117 … scrollbar->orientation() == VerticalScrollbar, in paint()
95 m_verticalScrollbar = createScrollbar(VerticalScrollbar); in setHasVerticalScrollbar()249 else if (scrollbar->orientation() == VerticalScrollbar) in valueChanged()
65 else if (orientation == VerticalScrollbar && m_verticalAdjustment) in createScrollbar()
87 if (scrollbar->orientation() != VerticalScrollbar) in paintTickmarks()
109 const bool vertical = scrollbar->orientation() == VerticalScrollbar; in paintThumb()
206 …*w = m_scrollBar->orientation() == VerticalScrollbar ? ScrollbarTheme::nativeTheme()->scrollbarThi… in requestedWidth()
112 … opt.orientation = (scrollbar->orientation() == VerticalScrollbar) ? Qt::Vertical : Qt::Horizontal; in styleOptionSlider()
689 widget = RenderScrollbar::createCustomScrollbar(this, VerticalScrollbar, this); in createScrollbar()691 …widget = Scrollbar::createNativeScrollbar(this, VerticalScrollbar, theme()->scrollbarControlSizeFo… in createScrollbar()
193 destroyScrollbar(VerticalScrollbar); in ~RenderLayer()1558 m_vBar = createScrollbar(VerticalScrollbar); in setHasVerticalScrollbar()1560 destroyScrollbar(VerticalScrollbar); in setHasVerticalScrollbar()
2596 return scrollbar->orientation() == VerticalScrollbar; in checkScrollbarPseudoClass()