Home
last modified time | relevance | path

Searched defs:totalRows (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameSetElement.h40 size_t totalRows() const { return std::max<size_t>(1, m_rowLengths.size()); } in totalRows() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp776 unsigned totalRows = m_grid.size(); in distributeExtraLogicalHeightToPercentRows() local
818 unsigned totalRows = m_grid.size(); in distributeRemainingExtraLogicalHeight() local
842 unsigned totalRows = m_grid.size(); in distributeExtraLogicalHeightToRows() local
880 unsigned totalRows = m_grid.size(); in layoutRows() local
1032 unsigned totalRows = m_grid.size(); in computeOverflowFromCells() local
1037 void RenderTableSection::computeOverflowFromCells(unsigned totalRows, unsigned nEffCols) in computeOverflowFromCells()
1215 unsigned totalRows = m_grid.size(); in paint() local
1430 unsigned totalRows = m_grid.size(); in paintObject() local