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 246 bool rowHasOnlySpanningCells(unsigned);
RenderTableSection.cpp 257 bool RenderTableSection::rowHasOnlySpanningCells(unsigned row)
292 spanningRowsHeight.rowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow);
456 ASSERT(rowHasOnlySpanningCells(row));
486 if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForRowHavingOnlySpanningCells(actualRow)) {
    [all...]

Completed in 33 milliseconds