Home | History | Annotate | Download | only in rendering

Lines Matching refs:isFloating

373     bool isFloating() const { return m_floating; }
648 bool isFloatingOrPositioned() const { return (isFloating() || isPositioned()); }