Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp1047 unsigned int endrow = totalRows; in setCellLogicalWidths() local
1064 unsigned endrow = totalRows; in setCellLogicalWidths() local
1088 endrow = std::lower_bound(m_rowPos.begin(), m_rowPos.end(), after) - m_rowPos.begin(); in setCellLogicalWidths()
1089 if (endrow == m_rowPos.size()) in setCellLogicalWidths()
1090 --endrow; in setCellLogicalWidths()
1092 if (!endrow && m_rowPos[0] - table()->outerBorderBefore() <= after) in setCellLogicalWidths()
1093 ++endrow; in setCellLogicalWidths()
1122 for (unsigned r = startrow; r < endrow; r++) { in setCellLogicalWidths()
1135 for (unsigned r = startrow; r < endrow; r++) { in setCellLogicalWidths()