Home
last modified time | relevance | path

Searched defs:setNeedsDisplayInRect (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPageClientQt.cpp108 void setNeedsDisplayInRect(const IntRect& rect) in setNeedsDisplayInRect() function in WebCore::PlatformLayerProxyQWidget
145 void setNeedsDisplayInRect(const IntRect& rect) in setNeedsDisplayInRect() function in WebCore::PlatformLayerProxyQGraphicsObject
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp69 void GraphicsLayerTextureMapper::setNeedsDisplayInRect(const FloatRect& rect) in setNeedsDisplayInRect() function in WebCore::GraphicsLayerTextureMapper
DTextureMapperNode.cpp140 void TextureMapperNode::setNeedsDisplayInRect(IntRect rect) in setNeedsDisplayInRect() function in WebCore::TextureMapperNode
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.cpp332 void GraphicsLayerChromium::setNeedsDisplayInRect(const FloatRect& rect) in setNeedsDisplayInRect() function in WebCore::GraphicsLayerChromium
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp330 void GraphicsLayerCACF::setNeedsDisplayInRect(const FloatRect& rect) in setNeedsDisplayInRect() function in WebCore::GraphicsLayerCACF
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp872 void GraphicsLayerAndroid::setNeedsDisplayInRect(const FloatRect& rect) in setNeedsDisplayInRect() function in WebCore::GraphicsLayerAndroid
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp971 void GraphicsLayerQt::setNeedsDisplayInRect(const FloatRect& rect) in setNeedsDisplayInRect() function in WebCore::GraphicsLayerQt
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp565 void GraphicsLayerCA::setNeedsDisplayInRect(const FloatRect& r) in setNeedsDisplayInRect() function in WebCore::GraphicsLayerCA
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm289 static void setNeedsDisplayInRect(NSView *self, SEL cmd, NSRect invalidRect) function