Home | History | Annotate | Download | only in rendering

Lines Matching refs:clipHeight

1132     int clipHeight = height() - bTop - borderBottom();
1137 clipHeight -= layer()->horizontalScrollbarHeight(relevancy);
1140 return IntRect(clipX, clipY, clipWidth, clipHeight);
1148 int clipHeight = height();
1162 clipHeight -= c;
1166 clipHeight -= height() - style()->clipBottom().calcValue(height());
1168 return IntRect(clipX, clipY, clipWidth, clipHeight);