Searched defs:oldHeight (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.cpp302 int oldHeight = height(); local
304 int copyHeight = std::min<int>(rect.height(), oldHeight - rect.y());
327 int oldHeight = height(); local
329 int copyHeight = std::min<int>(rect.height(), oldHeight - rect.y());
/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp327 int oldHeight = 0; local
395 oldHeight = height();
399 if (oldHeight != height())
598 setHeight(oldHeight);
609 int oldHeight = 0; local
703 oldHeight = height();
705 if (oldHeight != height())
843 setHeight(oldHeight);
H A DRenderTextControlSingleLine.cpp252 int oldHeight = height(); local
258 bool relayoutChildren = oldHeight != height() || oldWidth != width();
H A DRenderBox.cpp1976 int oldHeight = cb->logicalHeight(); local
1979 cb->setLogicalHeight(oldHeight);
2053 int oldHeight = block->height(); local
2056 block->setHeight(oldHeight);
2110 int oldHeight = block->logicalHeight(); local
2113 block->setLogicalHeight(oldHeight);
H A DRenderBlock.cpp1297 int oldHeight = logicalHeight(); local
1301 if (oldHeight != newHeight) {
1302 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 139 milliseconds