Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h262 …lowingCell() const { return m_overflowingCells.size() || m_forceSlowPaintPathWithOverflowingCell; } in hasOverflowingCell()
301 bool m_forceSlowPaintPathWithOverflowingCell; variable
DRenderTableSection.cpp886 m_forceSlowPaintPathWithOverflowingCell = false; in layoutRows()
1058 if (cell->hasVisualOverflow() && !m_forceSlowPaintPathWithOverflowingCell) { in computeOverflowFromCells()
1062 m_forceSlowPaintPathWithOverflowingCell = true; in computeOverflowFromCells()
1299 if (m_forceSlowPaintPathWithOverflowingCell) in dirtiedRows()
1316 if (m_forceSlowPaintPathWithOverflowingCell) in dirtiedColumns()