Searched refs:numCols (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dtable2CSV.js26 var numCols = options.header.length;
29 if (numCols > 0) {
30 for (var i = 0; i < numCols; i++) {
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityTable.cpp124 int numCols = firstBody->numColumns(); local
128 if (numRows == 1 && numCols == 1)
153 for (int col = 0; col < numCols; ++col) {
216 if (!row && headersInFirstRowCount == numCols && numCols > 1)
316 unsigned numCols = tableSection->numColumns(); local
318 for (unsigned colIndex = 0; colIndex < numCols; ++colIndex) {
468 unsigned numCols = tableSection->numColumns(); local
473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) {
H A DAccessibilityTableColumn.cpp129 int numCols = section->numColumns(); local
130 if (m_columnIndex >= numCols)
/external/icu4c/common/
H A Drbbitblb.cpp1063 int32_t numCols; local
1073 numCols = fRB->fSetBuilder->getNumCharCategories();
1076 // Therefore we subtract two from numCols when determining
1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2);

Completed in 116 milliseconds