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

/macosx-10.9.5/WebCore-7537.78.1/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) {
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp940 static void AddLengthToCells( UInt32 numCells, UInt32 *cells, UInt64 offset) argument
942 if (numCells == 1)
947 UInt64 sum = cells[numCells - 1] + offset;
948 cells[numCells - 1] = (UInt32)sum;
950 cells[numCells - 2] += (UInt32)(sum >> 32);
955 static IOPhysicalAddress CellsValue( UInt32 numCells, UInt32 *cells) argument
957 if (numCells == 1) {
960 return IOPhysical32( cells[numCells - 2], cells[numCells - 1] );
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DtimeControlBlackBerry.js302 var numCells = Math.ceil(Math.max(screen.height, screen.width) / ITEM_HEIGHT) * 2 + 1;
303 for (var i = 0; i < numCells; ++i) {

Completed in 152 milliseconds