Home
last modified time | relevance | path

Searched refs:numCols (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAccessibilityTable.cpp124 int numCols = firstBody->numColumns(); in isDataTable() local
128 if (numRows == 1 && numCols == 1) in isDataTable()
153 for (int col = 0; col < numCols; ++col) { in isDataTable()
216 if (!row && headersInFirstRowCount == numCols && numCols > 1) in isDataTable()
316 unsigned numCols = tableSection->numColumns(); in addChildren() local
318 for (unsigned colIndex = 0; colIndex < numCols; ++colIndex) { in addChildren()
468 unsigned numCols = tableSection->numColumns(); in cellForColumnAndRow() local
473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) { in cellForColumnAndRow()
DAccessibilityTableColumn.cpp129 int numCols = section->numColumns(); in headerObjectForSection() local
130 if (m_columnIndex >= numCols) in headerObjectForSection()
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
Dtable2CSV.js26 var numCols = options.header.length;
29 if (numCols > 0) {
30 for (var i = 0; i < numCols; i++) {
/external/llvm/test/CodeGen/Thumb2/
D2010-02-24-BigStack.ll7 define void @FindMin(double* %panelTDEL, i8* %dclOfRow, i32 %numRows, i32 %numCols, double* %retMin…
/external/icu4c/common/
Drbbitblb.cpp1063 int32_t numCols; in getTableSize() local
1073 numCols = fRB->fSetBuilder->getNumCharCategories(); in getTableSize()
1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2); in getTableSize()