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

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAndroid.cpp 27 #include "platform/scroll/ScrollbarTheme.h"
33 ScrollbarTheme* ScrollbarTheme::nativeTheme()
ScrollbarTheme.h 40 class PLATFORM_EXPORT ScrollbarTheme {
41 WTF_MAKE_NONCOPYABLE(ScrollbarTheme); WTF_MAKE_FAST_ALLOCATED;
43 ScrollbarTheme() { }
44 virtual ~ScrollbarTheme() { }
131 static ScrollbarTheme* theme();
137 static ScrollbarTheme* nativeTheme(); // Must be implemented to return the correct theme subclass.
ScrollbarTheme.cpp 27 #include "platform/scroll/ScrollbarTheme.h"
36 ScrollbarTheme* ScrollbarTheme::theme()
38 if (ScrollbarTheme::mockScrollbarsEnabled()) {
50 bool ScrollbarTheme::gMockScrollbarsEnabled = false;
52 void ScrollbarTheme::setMockScrollbarsEnabled(bool flag)
57 bool ScrollbarTheme::mockScrollbarsEnabled()
62 bool ScrollbarTheme::paint(ScrollbarThemeClient* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
137 ScrollbarPart ScrollbarTheme::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position)
177 void ScrollbarTheme::invalidatePart(ScrollbarThemeClient* scrollbar, ScrollbarPart part
    [all...]
ScrollbarThemeMock.h 29 #include "platform/scroll/ScrollbarTheme.h"
34 class PLATFORM_EXPORT ScrollbarThemeMock : public ScrollbarTheme {
ScrollbarThemeNonMacCommon.h 34 #include "platform/scroll/ScrollbarTheme.h"
40 class PLATFORM_EXPORT ScrollbarThemeNonMacCommon : public ScrollbarTheme {
Scrollbar.h 43 class ScrollbarTheme;
135 ScrollbarTheme* theme() const { return m_theme; }
154 Scrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize, ScrollbarTheme* = 0);
170 ScrollbarTheme* m_theme;
ScrollbarThemeMacCommon.h 29 #include "platform/scroll/ScrollbarTheme.h"
33 class PLATFORM_EXPORT ScrollbarThemeMacCommon : public ScrollbarTheme {
ScrollbarThemeOverlay.h 29 #include "platform/scroll/ScrollbarTheme.h"
35 class PLATFORM_EXPORT ScrollbarThemeOverlay : public ScrollbarTheme {
ScrollbarThemeOverlay.cpp 41 : ScrollbarTheme()
130 return ScrollbarTheme::hitTest(scrollbar, position);
ScrollableArea.cpp 37 #include "platform/scroll//ScrollbarTheme.h"
68 static int maxOverlapBetweenPages = ScrollbarTheme::theme()->maxOverlapBetweenPages();
313 ScrollbarTheme::theme()->updateScrollbarOverlayStyle(horizontalScrollbar());
318 ScrollbarTheme::theme()->updateScrollbarOverlayStyle(verticalScrollbar());
ScrollbarThemeGtkOrAura.cpp 51 ScrollbarTheme* ScrollbarTheme::nativeTheme()
ScrollbarThemeWin.cpp 44 ScrollbarTheme* ScrollbarTheme::nativeTheme()
ScrollView.cpp 32 #include "platform/scroll/ScrollbarTheme.h"
375 bool scrollbarsAreOverlay = ScrollbarTheme::theme()->usesOverlayScrollbars();
844 ScrollbarTheme::theme()->paintScrollCorner(context, cornerRect);
    [all...]
Scrollbar.cpp 36 #include "platform/scroll/ScrollbarTheme.h"
53 Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, ScrollbarTheme* theme)
75 m_theme = ScrollbarTheme::theme();
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebScrollbarTheme.cpp 44 ScrollbarTheme* theme = ScrollbarTheme::theme();
48 static_cast<ScrollbarThemeMacCommon*>(ScrollbarTheme::theme())->preferencesChanged(
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.h 29 #include "platform/scroll/ScrollbarTheme.h"
36 class RenderScrollbarTheme : public ScrollbarTheme {
40 virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); }
42 virtual ScrollbarButtonsPlacement buttonsPlacement() const OVERRIDE { return ScrollbarTheme::theme()->buttonsPlacement(); }
48 virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldCenterOnThumb(scrollbar, event); }
50 virtual double initialAutoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->initialAutoscrollTimerDelay(); }
51 virtual double autoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->autoscrollTimerDelay(); }
53 virtual void registerScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->registerScrollbar(scrollbar); }
54 virtual void unregisterScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::theme()->unregisterScrollbar(scrollbar); }
RenderScrollbarTheme.cpp 143 ScrollbarTheme::theme()->paintTickmarks(context, scrollbar, rect);
RenderScrollbarPart.cpp 95 return ScrollbarTheme::theme()->scrollbarThickness();
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemePainter.h 32 class ScrollbarTheme;
66 WebScrollbarThemePainter(WebCore::ScrollbarTheme*, WebCore::Scrollbar*);
74 WebCore::ScrollbarTheme* m_theme;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.h 35 class ScrollbarTheme;
44 static PassOwnPtr<WebScrollbarThemeGeometryNative> create(WebCore::ScrollbarTheme*);
66 explicit WebScrollbarThemeGeometryNative(WebCore::ScrollbarTheme*);
71 WebCore::ScrollbarTheme* m_theme;
WebScrollbarThemeClientImpl.cpp 30 #include "platform/scroll/ScrollbarTheme.h"
39 ScrollbarTheme::theme()->registerScrollbar(this);
44 ScrollbarTheme::theme()->unregisterScrollbar(this);
WebScrollbarThemeGeometryNative.cpp 31 #include "platform/scroll/ScrollbarTheme.h"
38 PassOwnPtr<blink::WebScrollbarThemeGeometryNative> WebScrollbarThemeGeometryNative::create(WebCore::ScrollbarTheme* theme)
43 WebScrollbarThemeGeometryNative::WebScrollbarThemeGeometryNative(WebCore::ScrollbarTheme* theme)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Settings.cpp 30 #include "platform/scroll/ScrollbarTheme.h"
150 ScrollbarTheme::setMockScrollbarsEnabled(flag);
155 return ScrollbarTheme::mockScrollbarsEnabled();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 40 #include "platform/scroll/ScrollbarTheme.h"
217 ScrollbarTheme* theme = ScrollbarTheme::theme();
  /external/chromium_org/third_party/WebKit/Source/web/
WebScrollbarThemePainter.cpp 32 #include "platform/scroll/ScrollbarTheme.h"
119 WebScrollbarThemePainter::WebScrollbarThemePainter(WebCore::ScrollbarTheme* theme, WebCore::Scrollbar* scrollbar)

Completed in 276 milliseconds

1 2