Home | History | Annotate | Download | only in rendering

Lines Matching refs:clipHeight

910     int clipHeight = height() - bTop - borderBottom();
915 clipHeight -= layer()->horizontalScrollbarHeight();
918 return IntRect(clipX, clipY, clipWidth, clipHeight);
926 int clipHeight = height();
940 clipHeight -= c;
944 clipHeight -= height() - style()->clipBottom().calcValue(height());
946 return IntRect(clipX, clipY, clipWidth, clipHeight);