HomeSort by relevance Sort by last modified time
    Searched refs:clearClipRectsIncludingDescendants (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.h 88 void clearClipRectsIncludingDescendants(ClipRectsType typeToClear = AllClipRectTypes);
RenderLayerClipper.cpp 97 void RenderLayerClipper::clearClipRectsIncludingDescendants(ClipRectsType typeToClear)
106 layer->clipper().clearClipRectsIncludingDescendants(typeToClear);
317 const_cast<RenderLayerClipper*>(this)->clearClipRectsIncludingDescendants(CompositingClipRects);
RenderLayerModelObject.cpp 105 layer()->clipper().clearClipRectsIncludingDescendants();
RenderLayer.cpp 491 m_clipper.clearClipRectsIncludingDescendants();
493 m_clipper.clearClipRectsIncludingDescendants(AbsoluteClipRects);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp 186 layer->clipper().clearClipRectsIncludingDescendants();
RenderLayerCompositor.cpp 453 layer->clipper().clearClipRectsIncludingDescendants(PaintingClipRects);
    [all...]
CompositedLayerMapping.cpp     [all...]

Completed in 89 milliseconds