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

  /external/webkit/WebCore/plugins/mac/
PluginWidgetMac.mm 37 [platformWidget() setNeedsDisplayInRect:rect];
  /external/webkit/WebCore/platform/graphics/mac/
WebTiledLayer.mm 74 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect
80 [super setNeedsDisplayInRect:dirtyRect];
89 [super setNeedsDisplayInRect:indicatorRect];
WebLayer.mm 135 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect
141 [super setNeedsDisplayInRect:dirtyRect];
150 [super setNeedsDisplayInRect:indicatorRect];
GraphicsLayerCA.h 91 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerCA.mm 678 setNeedsDisplayInRect(hugeRect);
681 void GraphicsLayerCA::setNeedsDisplayInRect(const FloatRect& rect)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 41 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerQt.cpp 588 void GraphicsLayerQt::setNeedsDisplayInRect(const FloatRect& rect)
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 75 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerAndroid.cpp 418 setNeedsDisplayInRect(rect);
488 void GraphicsLayerAndroid::setNeedsDisplayInRect(const FloatRect& rect)
496 layer->setNeedsDisplayInRect(childrenRect);
512 LOG("(%x) setNeedsDisplayInRect(%d) - (%.2f, %.2f, %.2f, %.2f)", this,
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 80 virtual void setNeedsDisplayInRect(const FloatRect&);
GraphicsLayerCACF.cpp 332 void GraphicsLayerCACF::setNeedsDisplayInRect(const FloatRect& rect)
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 166 [view setNeedsDisplayInRect:rect];
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 269 virtual void setNeedsDisplayInRect(const FloatRect&) = 0;
  /external/webkit/WebKit/mac/Carbon/
HIViewAdapter.m 67 // Override -[NSView setNeedsDisplayInRect:]
68 Method setNeedsDisplayInRectMethod = class_getInstanceMethod(objc_getClass("NSView"), @selector(setNeedsDisplayInRect:));
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 448 [m_webView setNeedsDisplayInRect:rect];
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 843 m_graphicsLayer->setNeedsDisplayInRect(dirtyRect);
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 568 milliseconds