Home
last modified time | relevance | path

Searched refs:oldHeight (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp335 int oldHeight = 0; in layoutHorizontalBox() local
410 oldHeight = height(); in layoutHorizontalBox()
414 if (oldHeight != height()) in layoutHorizontalBox()
637 setHeight(oldHeight); in layoutHorizontalBox()
648 int oldHeight = 0; in layoutVerticalBox() local
748 oldHeight = height(); in layoutVerticalBox()
750 if (oldHeight != height()) in layoutVerticalBox()
908 setHeight(oldHeight); in layoutVerticalBox()
DRenderBox.cpp1964 int oldHeight = cb->logicalHeight(); in computePercentageLogicalHeight() local
1967 cb->setLogicalHeight(oldHeight); in computePercentageLogicalHeight()
2041 int oldHeight = block->height(); in computeReplacedLogicalHeightUsing() local
2044 block->setHeight(oldHeight); in computeReplacedLogicalHeightUsing()
2098 int oldHeight = block->logicalHeight(); in availableLogicalHeightUsing() local
2101 block->setLogicalHeight(oldHeight); in availableLogicalHeightUsing()
DRenderTextControlSingleLine.cpp252 int oldHeight = height(); in layout() local
258 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
DRenderBlock.cpp1282 int oldHeight = logicalHeight(); in layoutBlock() local
1286 if (oldHeight != newHeight) { in layoutBlock()
1287 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) { in layoutBlock()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.cpp302 int oldHeight = height(); in clipBitmap() local
304 int copyHeight = std::min<int>(rect.height(), oldHeight - rect.y()); in clipBitmap()
327 int oldHeight = height(); in clipBitmap() local
329 int copyHeight = std::min<int>(rect.height(), oldHeight - rect.y()); in clipBitmap()