Home
last modified time | relevance | path

Searched refs:clearClipRectsIncludingDescendants (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerClipper.h101 void clearClipRectsIncludingDescendants();
102 void clearClipRectsIncludingDescendants(ClipRectsCacheSlot);
DRenderLayerClipper.cpp160 void RenderLayerClipper::clearClipRectsIncludingDescendants() in clearClipRectsIncludingDescendants() function in blink::RenderLayerClipper
165 layer->clipper().clearClipRectsIncludingDescendants(); in clearClipRectsIncludingDescendants()
168 void RenderLayerClipper::clearClipRectsIncludingDescendants(ClipRectsCacheSlot cacheSlot) in clearClipRectsIncludingDescendants() function in blink::RenderLayerClipper
174 layer->clipper().clearClipRectsIncludingDescendants(cacheSlot); in clearClipRectsIncludingDescendants()
DRenderLayerModelObject.cpp98 layer()->clipper().clearClipRectsIncludingDescendants(); in styleWillChange()
DRenderLayer.cpp241 m_clipper.clearClipRectsIncludingDescendants(); in updateLayerPositionsAfterLayout()
337 m_clipper.clearClipRectsIncludingDescendants(); in updateTransform()
339 m_clipper.clearClipRectsIncludingDescendants(AbsoluteClipRects); in updateTransform()
1291 m_clipper.clearClipRectsIncludingDescendants(); in removeOnlyThisLayer()
1333 m_clipper.clearClipRectsIncludingDescendants(); in insertOnlyThisLayer()
DRenderLayerScrollableArea.cpp372 layer()->clipper().clearClipRectsIncludingDescendants(); in setScrollOffset()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingLayerAssigner.cpp199 layer->clipper().clearClipRectsIncludingDescendants(); in updateSquashingAssignment()
DRenderLayerCompositor.cpp473 layer->clipper().clearClipRectsIncludingDescendants(PaintingClipRects); in allocateOrClearCompositedLayerMapping()