Searched refs:rootLayer (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Platform/mac/
H A DLayerHostingContext.mm84 void LayerHostingContext::setRootLayer(CALayer *rootLayer)
86 WKCAContextSetLayer(m_context.get(), rootLayer);
89 CALayer *LayerHostingContext::rootLayer() const
H A DLayerHostingContext.h51 CALayer *rootLayer() const;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebRenderLayer.cpp57 RenderLayer* rootLayer = contentRenderer->layer();
58 if (!rootLayer)
61 return adoptRef(new WebRenderLayer(rootLayer));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeHost.h49 LayerOrView *rootLayer() const { return m_rootLayer; } function in class:WebKit::RemoteLayerTreeHost
H A DRemoteLayerTreeHost.mm68 LayerOrView *rootLayer = getLayer(transaction.rootLayerID());
69 if (m_rootLayer != rootLayer) {
70 m_rootLayer = rootLayer;
H A DRemoteLayerTreeDrawingAreaProxy.mm201 m_webPageProxy->setAcceleratedCompositingRootLayer(m_remoteLayerTreeHost.rootLayer());
229 asLayer(m_debugIndicatorLayerTreeHost->rootLayer()).name = @"Indicator host root";
304 CALayer *rootLayer = asLayer(m_remoteLayerTreeHost.rootLayer());
306 [rootLayer addSublayer:m_tileMapHostLayer.get()];
317 [m_tileMapHostLayer addSublayer:asLayer(m_debugIndicatorLayerTreeHost->rootLayer())];
H A DViewGestureControllerMac.mm664 CALayer *rootLayer = m_webPageProxy.acceleratedCompositingRootLayer();
666 [rootLayer setShadowOpacity:0];
667 [rootLayer setShadowRadius:0];
H A DPageClientImpl.mm502 void PageClientImpl::setAcceleratedCompositingRootLayer(CALayer *rootLayer)
504 [m_wkView _setAcceleratedCompositingModeRootLayer:rootLayer];
H A DWebPageProxyMac.mm527 void WebPageProxy::setAcceleratedCompositingRootLayer(LayerOrView* rootLayer)
529 m_pageClient.setAcceleratedCompositingRootLayer(rootLayer);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DRemoteLayerTreeContext.h60 void buildTransaction(RemoteLayerTreeTransaction&, WebCore::PlatformCALayer& rootLayer);
H A DRemoteLayerTreeContext.mm104 void RemoteLayerTreeContext::buildTransaction(RemoteLayerTreeTransaction& transaction, PlatformCALayer& rootLayer)
106 PlatformCALayerRemote& rootLayerRemote = toPlatformCALayerRemote(rootLayer);
H A DRemoteLayerTreeDrawingArea.mm116 void RemoteLayerTreeDrawingArea::setRootCompositingLayer(GraphicsLayer* rootLayer)
119 if (rootLayer) {
120 children.append(rootLayer);
H A DTiledCoreAnimationDrawingArea.mm115 CALayer *rootLayer = graphicsLayer ? graphicsLayer->platformLayer() : nil;
118 m_pendingRootLayer = rootLayer;
122 setRootCompositingLayer(rootLayer);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.h51 WebCore::GraphicsLayer* rootLayer() const { return m_rootLayer.get(); } function in class:WebKit::LayerTreeHostGtk
/macosx-10.10.1/WebKit-7600.1.25/ios/WebView/
H A DWebUIKitDelegate.h86 - (void)_webthread_webView:(WebView*)webView attachRootLayer:(id)rootLayer;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKViewInternal.h84 - (void)_setAcceleratedCompositingModeRootLayer:(CALayer *)rootLayer;
H A DWKView.mm3052 - (void)_setAcceleratedCompositingModeRootLayer:(CALayer *)rootLayer
3054 [rootLayer web_disableAllActions];
3056 _data->_rootLayer = rootLayer;
3068 if (rootLayer) {
3088 [_data->_layerHostingView layer].sublayers = [NSArray arrayWithObject:rootLayer];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp72 m_layerTreeContext.contextID = toCoordinatedGraphicsLayer(m_coordinator->rootLayer())->id();
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebRenderLayer.mm44 - (void)buildDescendantLayers:(RenderLayer*)rootLayer;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWebVideoFullscreenManagerProxy.mm79 UIView *parentView = toRemoteLayerTreeDrawingAreaProxy(m_page->drawingArea())->remoteLayerTreeHost().rootLayer();
H A DPageClientImplIOS.mm458 void PageClientImpl::setAcceleratedCompositingRootLayer(LayerOrView *rootLayer)
460 [m_contentView _setAcceleratedCompositingRootView:rootLayer];
H A DWebPageProxyIOS.mm773 void WebPageProxy::setAcceleratedCompositingRootLayer(LayerOrView* rootLayer)
775 m_pageClient.setAcceleratedCompositingRootLayer(rootLayer);

Completed in 152 milliseconds