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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 592 void RenderTableSection::updateBaselineForCell(RenderTableCell* cell, unsigned row, LayoutUnit& baselineDescent)
605 baselineDescent = max(baselineDescent, cell->logicalHeightForRowSizing() - baselinePosition);
606 cellStartRowBaselineDescent = baselineDescent;
640 LayoutUnit baselineDescent = 0;
669 updateBaselineForCell(cell, r, baselineDescent);
698 updateBaselineForCell(cell, r, baselineDescent);
706 updateBaselineForCell(cell, cellStartRow, baselineDescent);
    [all...]
RenderTableSection.h 261 void updateBaselineForCell(RenderTableCell*, unsigned row, LayoutUnit& baselineDescent);

Completed in 1468 milliseconds