/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeAndroid.cpp | 29 #include "platform/scroll/ScrollbarThemeOverlay.h" 35 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (3, 4, ScrollbarThemeOverlay::DisallowHitTest));
|
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.cpp | 27 #include "platform/scroll/ScrollbarThemeOverlay.h" 40 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest, Color color) 49 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) 54 bool ScrollbarThemeOverlay::usesOverlayScrollbars() const 59 int ScrollbarThemeOverlay::thumbPosition(ScrollbarThemeClient* scrollbar) 69 int ScrollbarThemeOverlay::thumbLength(ScrollbarThemeClient* scrollbar) 82 bool ScrollbarThemeOverlay::hasThumb(ScrollbarThemeClient* scrollbar) 87 IntRect ScrollbarThemeOverlay::backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool) 92 IntRect ScrollbarThemeOverlay::forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool [all...] |
ScrollbarThemeOverlay.h | 35 class PLATFORM_EXPORT ScrollbarThemeOverlay : public ScrollbarTheme { 39 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior, Color = Color(128, 128, 128, 128)); 40 virtual ~ScrollbarThemeOverlay() { }
|
ScrollbarThemeGtkOrAura.cpp | 39 #include "platform/scroll/ScrollbarThemeOverlay.h" 54 DEFINE_STATIC_LOCAL(ScrollbarThemeOverlay, theme, (10, 0, ScrollbarThemeOverlay::AllowHitTest, Color(128, 128, 128, 192)));
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 373 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 372 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 372 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 373 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 372 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 372 third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \ [all...] |