Searched refs:thumbThickness (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarThemeOverlay.cpp | 41 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
|
D | ScrollbarThemeOverlay.h | 40 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior); 41 ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior, Color); 56 virtual int thumbThickness(ScrollbarThemeClient*) OVERRIDE;
|
D | ScrollbarTheme.h | 106 virtual int thumbThickness(ScrollbarThemeClient*);
|
D | ScrollbarTheme.cpp | 310 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar) in thumbThickness() function in blink::ScrollbarTheme
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | PinchViewport.cpp | 277 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/ |
D | WebCompositorSupport.h | 81 …Layer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStar… in createSolidColorScrollbarLayer() argument
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.h | 93 …llbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, int trackStar…
|
D | ScrollingCoordinator.cpp | 249 …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()
|