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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 485 bool isStackingContext() const { return isStackingContext(renderer()->style()); }
491 bool isStackingContainer() const { return isStackingContext() || needsCompositedScrolling(); }
    [all...]
RenderLayer.cpp 513 if (isStackingContext() || !m_canBePromotedToStackingContainerDirty || !acceleratedCompositingForOverflowScrollEnabled())
580 while (positionedAncestor && !isPositionedContainer(positionedAncestor) && !positionedAncestor->isStackingContext())
582 if (positionedAncestor && (!isPositionedContainer(positionedAncestor) || positionedAncestor->isStackingContext()))
    [all...]

Completed in 30 milliseconds