Home | History | Annotate | Download | only in js

Lines Matching refs:children

165         var children = this.snapshotDataGridList.children;
166 var count = children.length;
168 this.dataGrid.appendChild(children[index]);
260 var current = this.snapshotDataGridList.children[0];
289 var child = this.dataGrid.children[0];
625 this.children.sort(comparator);
626 var childCount = this.children.length;
628 this.children[childIndex]._recalculateSiblings(childIndex);
629 for (var i = 0; i < this.children.length; ++i) {
630 var child = this.children[i];
661 for (var i = 0, n = this.children.length; i < n; ++i)
662 this._count += this.children[i].count;
670 for (var i = 0, n = this.children.length; i < n; ++i)
671 this._size += this.children[i].size;
788 this.children = [];
796 this.insertChild(child, this.children.length);
801 this.children.splice(index, 0, child);
806 this.children = [];