Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp327 int oldHeight = 0; in layoutHorizontalBox() local
395 oldHeight = height(); in layoutHorizontalBox()
399 if (oldHeight != height()) in layoutHorizontalBox()
598 setHeight(oldHeight); in layoutHorizontalBox()
609 int oldHeight = 0; in layoutVerticalBox() local
703 oldHeight = height(); in layoutVerticalBox()
705 if (oldHeight != height()) in layoutVerticalBox()
843 setHeight(oldHeight); in layoutVerticalBox()
DRenderBox.cpp1976 int oldHeight = cb->logicalHeight(); in computePercentageLogicalHeight() local
1979 cb->setLogicalHeight(oldHeight); in computePercentageLogicalHeight()
2053 int oldHeight = block->height(); in computeReplacedLogicalHeightUsing() local
2056 block->setHeight(oldHeight); in computeReplacedLogicalHeightUsing()
2110 int oldHeight = block->logicalHeight(); in availableLogicalHeightUsing() local
2113 block->setLogicalHeight(oldHeight); in availableLogicalHeightUsing()
DRenderTextControlSingleLine.cpp252 int oldHeight = height(); in layout() local
258 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
DRenderBlock.cpp1297 int oldHeight = logicalHeight(); in layoutBlock() local
1301 if (oldHeight != newHeight) { in layoutBlock()
1302 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) { in layoutBlock()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java194 int oldHeight = oldHeightObject.intValue(); in setBounds() local
195 if (oldWidth == newWidth && oldHeight == newHeight) { in setBounds()
/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()