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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlay.h 40 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior);
41 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior, Color);
56 virtual int thumbThickness(ScrollbarThemeClient*) OVERRIDE;
ScrollbarThemeOverlay.cpp 43 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest, Color color)
45 , m_thumbThickness(thumbThickness)
53 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest)
55 , m_thumbThickness(thumbThickness)
120 int ScrollbarThemeOverlay::thumbThickness(ScrollbarThemeClient*)
ScrollbarTheme.h 107 virtual int thumbThickness(ScrollbarThemeClient*);
ScrollbarTheme.cpp 308 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar)
  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 83 virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 95 PassOwnPtr<blink::WebScrollbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar);
ScrollingCoordinator.cpp 257 PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar)
260 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, trackStart, isLeftSideVerticalScrollbar));
338 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollbar->theme()->trackPosition(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
    [all...]

Completed in 105 milliseconds