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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h70 GraphicsLayer* rootGraphicsLayer() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.h115 GraphicsLayer* rootGraphicsLayer() const;
H A DRenderLayerCompositor.cpp601 rootLayer = rootGraphicsLayer();
639 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer();
671 GraphicsLayer* RenderLayerCompositor::rootGraphicsLayer() const function in class:blink::RenderLayerCompositor
690 ASSERT(rootGraphicsLayer());
751 ASSERT(rootGraphicsLayer());
863 if (GraphicsLayer* rootLayer = rootGraphicsLayer())
1090 page->chrome().client().attachRootGraphicsLayer(rootGraphicsLayer());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorLayerTreeAgent.cpp224 gatherGraphicsLayers(compositor->rootGraphicsLayer(), layerIdToNodeIdMap, layers);
300 GraphicsLayer* result = findLayerById(compositor->rootGraphicsLayer(), id);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h422 GraphicsLayer* rootGraphicsLayer();
H A DWebViewImpl.cpp4040 m_rootGraphicsLayer = pinchViewport.rootGraphicsLayer();
4041 m_rootLayer = pinchViewport.rootGraphicsLayer()->platformLayer();
4042 m_rootTransformLayer = pinchViewport.rootGraphicsLayer();
4122 GraphicsLayer* WebViewImpl::rootGraphicsLayer() function in class:WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1318 if (GraphicsLayer* rootLayer = compositor->rootGraphicsLayer()) {

Completed in 719 milliseconds