OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumbThickness
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlay.h
39
ScrollbarThemeOverlay(int
thumbThickness
, int scrollbarMargin, HitTestBehavior, Color = Color(128, 128, 128, 128));
54
virtual int
thumbThickness
(ScrollbarThemeClient*) OVERRIDE;
ScrollbarThemeOverlay.cpp
40
ScrollbarThemeOverlay::ScrollbarThemeOverlay(int
thumbThickness
, int scrollbarMargin, HitTestBehavior allowHitTest, Color color)
42
, m_thumbThickness(
thumbThickness
)
107
int ScrollbarThemeOverlay::
thumbThickness
(ScrollbarThemeClient*)
ScrollbarTheme.h
107
virtual int
thumbThickness
(ScrollbarThemeClient*);
ScrollbarTheme.cpp
312
int ScrollbarTheme::
thumbThickness
(ScrollbarThemeClient* scrollbar)
/external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h
82
virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int
thumbThickness
, bool isLeftSideVerticalScrollbar) { return 0; }
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h
98
PassOwnPtr<blink::WebScrollbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int
thumbThickness
, bool isLeftSideVerticalScrollbar);
ScrollingCoordinator.cpp
237
PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int
thumbThickness
, bool isLeftSideVerticalScrollbar)
240
OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createSolidColorScrollbarLayer(webOrientation,
thumbThickness
, isLeftSideVerticalScrollbar));
314
webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->
thumbThickness
(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
[
all
...]
Completed in 51 milliseconds