Lines Matching refs:getChildCells

5831 	var rows = this.model.getChildCells(table, true);
5842 var cells = this.model.getChildCells(rows[i], true);
5967 var rows = model.getChildCells(table, true);
6031 var cells = model.getChildCells(row, true);
6039 var rows = model.getChildCells(table, true);
6044 cells = model.getChildCells(row, true);
6178 var cells = this.graph.model.getChildCells(row, true);
6209 var cells = model.getChildCells(row, true);
6340 var rows = model.getChildCells(parent, true);
7730 var sourceLabels = this.getChildCells(newEdge, true);
7742 var targetLabels = this.getChildCells(edge, true);
7917 newCells = newCells.concat(this.model.getChildCells(cells[i], true).reverse());
7974 var rows = this.model.getChildCells(target, true);
7979 var sourceCols = this.model.getChildCells(cells[i], true);
7980 var cols = this.model.getChildCells(rows[0], true);
8006 sourceCols = this.model.getChildCells(cells[i], true);
8096 var rows = this.model.getChildCells(table, true);
10227 index = mxUtils.indexOf(model.getChildCells(row, true), cell);
10237 cell = model.getChildCells(table, true)[0];
10242 index = model.getChildCells(cell, true).length - 1;
10246 var rows = model.getChildCells(table, true);
10251 var child = model.getChildCells(rows[i], true)[index];
10309 var lanes = model.getChildCells(pool, true);
10348 var lanes = model.getChildCells(pool, true);
10391 var rows = model.getChildCells(table, true);
10395 var cells = model.getChildCells(row, true);
10460 var rows = model.getChildCells(table, true);
10473 var cells = model.getChildCells(row, true);
10492 var child = model.getChildCells(rows[i], true)[index];
10545 var rows = model.getChildCells(table, true);
11904 var rows = graph.view.getCellStates(model.getChildCells(this.state.cell, true));
11908 var cols = model.getChildCells(rows[0].cell, true);