HomeSort by relevance Sort by last modified time
    Searched refs:ScrollbarOrientation (Results 1 - 25 of 50) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/gtk/
MainFrameScrollbarGtk.h 33 static PassRefPtr<MainFrameScrollbarGtk> create(ScrollableArea*, ScrollbarOrientation, GtkAdjustment*);
45 MainFrameScrollbarGtk(ScrollableArea*, ScrollbarOrientation, GtkAdjustment*);
MainFrameScrollbarGtk.cpp 33 PassRefPtr<MainFrameScrollbarGtk> MainFrameScrollbarGtk::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkAdjustment* adj)
45 MainFrameScrollbarGtk::MainFrameScrollbarGtk(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkAdjustment* adjustment)
  /external/webkit/Source/WebKit/chromium/public/mac/
WebThemeEngine.h 54 enum ScrollbarOrientation {
65 ScrollbarOrientation orientation;
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.h 55 ScrollbarEfl(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
ScrollbarEfl.cpp 45 PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size)
50 ScrollbarEfl::ScrollbarEfl(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
  /external/webkit/Source/WebCore/platform/
ScrollAnimatorWin.h 46 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
Scrollbar.h 46 static PassRefPtr<Scrollbar> createNativeScrollbar(ScrollableArea*, ScrollbarOrientation orientation, ScrollbarControlSize size);
61 ScrollbarOrientation orientation() const { return m_orientation; }
130 Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0);
146 ScrollbarOrientation m_orientation;
PopupMenuClient.h 69 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) = 0;
ScrollAnimator.h 58 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
ScrollableArea.h 51 void scrollToOffsetWithoutAnimation(ScrollbarOrientation, float offset);
85 virtual int scrollSize(ScrollbarOrientation) const = 0;
ScrollTypes.h 117 enum ScrollbarOrientation { HorizontalScrollbar, VerticalScrollbar };
ScrollableArea.cpp 60 ScrollbarOrientation orientation;
100 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset)
ScrollAnimator.cpp 62 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float multiplier)
ScrollAnimatorWin.cpp 77 bool ScrollAnimatorWin::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier)
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.h 42 RenderScrollbar(ScrollableArea*, ScrollbarOrientation, RenderBox*, Frame*);
46 static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, RenderBox*, Frame* owningFrame = 0);
RenderDataGrid.h 70 virtual int scrollSize(ScrollbarOrientation orientation) const;
RenderMenuList.h 110 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
RenderListBox.h 102 virtual int scrollSize(ScrollbarOrientation orientation) const;
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.h 61 virtual int scrollSize(WebCore::ScrollbarOrientation) const;
AutoFillPopupMenuClient.h 101 WebCore::ScrollbarOrientation orientation,
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.h 59 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 94 virtual int scrollSize(ScrollbarOrientation orientation) const;
ScrollbarThemeSafari.cpp 121 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
173 static IntRect trackRepaintRect(const IntRect& trackRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 114 virtual int scrollSize(WebCore::ScrollbarOrientation) const;
WebScrollBar.cpp 101 ScrollbarOrientation webCoreOrientation = (ScrollbarOrientation) orientation;
256 int WebScrollBar::scrollSize(ScrollbarOrientation orientation) const

Completed in 231 milliseconds

1 2