Home
last modified time | relevance | path

Searched defs:graphicsLayer (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollableArea.cpp205 if (GraphicsLayer* graphicsLayer = layerForHorizontalScrollbar()) { in invalidateScrollbar() local
210 if (GraphicsLayer* graphicsLayer = layerForVerticalScrollbar()) { in invalidateScrollbar() local
222 if (GraphicsLayer* graphicsLayer = layerForScrollCorner()) { in invalidateScrollCorner() local
DScrollView.cpp882 static void positionScrollbarLayer(GraphicsLayer* graphicsLayer, Scrollbar* scrollbar) in wheelEvent()
894 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) in wheelEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
DLayerTreeHostCA.cpp98 void LayerTreeHostCA::setRootCompositingLayer(GraphicsLayer* graphicsLayer) in setRootCompositingLayer()
173 void LayerTreeHostCA::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsCo… in paintContents()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DDrawingAreaImpl.cpp225 void DrawingAreaImpl::setRootCompositingLayer(GraphicsLayer* graphicsLayer) in setRootCompositingLayer()
383 void DrawingAreaImpl::enterAcceleratedCompositingMode(GraphicsLayer* graphicsLayer) in enterAcceleratedCompositingMode()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h77 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); } in graphicsLayer() function
DRenderLayerBacking.cpp1223 void RenderLayerBacking::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context… in paintContents()
DRenderLayerCompositor.cpp1626 void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& cont…
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp732 void TextureMapperNode::syncCompositingState(GraphicsLayerTextureMapper* graphicsLayer, bool recurs… in syncCompositingState()
739 void TextureMapperNode::syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, Texture… in syncCompositingStateSelf()
844 void TextureMapperNode::syncCompositingStateInternal(GraphicsLayerTextureMapper* graphicsLayer, boo… in syncCompositingStateInternal()
/external/webkit/Source/WebCore/page/
DFrameView.cpp640 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForHorizontalScrollbar()) in syncCompositingStateForThisFrame() local
642 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForVerticalScrollbar()) in syncCompositingStateForThisFrame() local
644 if (GraphicsLayer* graphicsLayer = view->compositor()->layerForScrollCorner()) in syncCompositingStateForThisFrame() local
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp621 void ChromeClientQt::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) in attachRootGraphicsLayer()
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp830 void ChromeClientImpl::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) in attachRootGraphicsLayer()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp822 void WebChromeClient::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) in attachRootGraphicsLayer()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1660 GraphicsLayerAndroid* graphicsLayer = graphicsRootLayer(); in updateFrameCache() local