Home
last modified time | relevance | path

Searched refs:thumbThickness (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeOverlay.cpp41 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavi… in ScrollbarThemeOverlay() argument
43 , m_thumbThickness(thumbThickness) in ScrollbarThemeOverlay()
51 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavi… in ScrollbarThemeOverlay() argument
53 , m_thumbThickness(thumbThickness) in ScrollbarThemeOverlay()
118 int ScrollbarThemeOverlay::thumbThickness(ScrollbarThemeClient*) in thumbThickness() function in blink::ScrollbarThemeOverlay
DScrollbarThemeOverlay.h40 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior);
41 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior, Color);
56 virtual int thumbThickness(ScrollbarThemeClient*) OVERRIDE;
DScrollbarTheme.h106 virtual int thumbThickness(ScrollbarThemeClient*);
DScrollbarTheme.cpp310 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar) in thumbThickness() function in blink::ScrollbarTheme
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.cpp277 int thumbThickness = m_frameHost.settings().pinchOverlayScrollbarThickness(); in setupScrollbar() local
278 int scrollbarThickness = thumbThickness; in setupScrollbar()
283 thumbThickness = ScrollbarTheme::theme()->thumbThickness(0); in setupScrollbar()
291 …rLayer = coordinator->createSolidColorScrollbarLayer(webcoreOrientation, thumbThickness, 0, false); in setupScrollbar()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCompositorSupport.h81 …Layer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStar… in createSolidColorScrollbarLayer() argument
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h93 …llbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, int trackStar…
DScrollingCoordinator.cpp249 …createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackStar… in createSolidColorScrollbarLayer() argument
252 …>compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, trackStart, i… in createSolidColorScrollbarLayer()
330 …er = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), sc… in scrollableAreaScrollbarLayerDidChange()