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.h263 …bool hasOverflowingCell() const { return m_overflowingCells.size() || m_forceSlowPaintPathWithOver… in hasOverflowingCell() function
DRenderTableSection.cpp1035 bool hasOverflowingCell = false; in computeOverflowFromCells() local
1048 hasOverflowingCell |= cell->hasVisualOverflow(); in computeOverflowFromCells()
1062 ASSERT(hasOverflowingCell == this->hasOverflowingCell()); in computeOverflowFromCells()
1717 if (hasOverflowingCell()) { in nodeAtPoint()