HomeSort by relevance Sort by last modified time
    Searched defs:createSolidColorScrollbarLayer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_compositor_support_impl.cc 86 WebScrollbarLayer* WebCompositorSupportImpl::createSolidColorScrollbarLayer(
  /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.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 850 milliseconds