HomeSort by relevance Sort by last modified time
    Searched defs:cellIndex (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 36 public int cellIndex;
54 * @param cellIndex the index of the row or column we matched with
59 GridMatch(SegmentType type, int distance, int matchedLine, int cellIndex,
65 this.cellIndex = cellIndex;
91 return String.format("Align baseline in row %1$d", cellIndex + 1);
96 return String.format("Insert into column %1$d", cellIndex + 1);
99 if (cellIndex == 0 && margin != 0) {
102 return String.format("Add next to column %1$d", cellIndex + 1);
107 return String.format("Insert right-aligned into column %1$d", cellIndex + 1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.cpp 68 int HTMLTableCellElement::cellIndex() const

Completed in 531 milliseconds