Home | History | Annotate | Download | only in rendering

Lines Matching refs:isReplaced

545     bool isReplaced() const { return m_bitfields.isReplaced(); } // a "replaced" element (see CSS)
694 void setReplaced(bool isReplaced) { m_bitfields.setIsReplaced(isReplaced); }
1264 ADD_BOOLEAN_BITFIELD(isReplaced, IsReplaced);