Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h135 bool isBaselineAligned() const in isBaselineAligned() function
DRenderTableSection.cpp679 if (!cell->isBaselineAligned()) in updateBaselineForCell()
1024 if (cell->isBaselineAligned()) { in layoutRows()
DRenderTableCell.cpp245 …if (isBaselineAligned() && section()->rowBaseline(rowIndex()) && cellBaselinePosition() > section(… in layout()