Searched defs:rootGraphicsLayer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPinchViewports.h60 WebCore::GraphicsLayer* rootGraphicsLayer() function in class:blink::PinchViewports
H A DWebViewImpl.cpp3851 m_rootGraphicsLayer = m_pinchViewports->rootGraphicsLayer();
3852 m_rootLayer = m_pinchViewports->rootGraphicsLayer()->platformLayer();
3931 WebCore::GraphicsLayer* WebViewImpl::rootGraphicsLayer() function in class:WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp301 GraphicsLayer* rootLayer = rootGraphicsLayer();
1368 rootLayer = rootGraphicsLayer();
1405 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer();
1519 GraphicsLayer* RenderLayerCompositor::rootGraphicsLayer() const function in class:WebCore::RenderLayerCompositor
2117 if (GraphicsLayer* rootLayer = rootGraphicsLayer())
2357 page->chrome().client().attachRootGraphicsLayer(&frame, rootGraphicsLayer());

Completed in 6272 milliseconds