Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
DLayerTreeHostCA.cpp57 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/
DGraphicsLayerTextureMapper.cpp242 void GraphicsLayerTextureMapper::setDrawsContent(bool value) in setDrawsContent() function in WebCore::GraphicsLayerTextureMapper
247 GraphicsLayer::setDrawsContent(value); in setDrawsContent()
DGraphicsLayerTextureMapper.h65 virtual void setDrawsContent(bool b);
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h66 virtual void setDrawsContent(bool);
DGraphicsLayerCACF.cpp266 void GraphicsLayerCACF::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerCACF
271 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
DMediaPlayerPrivateQuickTimeWin.cpp900 m_qtVideoLayer->setDrawsContent(true); in createLayerForMovie()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.h69 virtual void setDrawsContent(bool);
DGraphicsLayerChromium.cpp240 void GraphicsLayerChromium::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerChromium
245 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h60 virtual void setDrawsContent(bool b);
DGraphicsLayerQt.cpp1151 void GraphicsLayerQt::setDrawsContent(bool value) in setDrawsContent() function in WebCore::GraphicsLayerQt
1156 GraphicsLayer::setDrawsContent(value); in setDrawsContent()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h83 virtual void setDrawsContent(bool);
DGraphicsLayerAndroid.cpp414 void GraphicsLayerAndroid::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerAndroid
418 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h84 virtual void setDrawsContent(bool);
DGraphicsLayerCA.cpp478 void GraphicsLayerCA::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayerCA
483 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h263 virtual void setDrawsContent(bool b) { m_drawsContent = b; } in setDrawsContent() function
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp525 m_graphicsLayer->setDrawsContent(containsPaintedContent()); in updateDrawsContent()
647 m_foregroundLayer->setDrawsContent(true); in updateForegroundLayer()
674 m_maskLayer->setDrawsContent(true); in updateMaskLayer()
DRenderLayer.cpp2066 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/
DScrollView.cpp917 graphicsLayer->setDrawsContent(true); in wheelEvent()
929 graphicsLayer->setDrawsContent(!cornerRect.isEmpty()); in wheelEvent()
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
DWebFullScreenManagerMac.mm155 m_rootLayer->setDrawsContent(false);
/external/webkit/Source/WebKit/win/
DWebView.cpp6275 m_backingLayer->setDrawsContent(true); in setAcceleratedCompositing()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2425895 (WebCore::GraphicsLayerChromium::setDrawsContent):
34425 (WebCore::GraphicsLayerQt::setDrawsContent):
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().
DChangeLog-2010-12-061302 (WebCore::GraphicsLayerMac::setDrawsContent):