Home
last modified time | relevance | path

Searched refs:useHeight (Results 1 – 2 of 2) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight); in expandShellToShowFullPage_Height() local
200 shell.setSize(shell.getSize().x, useHeight); in expandShellToShowFullPage_Height() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp787 …OrHeightAndRatio(const IntSize& size, const FloatSize& intrinsicRatio, int useWidth, int useHeight) in resolveAgainstIntrinsicWidthOrHeightAndRatio() argument
792 return IntSize(size.width(), useHeight); in resolveAgainstIntrinsicWidthOrHeightAndRatio()
797 return IntSize(resolveWidthForRatio(useHeight, intrinsicRatio), useHeight); in resolveAgainstIntrinsicWidthOrHeightAndRatio()