Searched refs:setNeedsDisplayInRect (Results 1 – 12 of 12) sorted by relevance
213 … squashingLayer->setNeedsDisplayInRect(pixelSnappedIntRect(paintInvalidationRect), annotations); in setBackingNeedsPaintInvalidationInRect()
188 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar); in invalidateScrollbarRect()193 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar); in invalidateScrollbarRect()225 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar); in invalidateScrollCornerRect()
282 [tableView_ setNeedsDisplayInRect:[tableView_ rectOfRow:hoveredRowIndex_]];294 [tableView_ setNeedsDisplayInRect:[tableView_ rectOfRow:newIndex]];296 [tableView_ setNeedsDisplayInRect:[tableView_ rectOfRow:hoveredRowIndex_]];
186 void setNeedsDisplayInRect(const FloatRect&, WebInvalidationDebugAnnotations);
904 void GraphicsLayer::setNeedsDisplayInRect(const FloatRect& rect, WebInvalidationDebugAnnotations an… in setNeedsDisplayInRect() function in blink::GraphicsLayer
151 - (void)setNeedsDisplayInRect:(NSRect)rect {152 [super setNeedsDisplayInRect:rect];
512 [self setNeedsDisplayInRect:[titleView_ frame]];521 [self setNeedsDisplayInRect:titleFrame];530 [self setNeedsDisplayInRect:[titleView_ frame]];539 [self setNeedsDisplayInRect:[titleView_ frame]];
149 [self setNeedsDisplayInRect:dirty_rect];
459 // TODO(tapted): This should use setNeedsDisplayInRect:, once the coordinate
208 [[self frameView] setNeedsDisplayInRect:updateRect];
487 [field_ setNeedsDisplayInRect:frame];
2039 layer->setNeedsDisplayInRect(layerDirtyRect, annotations); in operator ()()