Home
last modified time | relevance | path

Searched refs:oldWidth (Results 1 – 7 of 7) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java193 int oldWidth = oldWidthObject.intValue(); in setBounds() local
195 if (oldWidth == newWidth && oldHeight == newHeight) { in setBounds()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.cpp301 int oldWidth = width(); in clipBitmap() local
303 int copyWidth = std::min<int>(rect.width(), oldWidth - rect.x()); in clipBitmap()
326 int oldWidth = width(); in clipBitmap() local
328 int copyWidth = std::min<int>(rect.width(), oldWidth - rect.x()); in clipBitmap()
/external/webkit/Source/WebCore/rendering/
DRenderBox.h355 int oldWidth = width(); in tryLayoutDoingPositionedMovementOnly() local
358 if (oldWidth != width()) in tryLayoutDoingPositionedMovementOnly()
DRenderTextControlSingleLine.cpp255 int oldWidth = width(); in layout() local
258 bool relayoutChildren = oldHeight != height() || oldWidth != width(); in layout()
DRenderBlock.cpp1198 int oldWidth = logicalWidth(); in layoutBlock() local
1206 if (oldWidth != logicalWidth() || oldColumnWidth != desiredColumnWidth()) in layoutBlock()
5675 int oldWidth = w; in borderFitAdjust() local
5686 if (right < oldWidth) in borderFitAdjust()
5687 w -= (oldWidth - right); in borderFitAdjust()
/external/webkit/Source/WebCore/inspector/front-end/
DDataGrid.js483 var oldWidth = parseFloat(columnElement.style.width);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller_unittest.mm1042 CGFloat oldWidth = NSWidth([toWindow frame]);
1059 EXPECT_LT(oldWidth + 30.0, newWidth);