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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerStackingNode.h 68 bool isStackingContext() const { return isStackingContext(renderer()->style()); }
74 bool isStackingContainer() const { return isStackingContext() || needsToBeStackingContainer(); }
150 bool isStackingContext(const RenderStyle*) const;
RenderLayerStackingNode.cpp 89 bool RenderLayerStackingNode::isStackingContext(const RenderStyle* style) const
290 isStacking = isStackingContext();
300 isStacking = isStackingContext();
389 bool wasStackingContext = oldStyle ? isStackingContext(oldStyle) : false;
395 bool isStackingContext = this->isStackingContext();
396 if (isStackingContext == wasStackingContext && oldVisibility == renderer()->style()->visibility() && oldZIndex == zIndex())
461 if (isStackingContext() || !m_descendantsAreContiguousInStackingOrderDirty || !currentLayer->acceleratedCompositingForOverflowScrollEnabled())
520 while (positionedAncestor && !positionedAncestor->isPositionedContainer() && !positionedAncestor->stackingNode()->isStackingContext())
522 if (positionedAncestor && (!positionedAncestor->isPositionedContainer() || positionedAncestor->stackingNode()->isStackingContext()))
    [all...]
RenderLayer.cpp 769 if (layer->stackingNode()->isStackingContext())
783 if (layer->stackingNode()->isStackingContext())
    [all...]
RenderLayerCompositor.cpp     [all...]
CompositedLayerMapping.cpp 291 ASSERT(m_owningLayer->stackingNode()->isStackingContext() || !isolate);
    [all...]

Completed in 31 milliseconds