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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 262 bool rowHasOnlySpanningCells(unsigned);
RenderTableSection.cpp 275 bool RenderTableSection::rowHasOnlySpanningCells(unsigned row)
310 spanningRowsHeight.isAnyRowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow);
519 ASSERT(rowHasOnlySpanningCells(row));
549 if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForRowHavingOnlySpanningCells(actualRow)) {
    [all...]

Completed in 27 milliseconds