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

  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 134 bool updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip);
RenderLayerBacking.cpp 85 updateClippingLayers(false, false);
197 if (updateClippingLayers(compositor->clippedByAncestor(m_owningLayer), compositor->clipsCompositingDescendants(m_owningLayer)))
400 bool RenderLayerBacking::updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip)
    [all...]

Completed in 90 milliseconds