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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 239 bool updateClippingLayers(bool needsAncestorClip, bool needsDescendantClip);
241 bool updateOverflowControlsLayers(bool needsHorizontalScrollbarLayer, bool needsVerticalScrollbarLayer, bool needsScrollCornerLayer, bool needsAncestorClip);
CompositedLayerMapping.cpp 410 bool needsAncestorClip = owningLayerClippedByLayerNotAboveCompositedAncestor();
416 needsAncestorClip = false;
419 if (updateClippingLayers(needsAncestorClip, needsDescendantsClippingLayer))
422 if (updateOverflowControlsLayers(requiresHorizontalScrollbarLayer(), requiresVerticalScrollbarLayer(), requiresScrollCornerLayer(), needsAncestorClip))
    [all...]

Completed in 47 milliseconds