Searched defs:getNumDescendants (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtree.js503 for (j = this.id + this.getNumDescendants() + 1; j < this.tree.nodes.length; j++) {
623 // This OO function maps to CCContainerNode::getNumDescendants()
626 CCContainerNode.prototype.getNumDescendants = function() {
635 numDescendants += this.children[i].getNumDescendants();
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtree.js503 for (j = this.id + this.getNumDescendants() + 1; j < this.tree.nodes.length; j++) {
623 // This OO function maps to CCContainerNode::getNumDescendants()
626 CCContainerNode.prototype.getNumDescendants = function() {
635 numDescendants += this.children[i].getNumDescendants();

Completed in 38 milliseconds