Searched refs:hasOverflowingCell (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; } function in class:WebCore::FINAL
H A DRenderTableSection.cpp908 bool hasOverflowingCell = false;
921 hasOverflowingCell |= cell->hasVisualOverflow();
935 ASSERT(hasOverflowingCell == this->hasOverflowingCell());
1591 if (hasOverflowingCell()) {

Completed in 54 milliseconds