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

  /external/chromium_org/content/renderer/compositor_bindings/
web_compositor_support_impl.cc 91 WebScrollbarLayer* WebCompositorSupportImpl::createSolidColorScrollbarLayer(
  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 83 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 257 PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar)
260 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, trackStart, isLeftSideVerticalScrollbar));
338 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollbar->theme()->trackPosition(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft());
    [all...]

Completed in 2466 milliseconds