OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSolidColorScrollbarLayer
(Results
1 - 6
of
6
) sorted by null
/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/webkit/renderer/compositor_bindings/
web_compositor_support_impl.h
37
virtual blink::WebScrollbarLayer*
createSolidColorScrollbarLayer
(
web_compositor_support_impl.cc
86
WebScrollbarLayer* WebCompositorSupportImpl::
createSolidColorScrollbarLayer
(
/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
...]
/external/chromium_org/third_party/WebKit/Source/web/
PinchViewports.cpp
151
webScrollbarLayer = coordinator->
createSolidColorScrollbarLayer
(webcoreOrientation, overlayScrollbarThickness, false);
Completed in 40 milliseconds