Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h249 bool isHeightNeededForRowHavingOnlySpanningCells(unsigned);
DRenderTableSection.cpp424 bool RenderTableSection::isHeightNeededForRowHavingOnlySpanningCells(unsigned row) in isHeightNeededForRowHavingOnlySpanningCells() function in WebCore::RenderTableSection
486 …owHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForRowHavingOnlySpanningCells in updateRowsHeightHavingOnlySpanningCells()