Searched refs:totalRows (Results 1 – 6 of 6) sorted by relevance
776 unsigned totalRows = m_grid.size(); in distributeExtraLogicalHeightToPercentRows() local777 int totalHeight = m_rowPos[totalRows] + extraLogicalHeight; in distributeExtraLogicalHeightToPercentRows()781 for (unsigned r = 0; r < totalRows; ++r) { in distributeExtraLogicalHeightToPercentRows()791 ASSERT(totalRows >= 1); in distributeExtraLogicalHeightToPercentRows()792 if (r < totalRows - 1) in distributeExtraLogicalHeightToPercentRows()818 unsigned totalRows = m_grid.size(); in distributeRemainingExtraLogicalHeight() local820 if (extraLogicalHeight <= 0 || !m_rowPos[totalRows]) in distributeRemainingExtraLogicalHeight()824 int totalRowSize = m_rowPos[totalRows]; in distributeRemainingExtraLogicalHeight()827 for (unsigned r = 0; r < totalRows; r++) { in distributeRemainingExtraLogicalHeight()842 unsigned totalRows = m_grid.size(); in distributeExtraLogicalHeightToRows() local[all …]
422 int rows = frameSet()->totalRows(); in edgeInfo()456 unsigned rows = frameSet()->totalRows(); in layout()501 int rows = frameSet()->totalRows(); in positionFrames()
263 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(!…
40 size_t totalRows() const { return std::max<size_t>(1, m_rowLengths.size()); } in totalRows() function