Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp658 HashSet<const RenderTableCell*> uniqueCells; in calcRowLogicalHeight() local
683 ASSERT(!uniqueCells.contains(cell)); in calcRowLogicalHeight()
684 uniqueCells.add(cell); in calcRowLogicalHeight()