Home | History | Annotate | Download | only in rendering

Lines Matching refs:isRootLayer

441     bool isRootLayer() const { return m_isRootLayer; }
839 bool isStackingContext(const RenderStyle* style) const { return !style->hasAutoZIndex() || isRootLayer(); }