Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/platform/
DScrollbar.h46 …static PassRefPtr<Scrollbar> createNativeScrollbar(ScrollableArea*, ScrollbarOrientation orientati…
61 ScrollbarOrientation orientation() const { return m_orientation; } in orientation()
130 Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0);
146 ScrollbarOrientation m_orientation;
DScrollableArea.cpp60 ScrollbarOrientation orientation; in scroll()
100 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset) in scrollToOffsetWithoutAnimation()
DScrollableArea.h51 void scrollToOffsetWithoutAnimation(ScrollbarOrientation, float offset);
85 virtual int scrollSize(ScrollbarOrientation) const = 0;
DScrollAnimatorWin.h46 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
DScrollAnimator.h58 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
DScrollTypes.h117 enum ScrollbarOrientation { HorizontalScrollbar, VerticalScrollbar }; enum
DPopupMenuClient.h69 …virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarCont…
DScrollAnimator.cpp62 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float … in scroll()
DScrollView.h65 virtual int scrollSize(ScrollbarOrientation orientation) const;
136 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
/external/webkit/Source/WebKit/chromium/public/mac/
DWebThemeEngine.h54 enum ScrollbarOrientation { enum
65 ScrollbarOrientation orientation;
/external/webkit/Source/WebCore/platform/gtk/
DMainFrameScrollbarGtk.h33 …static PassRefPtr<MainFrameScrollbarGtk> create(ScrollableArea*, ScrollbarOrientation, GtkAdjustme…
45 MainFrameScrollbarGtk(ScrollableArea*, ScrollbarOrientation, GtkAdjustment*);
DMainFrameScrollbarGtk.cpp33 …tk> MainFrameScrollbarGtk::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation… in create()
45 MainFrameScrollbarGtk::MainFrameScrollbarGtk(ScrollableArea* scrollableArea, ScrollbarOrientation o… in MainFrameScrollbarGtk()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbar.h42 RenderScrollbar(ScrollableArea*, ScrollbarOrientation, RenderBox*, Frame*);
46 …static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, RenderBo…
DRenderDataGrid.h70 virtual int scrollSize(ScrollbarOrientation orientation) const;
DRenderScrollbar.cpp37 …rScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation… in createCustomScrollbar()
42 RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, … in RenderScrollbar()
DRenderMenuList.h110 …virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarCont…
/external/webkit/Source/WebKit/win/
DWebScrollBar.cpp101 ScrollbarOrientation webCoreOrientation = (ScrollbarOrientation) orientation; in init()
256 int WebScrollBar::scrollSize(ScrollbarOrientation orientation) const in scrollSize()
DWebScrollBar.h114 virtual int scrollSize(WebCore::ScrollbarOrientation) const;
/external/webkit/Source/WebCore/platform/efl/
DScrollbarEfl.cpp45 … Scrollbar::createNativeScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation… in createNativeScrollbar()
50 ScrollbarEfl::ScrollbarEfl(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Scroll… in ScrollbarEfl()
DScrollbarEfl.h55 ScrollbarEfl(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
/external/webkit/Source/WebKit/chromium/src/
DWebScrollbarImpl.h61 virtual int scrollSize(WebCore::ScrollbarOrientation) const;
DWebScrollbarImpl.cpp69 static_cast<ScrollbarOrientation>(orientation), in WebScrollbarImpl()
256 int WebScrollbarImpl::scrollSize(WebCore::ScrollbarOrientation orientation) const in scrollSize()
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.cpp121 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, Scrol… in buttonRepaintRect()
173 static IntRect trackRepaintRect(const IntRect& trackRect, ScrollbarOrientation orientation, Scrollb… in trackRepaintRect()
DPopupMenuWin.h94 virtual int scrollSize(ScrollbarOrientation orientation) const;
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.h59 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);

12