Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1098 bool hasOverflowingCell = false; in computeOverflowFromCells() local
1111 hasOverflowingCell |= cell->hasVisualOverflow(); in computeOverflowFromCells()
1125 ASSERT(hasOverflowingCell == this->hasOverflowingCell()); in computeOverflowFromCells()
1518 if (hasOverflowingCell()) { in nodeAtPoint()
DRenderTableSection.h280 …bool hasOverflowingCell() const { return m_overflowingCells.size() || m_forceSlowPaintPathWithOver… in hasOverflowingCell() function