HomeSort by relevance Sort by last modified time
    Searched refs:numCells (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLTableRowElement.cpp 124 int numCells = children ? children->length() : 0;
125 if (index < -1 || index > numCells) {
131 if (index < 0 || index >= numCells)
147 int numCells = children ? children->length() : 0;
149 index = numCells-1;
150 if (index >= 0 && index < numCells) {
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
CellLayout.java 287 static int widthInPortrait(Resources r, int numCells) {
295 return minGap * (numCells - 1) + cellWidth * numCells;
298 static int heightInLandscape(Resources r, int numCells) {
306 return minGap * (numCells - 1) + cellHeight * numCells;
    [all...]

Completed in 74 milliseconds