Home
last modified time | relevance | path

Searched refs:containerForPaintInvalidation (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSelectionInfo.h45 , m_paintInvalidationContainer(o->isRooted() ? o->containerForPaintInvalidation() : nullptr) in RenderSelectionInfoBase()
DPaintInvalidationState.cpp20 , m_paintInvalidationContainer(*renderView.containerForPaintInvalidation()) in PaintInvalidationState()
DRenderObjectChildList.cpp185 …oldChild.invalidatePaintUsingContainer(oldChild.containerForPaintInvalidation(), oldChild.previous… in invalidatePaintOnRemoval()
DRenderObject.cpp1046 const RenderLayerModelObject* container = containerForPaintInvalidation(); in absoluteFocusRingBoundingBoxRect()
1103 const RenderLayerModelObject* RenderObject::containerForPaintInvalidation() const in containerForPaintInvalidation() function in blink::RenderObject
1226 const RenderLayerModelObject* paintInvalidationContainer = containerForPaintInvalidation(); in invalidatePaintRectangle()
2106 const RenderLayerModelObject* paintInvalidationContainer = containerForPaintInvalidation(); in localToInvalidationBackingPoint()
3148 invalidatePaintIncludingNonCompositingDescendantsInternal(containerForPaintInvalidation()); in invalidatePaintIncludingNonCompositingDescendants()
DRenderReplaced.cpp537 … setPreviousPaintInvalidationRect(boundsRectForPaintInvalidation(containerForPaintInvalidation())); in setSelectionState()
DRenderObject.h842 const RenderLayerModelObject* containerForPaintInvalidation() const;
848 return computePaintInvalidationRect(containerForPaintInvalidation()); in computePaintInvalidationRect()
DRenderInline.cpp1396 if (paintContainer != continuation()->containerForPaintInvalidation()) in addFocusRingRects()
DRenderLayerScrollableArea.cpp366 … const RenderLayerModelObject* paintInvalidationContainer = box().containerForPaintInvalidation(); in setScrollOffset()
DRenderBlock.cpp391 …RenderLayerModelObject& paintInvalidationContainerForChild = *box->containerForPaintInvalidation(); in invalidatePaintOfSubtreesIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTraceEvents.cpp295 …onst RenderObject* paintInvalidationContainer = layer->renderer()->containerForPaintInvalidation(); in data()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1293 …onst RenderLayerModelObject* repaintContainer = layer->renderer()->containerForPaintInvalidation(); in scrollContentsFastPath()
1591 …r->renderer()->boundsRectForPaintInvalidation(layer->renderer()->containerForPaintInvalidation())); in computePaintInvalidationRectsIncludingNonCompositingDescendants()