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

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

Completed in 166 milliseconds