Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedFrame.cpp1312 int minH = history->minWorkingHorizontal(); in setLeftDirection() local
1313 setWorkingOverlap(testBottom - testY, maxH - testY, testBottom - minH); in setLeftDirection()
1314 setWorkingInclusion(minH - testY, testBottom - maxH); in setLeftDirection()
1352 int minH = history->minWorkingHorizontal(); in setRightDirection() local
1353 setWorkingOverlap(testBottom - testY, testBottom - minH, maxH - testY); in setRightDirection()
1354 setWorkingInclusion(testBottom - maxH, minH - testY); in setRightDirection()
/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp1075 int minH = child->style()->minHeight().value(); in allowedChildFlex() local
1077 int allowedShrinkage = min(0, minH - h); in allowedChildFlex()
DRenderBox.cpp1839 … int minH = computeLogicalHeightUsing(style()->logicalMinHeight()); // Leave as -1 if unset. in computeLogicalHeight() local
1844 heightResult = max(minH, heightResult); in computeLogicalHeight()