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

12

  /external/webkit/Source/WebCore/platform/gtk/
ScrollViewGtk.cpp 65 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
ScrollbarThemeGtk2.cpp 152 ScrollbarOrientation orientation = scrollbar->orientation();
  /external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.h 143 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
RenderScrollbar.cpp 37 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, RenderBox* renderer, Frame* owningFrame)
42 RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, RenderBox* renderer, Frame* owningFrame)
RenderLayer.h 257 PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
258 void destroyScrollbar(ScrollbarOrientation);
556 virtual int scrollSize(ScrollbarOrientation orientation) const;
    [all...]
RenderDataGrid.cpp 179 int RenderDataGrid::scrollSize(ScrollbarOrientation orientation) const
RenderMenuList.cpp 469 PassRefPtr<Scrollbar> RenderMenuList::createScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
RenderListBox.cpp 594 int RenderListBox::scrollSize(ScrollbarOrientation orientation) const
RenderTextControlSingleLine.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 64 virtual int scrollSize(WebCore::ScrollbarOrientation) const;
WebPopupMenuProxyWin.cpp 456 int WebPopupMenuProxyWin::scrollSize(ScrollbarOrientation orientation) const
  /external/webkit/Source/WebCore/platform/
ScrollView.h 65 virtual int scrollSize(ScrollbarOrientation orientation) const;
136 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
Scrollbar.cpp 52 PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size)
64 Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize,
ScrollView.cpp 137 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
363 int ScrollView::scrollSize(ScrollbarOrientation orientation) const
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 69 static_cast<ScrollbarOrientation>(orientation),
256 int WebScrollbarImpl::scrollSize(WebCore::ScrollbarOrientation orientation) const
AutoFillPopupMenuClient.cpp 258 ScrollbarOrientation orientation,
PlatformBridge.cpp 897 webThemeScrollbarInfo.orientation = static_cast<WebThemeEngine::ScrollbarOrientation>(scrollbarInfo.orientation);
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.h 80 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollbarOrientation);
FrameView.cpp 430 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation)
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 99 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) { return 0; }
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 214 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 262 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
ScrollAnimatorMac.mm 520 bool ScrollAnimatorMac::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier)
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 667 int PopupMenuWin::scrollSize(ScrollbarOrientation orientation) const

Completed in 305 milliseconds

12