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

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

Completed in 112 milliseconds