Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp367 int totalCols = row->size(); in setCellLogicalWidths() local
369 for (int c = 0; c < totalCols; c++) { in setCellLogicalWidths()
762 int totalCols = table()->numEffCols(); in setCellLogicalWidths() local
763 if (!m_gridRows || !totalCols) in setCellLogicalWidths()
781 for (int c = 0; c < totalCols; c++) { in setCellLogicalWidths()
813 int totalCols = table()->numEffCols(); in setCellLogicalWidths() local
814 if (!m_gridRows || !totalCols) in setCellLogicalWidths()
832 for (int c = 0; c < totalCols; c++) { in setCellLogicalWidths()
864 int totalCols = table()->numEffCols(); in setCellLogicalWidths() local
865 if (!m_gridRows || !totalCols) in setCellLogicalWidths()
[all …]
DRenderFrameSet.cpp138 int cols = frameSet()->totalCols(); in paint()
419 int cols = frameSet()->totalCols(); in computeEdgeInfo()
440 int cols = frameSet()->totalCols(); in edgeInfo()
473 size_t cols = frameSet()->totalCols(); in layout()
527 int cols = frameSet()->totalCols(); in positionFrames()
650 int cols = frameSet()->totalCols(); in positionFramesWithFlattening()
/external/webkit/Source/WebCore/html/
DHTMLFrameSetElement.h40 int totalCols() const { return m_totalCols; } in totalCols() function