HomeSort by relevance Sort by last modified time
    Searched refs:thumbThickness (Results 1 - 8 of 8) 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 41 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest, Color color)
43 , m_thumbThickness(thumbThickness)
51 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior allowHitTest)
53 , m_thumbThickness(thumbThickness)
118 int ScrollbarThemeOverlay::thumbThickness(ScrollbarThemeClient*)
ScrollbarTheme.h 106 virtual int thumbThickness(ScrollbarThemeClient*);
ScrollbarTheme.cpp 310 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar)
  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 81 virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 277 int thumbThickness = m_frameHost.settings().pinchOverlayScrollbarThickness();
278 int scrollbarThickness = thumbThickness;
283 thumbThickness = ScrollbarTheme::theme()->thumbThickness(0);
291 webScrollbarLayer = coordinator->createSolidColorScrollbarLayer(webcoreOrientation, thumbThickness, 0, false);
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 93 PassOwnPtr<blink::WebScrollbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar);
ScrollingCoordinator.cpp 249 PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar)
252 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, trackStart, isLeftSideVerticalScrollbar));
330 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollbar->theme()->trackPosition(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
    [all...]

Completed in 199 milliseconds