Home | History | Annotate | Download | only in rendering

Lines Matching refs:isPositioned

374     bool isPositioned() const { return m_positioned; } // absolute or fixed positioning
399 bool hasClip() const { return isPositioned() && style()->hasClip(); }
648 bool isFloatingOrPositioned() const { return (isFloating() || isPositioned()); }