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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp62 Length cRowLogicalHeight = row.logicalHeight; local
65 if (!(cRowLogicalHeight.isPercent())
66 || (cRowLogicalHeight.isPercent() && cRowLogicalHeight.percent() < logicalHeight.percent()))
70 if (cRowLogicalHeight.type() < Percent
71 || (cRowLogicalHeight.isFixed() && cRowLogicalHeight.value() < logicalHeight.value()))

Completed in 93 milliseconds