Searched refs:setContentsRect (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.h86 virtual void setContentsRect(const IntRect&);
H A DGraphicsLayerChromium.cpp338 void GraphicsLayerChromium::setContentsRect(const IntRect& rect) function in class:WebCore::GraphicsLayerChromium
343 GraphicsLayer::setContentsRect(rect);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h66 virtual void setContentsRect(const IntRect& r);
H A DGraphicsLayerQt.cpp1213 void GraphicsLayerQt::setContentsRect(const IntRect& value) function in class:WebCore::GraphicsLayerQt
1217 GraphicsLayer::setContentsRect(value);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h71 virtual void setContentsRect(const IntRect& r);
H A DGraphicsLayerTextureMapper.cpp304 void GraphicsLayerTextureMapper::setContentsRect(const IntRect& value) function in class:WebCore::GraphicsLayerTextureMapper
308 GraphicsLayer::setContentsRect(value);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.h79 virtual void setContentsRect(const IntRect&);
H A DGraphicsLayerCACF.cpp338 void GraphicsLayerCACF::setContentsRect(const IntRect& rect) function in class:WebCore::GraphicsLayerCACF
343 GraphicsLayer::setContentsRect(rect);
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h157 void setContentsRect(const FloatRect&);
H A DGraphicsLayerCA.h100 virtual void setContentsRect(const IntRect&);
H A DGraphicsLayerCA.cpp596 void GraphicsLayerCA::setContentsRect(const IntRect& rect) function in class:WebCore::GraphicsLayerCA
601 GraphicsLayer::setContentsRect(rect);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h296 virtual void setContentsRect(const IntRect& r) { m_contentsRect = r; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm589 void PlatformCALayer::setContentsRect(const FloatRect& value)
592 [m_layer.get() setContentsRect:value];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp464 void PlatformCALayer::setContentsRect(const FloatRect& value) function in class:PlatformCALayer
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp486 m_graphicsLayer->setContentsRect(contentsBox());

Completed in 118 milliseconds