Home
last modified time | relevance | path

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

/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.cpp1183 int oldWidth = logicalWidth(); in layoutBlock() local
1191 if (oldWidth != logicalWidth() || oldColumnWidth != desiredColumnWidth()) in layoutBlock()
5644 int oldWidth = w; in borderFitAdjust() local
5655 if (right < oldWidth) in borderFitAdjust()
5656 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);