Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTableSection.h161 bool m_hasOverflowingCell; variable
DRenderTableSection.cpp63 , m_hasOverflowingCell(false) in RenderTableSection()
508 m_hasOverflowingCell = false; in setCellWidths()
712m_hasOverflowingCell |= cell->overflowLeft(false) || cell->overflowWidth(false) > cell->width() ||… in setCellWidths()
1077 if (!m_hasOverflowingCell) { in setCellWidths()
1096 if (!m_hasOverflowingCell && style()->direction() == LTR) { in setCellWidths()