Home
last modified time | relevance | path

Searched refs:setDrawsContent (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h59 virtual void setDrawsContent(bool b);
DGraphicsLayerQt.cpp725 void GraphicsLayerQt::setDrawsContent(bool b) in setDrawsContent() function in WebCore::GraphicsLayerQt
728 GraphicsLayer::setDrawsContent(b); in setDrawsContent()
/external/webkit/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h69 virtual void setDrawsContent(bool);
DGraphicsLayerCACF.cpp268 void GraphicsLayerCACF::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerCACF
273 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
DMediaPlayerPrivateQuickTimeWin.cpp826 m_qtVideoLayer->setDrawsContent(true); in createLayerForMovie()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h65 virtual void setDrawsContent(bool);
DGraphicsLayerAndroid.cpp340 void GraphicsLayerAndroid::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerAndroid
342 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
/external/webkit/WebCore/rendering/
DRenderLayerBacking.cpp380 m_graphicsLayer->setDrawsContent(containsPaintedContent()); in updateGraphicsLayerGeometry()
449 m_foregroundLayer->setDrawsContent(true); in updateForegroundLayer()
474 m_maskLayer->setDrawsContent(true); in updateMaskLayer()
/external/webkit/WebCore/platform/graphics/
DGraphicsLayer.h245 virtual void setDrawsContent(bool b) { m_drawsContent = b; } in setDrawsContent() function
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.h79 virtual void setDrawsContent(bool);
DGraphicsLayerCA.mm614 void GraphicsLayerCA::setDrawsContent(bool drawsContent)
619 GraphicsLayer::setDrawsContent(drawsContent);
/external/webkit/WebCore/
DChangeLog-2009-06-1623599 (WebCore::GraphicsLayerCA::setDrawsContent):
23622 Call setDrawsContent() if updateGraphicsLayerConfiguration() didn't already
23634 Repaints are taken care of by styleChanged() and setDrawsContent().
DChangeLog-2010-01-295751 (WebCore::GraphicsLayerQt::setDrawsContent): reimp
13139 as the argument to setDrawsContent().