Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowClip

400     bool hasOverflowClip() const { return m_hasOverflowClip; }
952 || (obj->hasOverflowClip() && !obj->style()->width().isIntrinsicOrAuto() && !obj->style()->height().isIntrinsicOrAuto() && !obj->style()->height().isPercent() && !obj->isTableCell())