HomeSort by relevance Sort by last modified time
    Searched refs:setNeedsDisplayInRect (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperPlatformLayer.h 37 virtual void setNeedsDisplayInRect(const IntRect& rect) = 0;
GraphicsLayerTextureMapper.h 48 virtual void setNeedsDisplayInRect(const FloatRect&);
TextureMapperNode.h 133 void setNeedsDisplayInRect(IntRect);
GraphicsLayerTextureMapper.cpp 69 void GraphicsLayerTextureMapper::setNeedsDisplayInRect(const FloatRect& rect)
TextureMapperNode.cpp 140 void TextureMapperNode::setNeedsDisplayInRect(IntRect rect)
150 m_platformClient->setNeedsDisplayInRect(rect);
157 m_parent->setNeedsDisplayInRect(rect);
167 setNeedsDisplayInRect(m_transforms.targetBoundingRect);
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebTiledLayer.mm 67 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect
WebLayer.mm 121 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/
LayerTreeHostCA.cpp 116 m_nonCompositedContentLayer->setNeedsDisplayInRect(rect);
118 m_pageOverlayLayer->setNeedsDisplayInRect(rect);
161 m_pageOverlayLayer->setNeedsDisplayInRect(rect);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 42 virtual void setNeedsDisplayInRect(const FloatRect&);
  /external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm 106 [m_webView setNeedsDisplayInRect:NSRectFromCGRect(updateChunkRect)];
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 82 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerAndroid.cpp 455 setNeedsDisplayInRect(rect);
616 // setNeedsDisplayInRect() for the visible (clipped) scrollable area,
681 void GraphicsLayerAndroid::setNeedsDisplayInRect(const FloatRect& rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 83 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerChromium.cpp 332 void GraphicsLayerChromium::setNeedsDisplayInRect(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 77 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerCACF.cpp 330 void GraphicsLayerCACF::setNeedsDisplayInRect(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/mac/
ScrollViewMac.mm 167 [view setNeedsDisplayInRect:rect];
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp 108 void setNeedsDisplayInRect(const IntRect& rect)
145 void setNeedsDisplayInRect(const IntRect& rect)
  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.m 68 // Override -[NSView setNeedsDisplayInRect:]
69 Method setNeedsDisplayInRectMethod = class_getInstanceMethod(objc_getClass("NSView"), @selector(setNeedsDisplayInRect:));
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 290 virtual void setNeedsDisplayInRect(const FloatRect&) = 0;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 97 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerCA.cpp 562 setNeedsDisplayInRect(hugeRect);
565 void GraphicsLayerCA::setNeedsDisplayInRect(const FloatRect& r)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 134 [m_wkView setNeedsDisplayInRect:rect];
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 243 [m_layer.get() setNeedsDisplayInRect:*dirtyRect];

Completed in 606 milliseconds

1 2