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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
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() { }
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...]

Completed in 30 milliseconds