Home | History | Annotate | Download | only in automation

Lines Matching refs:childIds

23   this.childIds = [];
47 var node = this.rootImpl.get(this.childIds[0]);
52 var childIds = this.childIds;
53 var node = this.rootImpl.get(childIds[childIds.length - 1]);
59 for (var i = 0, childID; childID = this.childIds[i]; i++) {
143 ' childIds=' + $JSON.stringify(this.childIds) +
331 nodeToClearImpl.childIds = []
408 nodeImpl.childIds = [];
442 var oldChildIds = nodeImpl.childIds;
452 nodeImpl.childIds = oldChildIds;
570 if (!this.deleteOldChildren_(node, nodeData.childIds)) {
579 nodeData.childIds,
581 nodeImpl.childIds = nodeData.childIds;