HomeSort by relevance Sort by last modified time
    Searched refs:setDrawsContent (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 57 m_rootLayer->setDrawsContent(false);
66 m_nonCompositedContentLayer->setDrawsContent(true);
240 m_pageOverlayLayer->setDrawsContent(true);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 60 virtual void setDrawsContent(bool b);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 69 virtual void setDrawsContent(bool);
GraphicsLayerChromium.cpp 240 void GraphicsLayerChromium::setDrawsContent(bool drawsContent)
245 GraphicsLayer::setDrawsContent(drawsContent);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 65 virtual void setDrawsContent(bool b);
GraphicsLayerTextureMapper.cpp 242 void GraphicsLayerTextureMapper::setDrawsContent(bool value)
247 GraphicsLayer::setDrawsContent(value);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 66 virtual void setDrawsContent(bool);
GraphicsLayerCACF.cpp 266 void GraphicsLayerCACF::setDrawsContent(bool drawsContent)
271 GraphicsLayer::setDrawsContent(drawsContent);
MediaPlayerPrivateQuickTimeWin.cpp 900 m_qtVideoLayer->setDrawsContent(true);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 83 virtual void setDrawsContent(bool);
GraphicsLayerAndroid.cpp 414 void GraphicsLayerAndroid::setDrawsContent(bool drawsContent)
418 GraphicsLayer::setDrawsContent(drawsContent);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 155 m_rootLayer->setDrawsContent(false);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 263 virtual void setDrawsContent(bool b) { m_drawsContent = b; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 84 virtual void setDrawsContent(bool);
GraphicsLayerCA.cpp 478 void GraphicsLayerCA::setDrawsContent(bool drawsContent)
483 GraphicsLayer::setDrawsContent(drawsContent);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 525 m_graphicsLayer->setDrawsContent(containsPaintedContent());
647 m_foregroundLayer->setDrawsContent(true);
674 m_maskLayer->setDrawsContent(true);
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 917 graphicsLayer->setDrawsContent(true);
929 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 221 milliseconds