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 479 void RenderTableSection::updateBaselineForCell(RenderTableCell* cell, unsigned row, LayoutUnit& baselineDescent)
492 baselineDescent = max(baselineDescent, cell->logicalHeightForRowSizing() - baselinePosition);
493 cellStartRowBaselineDescent = baselineDescent;
519 LayoutUnit baselineDescent = 0;
541 updateBaselineForCell(cell, r, baselineDescent);
570 updateBaselineForCell(cell, r, baselineDescent);
578 updateBaselineForCell(cell, cellStartRow, baselineDescent);
    [all...]
RenderTableSection.h 254 void updateBaselineForCell(RenderTableCell*, unsigned row, LayoutUnit& baselineDescent);

Completed in 524 milliseconds