Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp67 Length cRowLogicalHeight = row.logicalHeight; in updateLogicalHeightForCell() local
70 if (!(cRowLogicalHeight.isPercent()) in updateLogicalHeightForCell()
71 … || (cRowLogicalHeight.isPercent() && cRowLogicalHeight.percent() < logicalHeight.percent())) in updateLogicalHeightForCell()
75 if (cRowLogicalHeight.type() < Percent in updateLogicalHeightForCell()
76 … || (cRowLogicalHeight.isFixed() && cRowLogicalHeight.value() < logicalHeight.value())) in updateLogicalHeightForCell()