Home
last modified time | relevance | path

Searched refs:setNeedsDisplayInRect (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.cpp213 … squashingLayer->setNeedsDisplayInRect(pixelSnappedIntRect(paintInvalidationRect), annotations); in setBackingNeedsPaintInvalidationInRect()
DRenderLayerScrollableArea.cpp188 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar); in invalidateScrollbarRect()
193 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar); in invalidateScrollbarRect()
225 layer->setNeedsDisplayInRect(rect, WebInvalidationDebugAnnotationsScrollbar); in invalidateScrollCornerRect()
/external/chromium_org/ui/app_list/cocoa/
Dapps_search_results_controller.mm282 [tableView_ setNeedsDisplayInRect:[tableView_ rectOfRow:hoveredRowIndex_]];
294 [tableView_ setNeedsDisplayInRect:[tableView_ rectOfRow:newIndex]];
296 [tableView_ setNeedsDisplayInRect:[tableView_ rectOfRow:hoveredRowIndex_]];
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h186 void setNeedsDisplayInRect(const FloatRect&, WebInvalidationDebugAnnotations);
DGraphicsLayer.cpp904 void GraphicsLayer::setNeedsDisplayInRect(const FloatRect& rect, WebInvalidationDebugAnnotations an… in setNeedsDisplayInRect() function in blink::GraphicsLayer
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm151 - (void)setNeedsDisplayInRect:(NSRect)rect {
152 [super setNeedsDisplayInRect:rect];
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm512 [self setNeedsDisplayInRect:[titleView_ frame]];
521 [self setNeedsDisplayInRect:titleFrame];
530 [self setNeedsDisplayInRect:[titleView_ frame]];
539 [self setNeedsDisplayInRect:[titleView_ frame]];
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_cocoa.mm149 [self setNeedsDisplayInRect:dirty_rect];
/external/chromium_org/ui/views/widget/
Dnative_widget_mac.mm459 // TODO(tapted): This should use setNeedsDisplayInRect:, once the coordinate
/external/chromium_org/chrome/browser/ui/cocoa/
Dframed_browser_window.mm208 [[self frameView] setNeedsDisplayInRect:updateRect];
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm487 [field_ setNeedsDisplayInRect:frame];
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp2039 layer->setNeedsDisplayInRect(layerDirtyRect, annotations); in operator ()()