Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBox

542     bool isBox() const { return m_bitfields.isBox(); }
680 ASSERT((position != AbsolutePosition && position != FixedPosition) || isBox());
1262 ADD_BOOLEAN_BITFIELD(isBox, IsBox);