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

/external/webkit/WebCore/rendering/
H A DRenderTableSection.cpp361 int totalCols = row->size(); local
363 for (int c = 0; c < totalCols; c++) {
800 int totalCols = table()->numEffCols(); local
801 if (!m_gridRows || !totalCols)
819 for (int c = 0; c < totalCols; c++) {
853 int totalCols = table()->numEffCols(); local
854 if (!m_gridRows || !totalCols)
872 for (int c = 0; c < totalCols; c++) {
906 int totalCols = table()->numEffCols(); local
907 if (!m_gridRows || !totalCols)
953 int totalCols = table()->numEffCols(); local
1036 unsigned totalCols = table()->columns().size(); local
1056 unsigned totalCols = table()->columns().size(); local
[all...]
H A DRenderFrameSet.cpp137 int cols = frameSet()->totalCols();
418 int cols = frameSet()->totalCols();
439 int cols = frameSet()->totalCols();
472 size_t cols = frameSet()->totalCols();
526 int cols = frameSet()->totalCols();
649 int cols = frameSet()->totalCols();
/external/webkit/WebCore/html/
H A DHTMLFrameSetElement.h55 int totalCols() const { return m_totalCols; } function in class:WebCore::HTMLFrameSetElement

Completed in 185 milliseconds