Searched refs:m_overflowingCells (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h256 bool hasOverflowingCell() const { return m_overflowingCells.size() || m_forceSlowPaintPathWithOverflowingCell; }
294 HashSet<RenderTableCell*> m_overflowingCells; member in class:WebCore::FINAL
H A DRenderTableSection.cpp752 m_overflowingCells.clear();
924 m_overflowingCells.add(cell);
925 if (m_overflowingCells.size() > maxAllowedOverflowingCellsCount) {
929 m_overflowingCells.clear();
1352 if (!m_hasMultipleCellLevels && !m_overflowingCells.size()) {
1388 ASSERT(m_overflowingCells.size() < totalRows * totalCols * gMaxAllowedOverflowingCellRatioForFastPaintPath);
1393 copyToVector(m_overflowingCells, cells);
1406 if (m_overflowingCells.contains(current.cells[i]))
1420 if (!m_overflowingCells.size())

Completed in 78 milliseconds