Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBox

556         if (curr->isBox())
1266 int borderRight = isBox() ? toRenderBox(this)->borderRight() : 0;
1284 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0;
2271 if (style()->visibility() != VISIBLE || !isBox())