Home
last modified time | relevance | path

Searched refs:rootGraphicsLayer (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPinchViewports.h60 WebCore::GraphicsLayer* rootGraphicsLayer() in rootGraphicsLayer() function
DWebViewImpl.h485 WebCore::GraphicsLayer* rootGraphicsLayer();
DWebViewImpl.cpp3851 m_rootGraphicsLayer = m_pinchViewports->rootGraphicsLayer(); in setRootGraphicsLayer()
3852 m_rootLayer = m_pinchViewports->rootGraphicsLayer()->platformLayer(); in setRootGraphicsLayer()
3931 WebCore::GraphicsLayer* WebViewImpl::rootGraphicsLayer() in rootGraphicsLayer() function in blink::WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorLayerTreeAgent.cpp190 gatherGraphicsLayers(compositor->rootGraphicsLayer(), layerIdToNodeIdMap, layers); in buildLayerTree()
259 GraphicsLayer* result = findLayerById(compositor->rootGraphicsLayer(), id); in layerById()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerCompositor.h140 GraphicsLayer* rootGraphicsLayer() const;
DRenderLayerCompositor.cpp301 GraphicsLayer* rootLayer = rootGraphicsLayer(); in didChangeVisibleRect()
1368 rootLayer = rootGraphicsLayer(); in layerTreeAsText()
1405 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer(); in parentFrameContentLayers()
1519 GraphicsLayer* RenderLayerCompositor::rootGraphicsLayer() const in rootGraphicsLayer() function in WebCore::RenderLayerCompositor
2117 if (GraphicsLayer* rootLayer = rootGraphicsLayer()) in resetTrackedRepaintRects()
2357 page->chrome().client().attachRootGraphicsLayer(&frame, rootGraphicsLayer()); in attachRootLayer()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1416 if (GraphicsLayer* rootLayer = compositor->rootGraphicsLayer()) { in touchEventTargetLayerRects()