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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 69 virtual WebContentLayer* createContentLayer(WebContentLayerClient*) { return 0; }
  /external/chromium_org/content/renderer/compositor_bindings/
web_compositor_support_impl.h 29 virtual blink::WebContentLayer* createContentLayer(
web_compositor_support_impl.cc 62 WebContentLayer* WebCompositorSupportImpl::createContentLayer(
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 109 m_rootLayer = adoptPtr(Platform::current()->compositorSupport()->createContentLayer(this));
LinkHighlight.cpp 75 m_contentLayer = adoptPtr(compositorSupport->createContentLayer(this));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 114 m_layer = adoptPtr(Platform::current()->compositorSupport()->createContentLayer(m_opaqueRectTrackingContentLayerDelegate.get()));
    [all...]

Completed in 61 milliseconds