Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/platform/
DScrollbar.h46 …reateNativeScrollbar(ScrollableArea*, ScrollbarOrientation orientation, ScrollbarControlSize size);
69 ScrollbarControlSize controlSize() const { return m_controlSize; } in controlSize()
130 Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0);
147 ScrollbarControlSize m_controlSize;
DScrollTypes.h121 enum ScrollbarControlSize { RegularScrollbar, SmallScrollbar }; enum
DPopupMenuClient.h69 …RefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) = 0;
DScrollbarTheme.h48 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
DScrollbar.cpp52 …ollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size) in createNativeScrollbar()
64 …ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, in Scrollbar()
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.cpp102 int ScrollbarThemeSafari::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness()
121 …Rect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize… in buttonRepaintRect()
173 …tRect(const IntRect& trackRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize) in trackRepaintRect()
DScrollbarThemeSafari.h39 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
DScrollbarThemeWin.h38 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
/external/webkit/Source/WebCore/platform/efl/
DScrollbarThemeEfl.cpp47 int ScrollbarThemeEfl::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness()
DScrollbarThemeEfl.h40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
DScrollbarEfl.cpp45 …ollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size) in createNativeScrollbar()
50 …ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize) in ScrollbarEfl()
DScrollbarEfl.h55 ScrollbarEfl(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumLinux.h39 virtual int scrollbarThickness(ScrollbarControlSize);
DScrollbarThemeChromiumWin.h39 virtual int scrollbarThickness(ScrollbarControlSize);
DScrollbarThemeChromiumMac.h44 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
DScrollbarThemeChromiumLinux.cpp46 int ScrollbarThemeChromiumLinux::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness()
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.h40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
/external/webkit/Source/WebCore/platform/qt/
DScrollbarThemeQt.h57 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.h37 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.h41 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
/external/webkit/Source/WebKit/win/
DWebScrollBar.cpp102 ScrollbarControlSize webCoreControlSize = (ScrollbarControlSize) controlSize; in init()
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.h53 virtual int scrollbarThickness(ScrollbarControlSize);
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.h41 …virtual int scrollbarThickness(ScrollbarControlSize controlSize) { return ScrollbarTheme::nativeTh… in scrollbarThickness()
DRenderMenuList.h110 …PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize);
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.h102 WebCore::ScrollbarControlSize size);

12