Home | History | Annotate | Download | only in rendering

Lines Matching defs:isFixed

328     bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == FixedPosition; }
335 return !hasAutoZIndex() || renderer()->isRenderView() || (isComposited() && isFixed());