Searched refs:maxH (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp1049 int maxH = INT_MAX; local
1053 maxH = child->style()->maxHeight().value();
1054 if (maxH == INT_MAX)
1055 return maxH;
1056 return max(0, maxH - h);
H A DRenderBox.cpp1847 int maxH = style()->logicalMaxHeight().isUndefined() ? heightResult : computeLogicalHeightUsing(style()->logicalMaxHeight()); local
1848 if (maxH == -1)
1849 maxH = heightResult;
1850 heightResult = min(maxH, heightResult);
/external/webkit/Source/WebKit/android/nav/
H A DCachedFrame.cpp1311 int maxH = history->maxWorkingHorizontal(); local
1313 setWorkingOverlap(testBottom - testY, maxH - testY, testBottom - minH);
1314 setWorkingInclusion(minH - testY, testBottom - maxH);
1351 int maxH = history->maxWorkingHorizontal(); local
1353 setWorkingOverlap(testBottom - testY, testBottom - minH, maxH - testY);
1354 setWorkingInclusion(testBottom - maxH, minH - testY);

Completed in 86 milliseconds