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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerModelObject.cpp213 squashingLayer->setNeedsDisplayInRect(pixelSnappedIntRect(paintInvalidationRect), annotations);
H A DRenderLayerScrollableArea.cpp188 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar);
193 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar);
225 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h186 void setNeedsDisplayInRect(const FloatRect&, WebInvalidationDebugAnnotations);
H A DGraphicsLayer.cpp904 void GraphicsLayer::setNeedsDisplayInRect(const FloatRect& rect, WebInvalidationDebugAnnotations annotations) function in class:blink::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp2039 layer->setNeedsDisplayInRect(layerDirtyRect, annotations);

Completed in 308 milliseconds