HomeSort by relevance Sort by last modified time
    Searched refs:ScrollbarThemeOverlay (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAndroid.cpp 29 #include "platform/scroll/ScrollbarThemeOverlay.h"
35 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 3, ScrollbarThemeOverlay::DisallowHitTest, Color(128, 128, 128, 128)));
ScrollbarThemeOverlayMock.h 34 #include "platform/scroll/ScrollbarThemeOverlay.h"
38 class PLATFORM_EXPORT ScrollbarThemeOverlayMock : public ScrollbarThemeOverlay {
40 ScrollbarThemeOverlayMock() : ScrollbarThemeOverlay(3, 4, DisallowHitTest, Color(128, 128, 128)) { }
ScrollbarThemeOverlay.h 36 class PLATFORM_EXPORT ScrollbarThemeOverlay : public ScrollbarTheme {
40 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior);
41 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior, Color);
42 virtual ~ScrollbarThemeOverlay() { }
ScrollbarThemeOverlay.cpp 27 #include "platform/scroll/ScrollbarThemeOverlay.h"
43 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest, Color color)
53 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest)
62 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
67 bool ScrollbarThemeOverlay::usesOverlayScrollbars() const
72 int ScrollbarThemeOverlay::thumbPosition(ScrollbarThemeClient* scrollbar)
82 int ScrollbarThemeOverlay::thumbLength(ScrollbarThemeClient* scrollbar)
95 bool ScrollbarThemeOverlay::hasThumb(ScrollbarThemeClient* scrollbar
    [all...]
ScrollbarThemeAura.cpp 39 #include "platform/scroll/ScrollbarThemeOverlay.h"
54 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (10, 0, ScrollbarThemeOverlay::AllowHitTest));
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 382 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.linux-arm.mk 382 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.linux-mips.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.linux-x86.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 381 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
    [all...]

Completed in 78 milliseconds