Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/src/ui/
Ddrag_handle_test.js49 var oldHeight = el.getLowerElHeight();
51 assertEquals(oldHeight + 10, el.getLowerElHeight());
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
Dvideo_player.js272 var oldHeight = window.outerHeight;
274 if (!oldWidth && !oldHeight) {
282 oldTop - (newHeight - oldHeight) / 2);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp348 LayoutUnit oldHeight = 0; in layoutHorizontalBox() local
416 oldHeight = height(); in layoutHorizontalBox()
420 if (oldHeight != height()) in layoutHorizontalBox()
629 setHeight(oldHeight); in layoutHorizontalBox()
637 LayoutUnit oldHeight = 0; in layoutVerticalBox() local
738 oldHeight = height(); in layoutVerticalBox()
740 if (oldHeight != height()) in layoutVerticalBox()
878 setHeight(oldHeight); in layoutVerticalBox()
DRenderBlockFlow.cpp325 LayoutUnit oldHeight = logicalHeight(); in layoutBlock() local
335 if (oldHeight != newHeight) { in layoutBlock()
336 if (oldHeight > newHeight && maxFloatLogicalBottom > newHeight && !childrenInline()) { in layoutBlock()
DRenderBlock.cpp1436 LayoutUnit oldHeight = logicalHeight(); in updateRegionsAndShapesLogicalSize() local
1450 setLogicalHeight(oldHeight); in updateRegionsAndShapesLogicalSize()
/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/chromium_org/ui/message_center/cocoa/
Dpopup_collection.mm368 CGFloat oldHeight =
375 if (oldHeight != newHeight) {
377 popupFrame.origin.y -= newHeight - oldHeight;
378 popupFrame.size.height += newHeight - oldHeight;
Dtray_view_controller.mm545 CGFloat oldHeight = NSHeight(frame);
562 CGFloat delta = newHeight - oldHeight;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js4651 var rm = Math.min(n, sz - at), oldHeight = child.height;
4653 this.height -= oldHeight - child.height;