Home | History | Annotate | Download | only in rendering

Lines Matching refs:clipWidth

909     int clipWidth = width() - bLeft - borderRight();
914 clipWidth -= layer()->verticalScrollbarWidth();
918 return IntRect(clipX, clipY, clipWidth, clipHeight);
925 int clipWidth = width();
931 clipWidth -= c;
935 clipWidth -= width() - style()->clipRight().calcValue(width());
946 return IntRect(clipX, clipY, clipWidth, clipHeight);