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 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"
41 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest, Color color)
51 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest)
60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
65 bool ScrollbarThemeOverlay::usesOverlayScrollbars() const
70 int ScrollbarThemeOverlay::thumbPosition(ScrollbarThemeClient* scrollbar)
80 int ScrollbarThemeOverlay::thumbLength(ScrollbarThemeClient* scrollbar)
93 bool ScrollbarThemeOverlay::hasThumb(ScrollbarThemeClient* scrollbar
    [all...]

Completed in 4404 milliseconds