createSolidColorScrollbarLayer  205 Source/core/frame/PinchViewport.cpp         webScrollbarLayer = coordinator->createSolidColorScrollbarLayer(webcoreOrientation, overlayScrollbarThickness, false);
createSolidColorScrollbarLayer  253 Source/core/page/scrolling/ScrollingCoordinator.cpp     OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, isLeftSideVerticalScrollbar));
createSolidColorScrollbarLayer  331 Source/core/page/scrolling/ScrollingCoordinator.cpp                 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
createSolidColorScrollbarLayer   98 Source/core/page/scrolling/ScrollingCoordinator.h     PassOwnPtr<blink::WebScrollbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, bool isLeftSideVerticalScrollbar);
createSolidColorScrollbarLayer   83 public/platform/WebCompositorSupport.h     virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, bool isLeftSideVerticalScrollbar) { return 0; }