Searched defs:computeLogicalHeightUsing (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp1843 heightResult = computeLogicalHeightUsing(style()->logicalHeight());
1846 int minH = computeLogicalHeightUsing(style()->logicalMinHeight()); // Leave as -1 if unset.
1847 int maxH = style()->logicalMaxHeight().isUndefined() ? heightResult : computeLogicalHeightUsing(style()->logicalMaxHeight());
1894 int RenderBox::computeLogicalHeightUsing(const Length& h) function in class:WebCore::RenderBox

Completed in 57 milliseconds