Searched defs:setRootCompositingLayer (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.h48 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) { } function in class:WebKit::ChunkedUpdateDrawingArea
H A DTiledDrawingArea.h52 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) { } function in class:WebKit::TiledDrawingArea
H A DDrawingAreaImpl.cpp225 void DrawingAreaImpl::setRootCompositingLayer(GraphicsLayer* graphicsLayer) function in class:WebKit::DrawingAreaImpl
234 m_layerTreeHost->setRootCompositingLayer(graphicsLayer);
238 m_layerTreeHost->setRootCompositingLayer(0);
393 m_layerTreeHost->setRootCompositingLayer(graphicsLayer);
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp98 void LayerTreeHostCA::setRootCompositingLayer(GraphicsLayer* graphicsLayer) function in class:WebKit::LayerTreeHostCA

Completed in 59 milliseconds