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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 81 virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*, WebScrollbarThemePainter, WebScrollbarThemeGeometry*) { return 0; }
  /external/chromium_org/content/renderer/compositor_bindings/
web_compositor_support_impl.h 36 virtual blink::WebScrollbarLayer* createScrollbarLayer(
web_compositor_support_impl.cc 84 WebScrollbarLayer* WebCompositorSupportImpl::createScrollbarLayer(
  /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 141 milliseconds