Searched refs:numCells (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableRowElement.cpp124 int numCells = children ? children->length() : 0; local
125 if (index < -1 || index > numCells) {
131 if (index < 0 || index >= numCells)
147 int numCells = children ? children->length() : 0; local
149 index = numCells-1;
150 if (index >= 0 && index < numCells) {
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
H A Dgridsort.js88 var numCells = row.cells.length;
89 for (var i = 0; i < numCells; i++)

Completed in 93 milliseconds