Searched refs:useHeight (Results 1 – 2 of 2) sorted by relevance
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight); in expandShellToShowFullPage_Height() local200 shell.setSize(shell.getSize().x, useHeight); in expandShellToShowFullPage_Height() local
787 …OrHeightAndRatio(const IntSize& size, const FloatSize& intrinsicRatio, int useWidth, int useHeight) in resolveAgainstIntrinsicWidthOrHeightAndRatio() argument792 return IntSize(size.width(), useHeight); in resolveAgainstIntrinsicWidthOrHeightAndRatio()797 return IntSize(resolveWidthForRatio(useHeight, intrinsicRatio), useHeight); in resolveAgainstIntrinsicWidthOrHeightAndRatio()