Searched refs:setNeedsDisplayInRect (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebTiledLayer.mm67 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect
H A DWebLayer.mm121 objc_msgSendSuper(&layerSuper, @selector(setNeedsDisplayInRect:), rect);
133 objc_msgSendSuper(&layerSuper, @selector(setNeedsDisplayInRect:), indicatorRect);
153 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp116 m_nonCompositedContentLayer->setNeedsDisplayInRect(rect);
118 m_pageOverlayLayer->setNeedsDisplayInRect(rect);
161 m_pageOverlayLayer->setNeedsDisplayInRect(rect);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperPlatformLayer.h37 virtual void setNeedsDisplayInRect(const IntRect& rect) = 0;
H A DGraphicsLayerTextureMapper.h48 virtual void setNeedsDisplayInRect(const FloatRect&);
H A DGraphicsLayerTextureMapper.cpp69 void GraphicsLayerTextureMapper::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerTextureMapper
H A DTextureMapperNode.cpp140 void TextureMapperNode::setNeedsDisplayInRect(IntRect rect) function in class:WebCore::TextureMapperNode
150 m_platformClient->setNeedsDisplayInRect(rect);
157 m_parent->setNeedsDisplayInRect(rect);
167 setNeedsDisplayInRect(m_transforms.targetBoundingRect);
H A DTextureMapperNode.h133 void setNeedsDisplayInRect(IntRect);
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DChunkedUpdateDrawingAreaProxyMac.mm106 [m_webView setNeedsDisplayInRect:NSRectFromCGRect(updateChunkRect)];
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.h83 virtual void setNeedsDisplayInRect(const FloatRect&);
H A DGraphicsLayerChromium.cpp332 void GraphicsLayerChromium::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerChromium
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h42 virtual void setNeedsDisplayInRect(const FloatRect&);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.h77 virtual void setNeedsDisplayInRect(const FloatRect&);
H A DGraphicsLayerCACF.cpp330 void GraphicsLayerCACF::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerCACF
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h93 virtual void setNeedsDisplayInRect(const FloatRect&);
H A DGraphicsLayerAndroid.cpp478 setNeedsDisplayInRect(rect);
717 // setNeedsDisplayInRect() for the visible (clipped) scrollable area,
860 void GraphicsLayerAndroid::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerAndroid
/external/webkit/Source/WebCore/platform/mac/
H A DScrollViewMac.mm167 [view setNeedsDisplayInRect:rect];
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp108 void setNeedsDisplayInRect(const IntRect& rect) function in class:WebCore::PlatformLayerProxyQWidget
145 void setNeedsDisplayInRect(const IntRect& rect) function in class:WebCore::PlatformLayerProxyQGraphicsObject
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIViewAdapter.m68 // Override -[NSView setNeedsDisplayInRect:]
69 Method setNeedsDisplayInRectMethod = class_getInstanceMethod(objc_getClass("NSView"), @selector(setNeedsDisplayInRect:));
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h290 virtual void setNeedsDisplayInRect(const FloatRect&) = 0;
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h97 virtual void setNeedsDisplayInRect(const FloatRect&);
H A DGraphicsLayerCA.cpp562 setNeedsDisplayInRect(hugeRect);
565 void GraphicsLayerCA::setNeedsDisplayInRect(const FloatRect& r) function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1054 m_graphicsLayer->setNeedsDisplayInRect(layerDirtyRect);
1060 m_foregroundLayer->setNeedsDisplayInRect(layerDirtyRect);
1066 m_maskLayer->setNeedsDisplayInRect(layerDirtyRect);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.mm134 [m_wkView setNeedsDisplayInRect:rect];
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm243 [m_layer.get() setNeedsDisplayInRect:*dirtyRect];

Completed in 1805 milliseconds

12