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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.h 132 LayoutUnit cellBaselinePosition() const;
RenderTableCell.cpp 191 LayoutUnit baseline = cellBaselinePosition();
244 int oldCellBaseline = cellBaselinePosition();
251 if (isBaselineAligned() && section()->rowBaseline(rowIndex()) && cellBaselinePosition() > section()->rowBaseline(rowIndex())) {
252 int newIntrinsicPaddingBefore = max<LayoutUnit>(0, intrinsicPaddingBefore() - max<LayoutUnit>(0, cellBaselinePosition() - oldCellBaseline));
383 LayoutUnit RenderTableCell::cellBaselinePosition() const
    [all...]
RenderTableSection.cpp 599 LayoutUnit baselinePosition = cell->cellBaselinePosition() - cell->intrinsicPaddingBefore();
    [all...]

Completed in 72 milliseconds