Home | History | Annotate | Download | only in rendering

Lines Matching refs:clipWidth

1131     int clipWidth = width() - bLeft - borderRight();
1136 clipWidth -= layer()->verticalScrollbarWidth(relevancy);
1140 return IntRect(clipX, clipY, clipWidth, clipHeight);
1147 int clipWidth = width();
1153 clipWidth -= c;
1157 clipWidth -= width() - style()->clipRight().calcValue(width());
1168 return IntRect(clipX, clipY, clipWidth, clipHeight);