Home
last modified time | relevance | path

Searched refs:VerticalScrollbar (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk2.cpp70 …return scrollbar->orientation() == VerticalScrollbar ? theme->gtkVScrollbar() : theme->gtkHScrollb… in getWidgetForScrollbar()
119 if (scrollbar->orientation() == VerticalScrollbar) { in paintThumb()
153 int buttonSize = (orientation == VerticalScrollbar) ? rect.height() : rect.width(); in paintButton()
171 if (orientation == VerticalScrollbar) { in paintButton()
180 const char* detail = orientation == VerticalScrollbar ? "vscrollbar" : "hscrollbar"; in paintButton()
203 if (orientation == VerticalScrollbar) { in paintButton()
DScrollbarThemeGtk3.cpp115 …scrollbar->orientation() == VerticalScrollbar ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZON… in paintThumb()
160 if (scrollbar->orientation() == VerticalScrollbar) { in paintButton()
DScrollbarThemeGtk.cpp275 if (scrollbar->orientation() == VerticalScrollbar) in buttonSize()
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.cpp216 …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()
DPopupMenuWin.cpp138 m_scrollbar = client()->createScrollbar(this, VerticalScrollbar, SmallScrollbar); in show()
669 …return ((orientation == VerticalScrollbar) && m_scrollbar) ? (m_scrollbar->totalSize() - m_scrollb… in scrollSize()
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumLinux.cpp130 if (scrollbar->orientation() == VerticalScrollbar) { in buttonSize()
142 if (scrollbar->orientation() == VerticalScrollbar) { in minimumThumbLength()
DScrollbarThemeChromium.cpp105 if (scrollbar->orientation() != VerticalScrollbar) in paintTickmarks()
DScrollbarThemeChromiumMac.mm432 if (scrollbar->orientation() == VerticalScrollbar && tickmarks.size()) {
/external/webkit/Source/WebCore/accessibility/
DAccessibilityScrollbar.cpp74 if (m_scrollbar->orientation() == VerticalScrollbar) in orientation()
/external/webkit/Source/WebKit/win/
DWebScrollBar.cpp206 …*w = m_scrollBar->orientation() == VerticalScrollbar ? ScrollbarTheme::nativeTheme()->scrollbarThi… in requestedWidth()
285 return m_scrollBar->orientation() == VerticalScrollbar ? m_scrollBar.get() : 0; in verticalScrollbar()
/external/webkit/Source/WebCore/platform/
DScrollTypes.h117 enum ScrollbarOrientation { HorizontalScrollbar, VerticalScrollbar }; enumerator
DScrollAnimator.cpp110 scroll(VerticalScrollbar, ScrollByPixel, verticalScrollbar->pixelStep(), -deltaY); in handleWheelEvent()
DScrollableArea.cpp63 orientation = VerticalScrollbar; in scroll()
DScrollAnimatorWin.cpp84 PerAxisData* data = (orientation == VerticalScrollbar) ? &m_verticalData : &m_horizontalData; in scroll()
DScrollbarThemeComposite.cpp120 … scrollbar->orientation() == VerticalScrollbar, in paint()
DScrollView.cpp115 m_verticalScrollbar = createScrollbar(VerticalScrollbar); in setHasVerticalScrollbar()
400 if (scrollbar->orientation() == VerticalScrollbar) in scrollPosition()
/external/webkit/Source/WebKit/chromium/src/
DWebScrollbarImpl.cpp206 ASSERT(m_scrollbar->orientation() == VerticalScrollbar); in onMouseWheel()
314 return m_scrollbar->orientation() == VerticalScrollbar ? m_scrollbar.get() : 0; in verticalScrollbar()
DAssertMatchingEnums.cpp362 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Vertical, VerticalScrollbar);
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.cpp141 if (scrollbar->orientation() == VerticalScrollbar) in paintButton()
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp596 …return ((orientation == VerticalScrollbar) && m_vBar) ? (m_vBar->totalSize() - m_vBar->visibleSize… in scrollSize()
803 widget = RenderScrollbar::createCustomScrollbar(this, VerticalScrollbar, this); in createScrollbar()
805 …widget = Scrollbar::createNativeScrollbar(this, VerticalScrollbar, theme()->scrollbarControlSizeFo… in createScrollbar()
DRenderLayer.cpp221 destroyScrollbar(VerticalScrollbar); in ~RenderLayer()
1687 if (scrollbar->orientation() == VerticalScrollbar) in scrollPosition()
1954 m_vBar = createScrollbar(VerticalScrollbar); in setHasVerticalScrollbar()
1956 destroyScrollbar(VerticalScrollbar); in setHasVerticalScrollbar()
/external/webkit/Source/WebCore/platform/qt/
DScrollbarThemeQt.cpp112 … opt.orientation = (scrollbar->orientation() == VerticalScrollbar) ? Qt::Vertical : Qt::Horizontal; in styleOptionSlider()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp205 m_scrollbar = Scrollbar::createNativeScrollbar(this, VerticalScrollbar, SmallScrollbar); in showPopupMenu()
458 …return ((orientation == VerticalScrollbar) && m_scrollbar) ? (m_scrollbar->totalSize() - m_scrollb… in scrollSize()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp1091 …etWithoutAnimation(orientation == Qt::Horizontal ? HorizontalScrollbar : VerticalScrollbar, value); in setScrollBarValue()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp2992 return scrollbar->orientation() == VerticalScrollbar; in checkScrollbarPseudoClass()