ScrollbarOrientation  461 Source/core/frame/FrameView.cpp PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation)
ScrollbarOrientation 3275 Source/core/frame/FrameView.cpp void FrameView::didAddScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
ScrollbarOrientation 3282 Source/core/frame/FrameView.cpp void FrameView::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
ScrollbarOrientation   83 Source/core/frame/FrameView.h     virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation) OVERRIDE;
ScrollbarOrientation  307 Source/core/frame/FrameView.h     virtual void didAddScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE;
ScrollbarOrientation  308 Source/core/frame/FrameView.h     virtual void willRemoveScrollbar(Scrollbar*, ScrollbarOrientation) OVERRIDE;
ScrollbarOrientation  204 Source/core/frame/PinchViewport.cpp         ScrollbarOrientation webcoreOrientation = isHorizontal ? HorizontalScrollbar : VerticalScrollbar;
ScrollbarOrientation  250 Source/core/frame/PinchViewport.cpp int PinchViewport::scrollSize(ScrollbarOrientation orientation) const
ScrollbarOrientation   77 Source/core/frame/PinchViewport.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation   88 Source/core/frame/PinchViewport.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
ScrollbarOrientation  232 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::removeWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
ScrollbarOrientation  250 Source/core/page/scrolling/ScrollingCoordinator.cpp PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, bool isLeftSideVerticalScrollbar)
ScrollbarOrientation  281 Source/core/page/scrolling/ScrollingCoordinator.cpp WebScrollbarLayer* ScrollingCoordinator::addWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, PassOwnPtr<blink::WebScrollbarLayer> scrollbarLayer)
ScrollbarOrientation  287 Source/core/page/scrolling/ScrollingCoordinator.cpp WebScrollbarLayer* ScrollingCoordinator::getWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
ScrollbarOrientation  293 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::scrollableAreaScrollbarLayerDidChange(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
ScrollbarOrientation   98 Source/core/page/scrolling/ScrollingCoordinator.h     PassOwnPtr<blink::WebScrollbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, bool isLeftSideVerticalScrollbar);
ScrollbarOrientation  103 Source/core/page/scrolling/ScrollingCoordinator.h     void scrollableAreaScrollbarLayerDidChange(ScrollableArea*, ScrollbarOrientation);
ScrollbarOrientation  150 Source/core/page/scrolling/ScrollingCoordinator.h     blink::WebScrollbarLayer* addWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation, PassOwnPtr<blink::WebScrollbarLayer>);
ScrollbarOrientation  151 Source/core/page/scrolling/ScrollingCoordinator.h     blink::WebScrollbarLayer* getWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
ScrollbarOrientation  152 Source/core/page/scrolling/ScrollingCoordinator.h     void removeWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
ScrollbarOrientation  497 Source/core/rendering/RenderBox.h     virtual bool isIntristicallyScrollable(ScrollbarOrientation orientation) const { return false; }
ScrollbarOrientation  336 Source/core/rendering/RenderLayerScrollableArea.cpp int RenderLayerScrollableArea::scrollSize(ScrollbarOrientation orientation) const
ScrollbarOrientation  504 Source/core/rendering/RenderLayerScrollableArea.cpp bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orientation) const
ScrollbarOrientation  519 Source/core/rendering/RenderLayerScrollableArea.cpp int RenderLayerScrollableArea::pageStep(ScrollbarOrientation orientation) const
ScrollbarOrientation  834 Source/core/rendering/RenderLayerScrollableArea.cpp PassRefPtr<Scrollbar> RenderLayerScrollableArea::createScrollbar(ScrollbarOrientation orientation)
ScrollbarOrientation  852 Source/core/rendering/RenderLayerScrollableArea.cpp void RenderLayerScrollableArea::destroyScrollbar(ScrollbarOrientation orientation)
ScrollbarOrientation   94 Source/core/rendering/RenderLayerScrollableArea.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  108 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  110 Source/core/rendering/RenderLayerScrollableArea.h     virtual int pageStep(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  201 Source/core/rendering/RenderLayerScrollableArea.h     PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
ScrollbarOrientation  202 Source/core/rendering/RenderLayerScrollableArea.h     void destroyScrollbar(ScrollbarOrientation);
ScrollbarOrientation  634 Source/core/rendering/RenderListBox.cpp int RenderListBox::scrollSize(ScrollbarOrientation orientation) const
ScrollbarOrientation  878 Source/core/rendering/RenderListBox.cpp bool RenderListBox::userInputScrollable(ScrollbarOrientation orientation) const
ScrollbarOrientation  888 Source/core/rendering/RenderListBox.cpp int RenderListBox::lineStep(ScrollbarOrientation) const
ScrollbarOrientation  893 Source/core/rendering/RenderListBox.cpp int RenderListBox::pageStep(ScrollbarOrientation orientation) const
ScrollbarOrientation  898 Source/core/rendering/RenderListBox.cpp float RenderListBox::pixelStep(ScrollbarOrientation) const
ScrollbarOrientation  105 Source/core/rendering/RenderListBox.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  126 Source/core/rendering/RenderListBox.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  128 Source/core/rendering/RenderListBox.h     virtual int lineStep(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  129 Source/core/rendering/RenderListBox.h     virtual int pageStep(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  130 Source/core/rendering/RenderListBox.h     virtual float pixelStep(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation   38 Source/core/rendering/RenderScrollbar.cpp PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
ScrollbarOrientation   43 Source/core/rendering/RenderScrollbar.cpp RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, LocalFrame* owningFrame)
ScrollbarOrientation   43 Source/core/rendering/RenderScrollbar.h     RenderScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame*);
ScrollbarOrientation   47 Source/core/rendering/RenderScrollbar.h     static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, LocalFrame* owningFrame = 0);
ScrollbarOrientation   95 Source/core/rendering/RenderTextControlSingleLine.h     virtual bool isIntristicallyScrollable(ScrollbarOrientation orientation) const OVERRIDE
ScrollbarOrientation  152 Source/platform/exported/WebScrollbarThemeClientImpl.cpp WebCore::ScrollbarOrientation WebScrollbarThemeClientImpl::orientation() const
ScrollbarOrientation  154 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return static_cast<WebCore::ScrollbarOrientation>(m_scrollbar->orientation());
ScrollbarOrientation   65 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarOrientation orientation() const OVERRIDE;
ScrollbarOrientation  130 Source/platform/graphics/GraphicsLayerTest.cpp     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE { return 100; }
ScrollbarOrientation  140 Source/platform/graphics/GraphicsLayerTest.cpp     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
ScrollbarOrientation  142 Source/platform/graphics/GraphicsLayerTest.cpp     virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
ScrollbarOrientation   88 Source/platform/mac/ScrollAnimatorMac.h     virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta) OVERRIDE;
ScrollbarOrientation   54 Source/platform/scroll/ScrollAnimator.cpp bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float delta)
ScrollbarOrientation  141 Source/platform/scroll/ScrollAnimator.cpp float ScrollAnimator::clampScrollPosition(ScrollbarOrientation orientation, float pos)
ScrollbarOrientation   59 Source/platform/scroll/ScrollAnimator.h     virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta);
ScrollbarOrientation  114 Source/platform/scroll/ScrollAnimator.h     float clampScrollPosition(ScrollbarOrientation, float);
ScrollbarOrientation  398 Source/platform/scroll/ScrollAnimatorNone.cpp bool ScrollAnimatorNone::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float delta)
ScrollbarOrientation   51 Source/platform/scroll/ScrollAnimatorNone.h     virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta) OVERRIDE;
ScrollbarOrientation  101 Source/platform/scroll/ScrollView.cpp PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
ScrollbarOrientation  244 Source/platform/scroll/ScrollView.cpp int ScrollView::scrollSize(ScrollbarOrientation orientation) const
ScrollbarOrientation  756 Source/platform/scroll/ScrollView.cpp bool ScrollView::userInputScrollable(ScrollbarOrientation orientation) const
ScrollbarOrientation   49 Source/platform/scroll/ScrollView.h     virtual int scrollSize(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation   53 Source/platform/scroll/ScrollView.h     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation  114 Source/platform/scroll/ScrollView.h     virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
ScrollbarOrientation  113 Source/platform/scroll/ScrollableArea.cpp     ScrollbarOrientation orientation;
ScrollbarOrientation  151 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset)
ScrollbarOrientation  304 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::didAddScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
ScrollbarOrientation  315 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation)
ScrollbarOrientation  424 Source/platform/scroll/ScrollableArea.cpp int ScrollableArea::lineStep(ScrollbarOrientation) const
ScrollbarOrientation  429 Source/platform/scroll/ScrollableArea.cpp int ScrollableArea::pageStep(ScrollbarOrientation orientation) const
ScrollbarOrientation  438 Source/platform/scroll/ScrollableArea.cpp int ScrollableArea::documentStep(ScrollbarOrientation orientation) const
ScrollbarOrientation  443 Source/platform/scroll/ScrollableArea.cpp float ScrollableArea::pixelStep(ScrollbarOrientation) const
ScrollbarOrientation   64 Source/platform/scroll/ScrollableArea.h     void scrollToOffsetWithoutAnimation(ScrollbarOrientation, float offset);
ScrollbarOrientation   99 Source/platform/scroll/ScrollableArea.h     virtual void didAddScrollbar(Scrollbar*, ScrollbarOrientation);
ScrollbarOrientation  100 Source/platform/scroll/ScrollableArea.h     virtual void willRemoveScrollbar(Scrollbar*, ScrollbarOrientation);
ScrollbarOrientation  119 Source/platform/scroll/ScrollableArea.h     virtual int scrollSize(ScrollbarOrientation) const = 0;
ScrollbarOrientation  189 Source/platform/scroll/ScrollableArea.h     virtual bool userInputScrollable(ScrollbarOrientation) const = 0;
ScrollbarOrientation  193 Source/platform/scroll/ScrollableArea.h     int scrollPosition(ScrollbarOrientation orientation) { return orientation == HorizontalScrollbar ? scrollPosition().x() : scrollPosition().y(); }
ScrollbarOrientation  194 Source/platform/scroll/ScrollableArea.h     int minimumScrollPosition(ScrollbarOrientation orientation) { return orientation == HorizontalScrollbar ? minimumScrollPosition().x() : minimumScrollPosition().y(); }
ScrollbarOrientation  195 Source/platform/scroll/ScrollableArea.h     int maximumScrollPosition(ScrollbarOrientation orientation) { return orientation == HorizontalScrollbar ? maximumScrollPosition().x() : maximumScrollPosition().y(); }
ScrollbarOrientation  196 Source/platform/scroll/ScrollableArea.h     int clampScrollPosition(ScrollbarOrientation orientation, int pos)  { return std::max(std::min(pos, maximumScrollPosition(orientation)), minimumScrollPosition(orientation)); }
ScrollbarOrientation  255 Source/platform/scroll/ScrollableArea.h     virtual int lineStep(ScrollbarOrientation) const;
ScrollbarOrientation  256 Source/platform/scroll/ScrollableArea.h     virtual int pageStep(ScrollbarOrientation) const;
ScrollbarOrientation  257 Source/platform/scroll/ScrollableArea.h     virtual int documentStep(ScrollbarOrientation) const;
ScrollbarOrientation  258 Source/platform/scroll/ScrollableArea.h     virtual float pixelStep(ScrollbarOrientation) const;
ScrollbarOrientation   48 Source/platform/scroll/Scrollbar.cpp PassRefPtr<Scrollbar> Scrollbar::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size)
ScrollbarOrientation   53 Source/platform/scroll/Scrollbar.cpp Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, ScrollbarTheme* theme)
ScrollbarOrientation   50 Source/platform/scroll/Scrollbar.h     static PassRefPtr<Scrollbar> create(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
ScrollbarOrientation   83 Source/platform/scroll/Scrollbar.h     virtual ScrollbarOrientation orientation() const OVERRIDE { return m_orientation; }
ScrollbarOrientation  154 Source/platform/scroll/Scrollbar.h     Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0);
ScrollbarOrientation  168 Source/platform/scroll/Scrollbar.h     ScrollbarOrientation m_orientation;
ScrollbarOrientation   67 Source/platform/scroll/ScrollbarThemeClient.h     virtual ScrollbarOrientation orientation() const = 0;
ScrollbarOrientation   94 Source/web/ScrollbarGroup.cpp int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const
ScrollbarOrientation  257 Source/web/ScrollbarGroup.cpp bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const
ScrollbarOrientation  267 Source/web/ScrollbarGroup.cpp int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const
ScrollbarOrientation   52 Source/web/ScrollbarGroup.h     virtual int scrollSize(WebCore::ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation   75 Source/web/ScrollbarGroup.h     virtual bool userInputScrollable(WebCore::ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation   77 Source/web/ScrollbarGroup.h     virtual int pageStep(WebCore::ScrollbarOrientation) const OVERRIDE;
ScrollbarOrientation   71 Source/web/WebPluginScrollbarImpl.cpp         static_cast<WebCore::ScrollbarOrientation>(orientation),
ScrollbarOrientation  126 Source/web/tests/PopupMenuTest.cpp     virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) { return nullptr; }
ScrollbarOrientation   53 Source/web/tests/ScrollAnimatorNoneTest.cpp     MOCK_CONST_METHOD1(scrollSize, int(ScrollbarOrientation));
ScrollbarOrientation   70 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual bool userInputScrollable(ScrollbarOrientation) const OVERRIDE { return true; }
ScrollbarOrientation   76 Source/web/tests/ScrollAnimatorNoneTest.cpp     virtual int pageStep(ScrollbarOrientation) const OVERRIDE { return 0; }
ScrollbarOrientation   75 public/platform/WebThemeEngine.h         ScrollbarOrientation orientation;