Home
last modified time | relevance | path

Searched defs:drawsContent (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DCanvas2DLayerChromium.h48 virtual bool drawsContent() const { return true; } in drawsContent() function
DPluginLayerChromium.h40 virtual bool drawsContent() const { return true; } in drawsContent() function
DWebGLLayerChromium.h50 virtual bool drawsContent() const { return m_context; } in drawsContent() function
DImageLayerChromium.h55 virtual bool drawsContent() const { return m_contents; } in drawsContent() function
DContentLayerChromium.h61 …virtual bool drawsContent() const { return m_owner && m_owner->drawsContent() && (!m_tiler || !m_t… in drawsContent() function
DVideoLayerChromium.h60 virtual bool drawsContent() const { return true; } in drawsContent() function
DLayerChromium.h154 virtual bool drawsContent() const { return false; } in drawsContent() function
DGraphicsLayerChromium.cpp240 void GraphicsLayerChromium::setDrawsContent(bool drawsContent) in setDrawsContent()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.cpp127 bool CCLayerImpl::drawsContent() const in drawsContent() function in WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp266 void GraphicsLayerCACF::setDrawsContent(bool drawsContent) in setDrawsContent()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.h220 bool drawsContent; member
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h262 bool drawsContent() const { return m_drawsContent; } in drawsContent() function
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp414 void GraphicsLayerAndroid::setDrawsContent(bool drawsContent) in setDrawsContent()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp294 bool drawsContent: 1; member
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp478 void GraphicsLayerCA::setDrawsContent(bool drawsContent) in setDrawsContent()