Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowScroll

332       if (hasOverflowScroll())
339 bool isStackingContext() const { return !hasAutoZIndex() || renderer()->isRenderView() || hasOverflowScroll(); }
476 bool hasOverflowScroll() const { return m_hasOverflowScroll; }