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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 265 bool isHeightNeededForRowHavingOnlySpanningCells(unsigned);
RenderTableSection.cpp 487 bool RenderTableSection::isHeightNeededForRowHavingOnlySpanningCells(unsigned row)
549 if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForRowHavingOnlySpanningCells(actualRow)) {
    [all...]

Completed in 30 milliseconds