Searched refs:totalRows (Results 1 – 6 of 6) sorted by relevance
780 unsigned totalRows = m_grid.size(); in distributeExtraLogicalHeightToPercentRows() local781 int totalHeight = m_rowPos[totalRows] + extraLogicalHeight; in distributeExtraLogicalHeightToPercentRows()785 for (unsigned r = 0; r < totalRows; ++r) { in distributeExtraLogicalHeightToPercentRows()795 ASSERT(totalRows >= 1); in distributeExtraLogicalHeightToPercentRows()796 if (r < totalRows - 1) in distributeExtraLogicalHeightToPercentRows()822 unsigned totalRows = m_grid.size(); in distributeRemainingExtraLogicalHeight() local824 if (extraLogicalHeight <= 0 || !m_rowPos[totalRows]) in distributeRemainingExtraLogicalHeight()828 int totalRowSize = m_rowPos[totalRows]; in distributeRemainingExtraLogicalHeight()831 for (unsigned r = 0; r < totalRows; r++) { in distributeRemainingExtraLogicalHeight()846 unsigned totalRows = m_grid.size(); in distributeExtraLogicalHeightToRows() local[all …]
424 int rows = frameSet()->totalRows(); in edgeInfo()459 unsigned rows = frameSet()->totalRows(); in layout()504 int rows = frameSet()->totalRows(); in positionFrames()
264 void computeOverflowFromCells(unsigned totalRows, unsigned nEffCols);
2 …totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]…
3 …totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]…4 …ers.click(function(e){var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!…
39 size_t totalRows() const { return std::max<size_t>(1, m_rowLengths.size()); } in totalRows() function