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 75 virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*, WebScrollbarThemePainter, WebScrollbarThemeGeometry*) { return 0; }
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_compositor_support_impl.h 32 virtual WebKit::WebScrollbarLayer* createScrollbarLayer(
web_compositor_support_impl.cc 71 WebScrollbarLayer* WebCompositorSupportImpl::createScrollbarLayer(
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 201 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar)
207 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createScrollbarLayer(new WebKit::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
276 scrollbarLayer = addWebScrollbarLayer(scrollableArea, orientation, createScrollbarLayer(scrollbar));

Completed in 1113 milliseconds