Home | History | Annotate | Download | only in rendering

Lines Matching defs:newHeight

1512     int newHeight = height();
1519 m_frameRect = IntRect(newX, newY, newWidth, newHeight);
2055 int newHeight = block->computeContentBoxLogicalHeight(block->contentHeight());
2057 return computeContentBoxLogicalHeight(logicalHeight.calcValue(newHeight));
2112 int newHeight = block->computeContentBoxLogicalHeight(block->contentLogicalHeight());
2114 return computeContentBoxLogicalHeight(newHeight);