Home | History | Annotate | Download | only in rendering

Lines Matching refs:isFixed

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