HomeSort by relevance Sort by last modified time
    Searched defs:cellIndex (Results 1 - 5 of 5) 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);
96 return String.format("Insert into column %1$d", cellIndex);
99 if (cellIndex == 0 && margin != 0) {
102 return String.format("Add next to column %1$d", cellIndex);
107 return String.format("Insert right-aligned into column %1$d", cellIndex);
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.cpp 62 int HTMLTableCellElement::cellIndex() const
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.h 36 // FIXME: need to implement cellIndex
37 int cellIndex() const { return 0; }
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 2901 milliseconds