Home
last modified time | relevance | path

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

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DGridDataFactory.java315 public GridDataFactory minH(int minimumWidth) { in minH() method in GridDataFactory
321 return minH(m_pixelConverter.convertWidthInCharsToPixels(widthInChars)); in minHC()
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1851 … int minH = computeLogicalHeightUsing(style()->logicalMinHeight()); // Leave as -1 if unset. in computeLogicalHeight() local
1856 heightResult = max(minH, heightResult); in computeLogicalHeight()