Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp647 RenderTableCell* lastRowSpanCell = 0; in calcRowLogicalHeight() local
659 if (lastRowSpanCell != cell && cell->rowIndex() == r) { in calcRowLogicalHeight()
666 lastRowSpanCell = cell; in calcRowLogicalHeight()