Home
last modified time | relevance | path

Searched refs:calcRowHeightHavingOnlySpanningCells (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h263 unsigned calcRowHeightHavingOnlySpanningCells(unsigned);
DRenderTableSection.cpp517 unsigned RenderTableSection::calcRowHeightHavingOnlySpanningCells(unsigned row) in calcRowHeightHavingOnlySpanningCells() function in blink::RenderTableSection
550 spanningRowsHeight.rowHeight[row] = calcRowHeightHavingOnlySpanningCells(actualRow); in updateRowsHeightHavingOnlySpanningCells()