Searched defs:setContentsRect (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
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/chromium/
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/win/
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/
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/win/
H A DPlatformCALayerWin.cpp464 void PlatformCALayer::setContentsRect(const FloatRect& value) function in class:PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/ca/
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/qt/
H A DGraphicsLayerQt.cpp1213 void GraphicsLayerQt::setContentsRect(const IntRect& value) function in class:WebCore::GraphicsLayerQt
1217 GraphicsLayer::setContentsRect(value);

Completed in 137 milliseconds