HomeSort by relevance Sort by last modified time
    Searched refs:logicalHeightLength (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 404 Length logicalHeightLength = style()->logicalHeight();
406 if (logicalHeightLength.isFixed()) {
408 computedLogicalHeight = logicalHeightLength.value() - (borderAndPaddingBefore + borderAndPaddingAfter);
409 } else if (logicalHeightLength.isPercent())
410 computedLogicalHeight = computePercentageLogicalHeight(logicalHeightLength);
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 21 milliseconds