/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/ |
D | LayerTreeHostCA.cpp | 57 m_rootLayer->setDrawsContent(false); in initialize() 66 m_nonCompositedContentLayer->setDrawsContent(true); in initialize() 240 m_pageOverlayLayer->setDrawsContent(true); in createPageOverlayLayer()
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | GraphicsLayerTextureMapper.cpp | 242 void GraphicsLayerTextureMapper::setDrawsContent(bool value) in setDrawsContent() function in WebCore::GraphicsLayerTextureMapper 247 GraphicsLayer::setDrawsContent(value); in setDrawsContent()
|
D | GraphicsLayerTextureMapper.h | 65 virtual void setDrawsContent(bool b);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.h | 66 virtual void setDrawsContent(bool);
|
D | GraphicsLayerCACF.cpp | 266 void GraphicsLayerCACF::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerCACF 271 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
|
D | MediaPlayerPrivateQuickTimeWin.cpp | 900 m_qtVideoLayer->setDrawsContent(true); in createLayerForMovie()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.h | 69 virtual void setDrawsContent(bool);
|
D | GraphicsLayerChromium.cpp | 240 void GraphicsLayerChromium::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerChromium 245 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 60 virtual void setDrawsContent(bool b);
|
D | GraphicsLayerQt.cpp | 1151 void GraphicsLayerQt::setDrawsContent(bool value) in setDrawsContent() function in WebCore::GraphicsLayerQt 1156 GraphicsLayer::setDrawsContent(value); in setDrawsContent()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 83 virtual void setDrawsContent(bool);
|
D | GraphicsLayerAndroid.cpp | 414 void GraphicsLayerAndroid::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerAndroid 418 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 84 virtual void setDrawsContent(bool);
|
D | GraphicsLayerCA.cpp | 478 void GraphicsLayerCA::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerCA 483 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.h | 263 virtual void setDrawsContent(bool b) { m_drawsContent = b; } in setDrawsContent() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 525 m_graphicsLayer->setDrawsContent(containsPaintedContent()); in updateDrawsContent() 647 m_foregroundLayer->setDrawsContent(true); in updateForegroundLayer() 674 m_maskLayer->setDrawsContent(true); in updateMaskLayer()
|
D | RenderLayer.cpp | 2066 layer->setDrawsContent(m_hBar); in scrollTo() 2073 layer->setDrawsContent(m_vBar); in scrollTo() 2080 layer->setDrawsContent(!scrollCornerAndResizer.isEmpty()); in scrollTo()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.cpp | 917 graphicsLayer->setDrawsContent(true); in wheelEvent() 929 graphicsLayer->setDrawsContent(!cornerRect.isEmpty()); in wheelEvent()
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
D | WebFullScreenManagerMac.mm | 155 m_rootLayer->setDrawsContent(false);
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 6275 m_backingLayer->setDrawsContent(true); in setAcceleratedCompositing()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 25895 (WebCore::GraphicsLayerChromium::setDrawsContent): 34425 (WebCore::GraphicsLayerQt::setDrawsContent):
|
D | ChangeLog-2009-06-16 | 23599 (WebCore::GraphicsLayerCA::setDrawsContent): 23622 Call setDrawsContent() if updateGraphicsLayerConfiguration() didn't already 23634 Repaints are taken care of by styleChanged() and setDrawsContent().
|
D | ChangeLog-2010-01-29 | 5751 (WebCore::GraphicsLayerQt::setDrawsContent): reimp 13139 as the argument to setDrawsContent().
|
D | ChangeLog-2010-12-06 | 1302 (WebCore::GraphicsLayerMac::setDrawsContent):
|