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

  /external/chromium_org/content/renderer/compositor_bindings/
web_compositor_support_impl.cc 84 WebScrollbarLayer* WebCompositorSupportImpl::createScrollbarLayer(
  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 81 virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*, WebScrollbarThemePainter, WebScrollbarThemeGeometry*) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 246 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar)
252 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
340 webScrollbarLayer = createScrollbarLayer(scrollbar);
    [all...]

Completed in 238 milliseconds