Lines Matching refs:isTableRow

408 				    			this.isTableRow(current.cell) || this.isTable(current.cell)))
682 this.isTableRow(current.cell) || this.isTable(current.cell)))
857 ((this.graph.isTableRow(initialCell) &&
858 this.graph.isTableRow(cells[i]) &&
892 if (!ignoreParent && (!this.graph.isTableRow(cell) || !this.graph.isCellSelected(cell)))
1214 return source && (graph.isCellSelected(state.cell) || (graph.isTableRow(state.cell) &&
2259 if (this.isTableRow(cell) && (!this.isSwimlane(cell) ||
2466 this.isTableCell(cell) || this.isTableRow(cell);
2631 if (!this.isTableRow(cells[i]) &&
2654 !this.isTableRow(cells[i]) &&
3883 return this.isTableRow(source) || this.isTableCell(source) ||
5455 if (this.graph.isTableRow(this.currentState.cell))
5907 return this.model.isVertex(cell) && this.isTableRow(this.model.getParent(cell));
5913 Graph.prototype.isTableRow = function(cell) method in Graph
7269 this.graph.isTableRow(vertex) || this.graph.isTableCell(vertex);
7712 if (this.isTable(parent) || this.isTableRow(parent))
7937 if (target != null && this.isTableRow(cells[i]))
8089 if (this.isTableRow(cells[i]))
8291 rows = rows && this.isTableRow(cells[i]);
8297 this.isContainer(cell)) && !this.isTableRow(cell) &&
8431 if (!this.isTable(cell) && !this.isTableRow(cell) &&
8501 (this.isTableCell(change.cell) || this.isTableRow(change.cell)) &&
8512 if (this.isTableRow(cell))
8867 rows = rows && this.isTableRow(cells[i]);
8877 if (this.isTableRow(target))
9522 return !this.isTableCell(cell) && !this.isTableRow(cell) && (result ||
10231 if (this.isTableRow(cell))
10385 else if (this.isTableRow(cell))
10455 if (this.isTableRow(row))
10468 if (!this.isTableRow(row))
10540 if (this.isTableRow(cell))
10553 if (!this.isTableRow(row))
11730 else if (this.graph.isTableRow(cell))
11811 !this.graph.isTableRow(this.state.cell) &&
11838 !this.graph.isTableRow(this.state.cell);
11860 if (this.graph.isTableRow(this.state.cell))
13017 this.graph.isTableRow(this.state.cell)))