Home | History | Annotate | Download | only in rendering

Lines Matching refs:FixedPosition

587     if (b && !alreadyDirty && markParents && (isText() || (style()->position() != FixedPosition && style()->position() != AbsolutePosition)))
604 if (o->style()->position() == FixedPosition || o->style()->position() == AbsolutePosition)
631 if (!isText() && m_style->position() == FixedPosition) {
1652 (!newStyle->isFloating() && newStyle->position() != AbsolutePosition && newStyle->position() != FixedPosition)
1681 bool newStyleSlowScroll = newStyle && (newStyle->position() == FixedPosition
1683 bool oldStyleSlowScroll = m_style && (m_style->position() == FixedPosition
1925 if (pos == FixedPosition) {
2423 if (isRoot() || isBody() || (isPositioned() && style()->position() == FixedPosition))