Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerClipper.cpp95 void RenderLayerClipper::clearClipRectsIncludingDescendants(ClipRectsType typeToClear) in clearClipRectsIncludingDescendants() function in WebCore::RenderLayerClipper
104 layer->clipper().clearClipRectsIncludingDescendants(typeToClear); in clearClipRectsIncludingDescendants()
DRenderLayerClipper.h88 void clearClipRectsIncludingDescendants(ClipRectsType typeToClear = AllClipRectTypes);
DRenderLayerModelObject.cpp105 layer()->clipper().clearClipRectsIncludingDescendants(); in styleWillChange()
DRenderLayerCompositor.cpp611 layer->clipper().clearClipRectsIncludingDescendants(PaintingClipRects); in allocateOrClearCompositedLayerMapping()
1085 layer->clipper().clearClipRectsIncludingDescendants(); in assignLayersToBackingsInternal()
DRenderLayer.cpp557 m_clipper.clearClipRectsIncludingDescendants(); in updateTransform()
1488 m_clipper.clearClipRectsIncludingDescendants(); in removeOnlyThisLayer()
1529 m_clipper.clearClipRectsIncludingDescendants(); in insertOnlyThisLayer()
DCompositedLayerMapping.cpp1723 m_owningLayer->clipper().clearClipRectsIncludingDescendants(PaintingClipRects); in paintsIntoCompositedAncestorChanged()