Searched defs:createSolidColorScrollbarLayer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCompositorSupport.h81 virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; } function in class:blink::WebCompositorSupport
/external/chromium_org/cc/blink/
H A Dweb_compositor_support_impl.cc83 WebScrollbarLayer* WebCompositorSupportImpl::createSolidColorScrollbarLayer( function in class:cc_blink::WebCompositorSupportImpl
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp249 PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) function in class:blink::ScrollingCoordinator
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());

Completed in 871 milliseconds