Lines Matching refs:isTableCell

368 			    			if (this.isTableCell(state.cell) && !this.isCellSelected(state.cell))
407 while (!me.isConsumed() && current != null && (this.isTableCell(current.cell) ||
656 if (this.isTableCell(state.cell))
681 while (cursor == null && current != null && (this.isTableCell(current.cell) ||
853 var cell = (this.graph.isTableCell(initialCell) &&
854 this.graph.isTableCell(cells[i]) &&
880 if (this.graph.isTableCell(cell))
2466 this.isTableCell(cell) || this.isTableRow(cell);
2632 !this.isTableCell(cells[i]))
2655 !this.isTableCell(cells[i]))
3883 return this.isTableRow(source) || this.isTableCell(source) ||
5905 Graph.prototype.isTableCell = function(cell) method in Graph
7269 this.graph.isTableRow(vertex) || this.graph.isTableCell(vertex);
8066 if (this.isTableCell(cells[i]))
8432 !this.isTableCell(cell) && !this.isSwimlane(cell))
8501 (this.isTableCell(change.cell) || this.isTableRow(change.cell)) &&
8507 if (this.isTableCell(cell))
8872 if (this.isTableCell(target))
9333 if (this.isTableCell(cells[i]))
9522 return !this.isTableCell(cell) && !this.isTableRow(cell) && (result ||
10223 if (this.isTableCell(cell))
10380 if (this.isTableCell(cell))
10450 if (this.isTableCell(cell))
10483 if (this.isTableCell(cell))
10534 if (this.isTableCell(cell))
11726 if (this.graph.isTableCell(cell))
11810 !this.graph.isTableCell(this.state.cell) &&
11820 if (this.graph.isTableCell(this.state.cell))
11837 !this.graph.isTableCell(this.state.cell) &&
11864 else if (this.graph.isTableCell(this.state.cell))
13016 (this.graph.isTableCell(this.state.cell) ||