OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createSolidColorScrollbarLayer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/blink/
web_compositor_support_impl.cc
83
WebScrollbarLayer* WebCompositorSupportImpl::
createSolidColorScrollbarLayer
(
/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/page/scrolling/
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 78 milliseconds