Searched defs:hasDescendant (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.js275 this.hasDescendant(this.tree.selectedId)) {
343 // This OO function maps to CCContainerNode:hasDescendant(nodeId)
347 CCContainerNode.prototype.hasDescendant = function(nodeId) {
361 found = this.children[i].hasDescendant(nodeId);
978 container.hasDescendant(this.selectedId)) {
1030 container.hasDescendant(this.selectedId) && !container.isRoot) {
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtree.js275 this.hasDescendant(this.tree.selectedId)) {
343 // This OO function maps to CCContainerNode:hasDescendant(nodeId)
347 CCContainerNode.prototype.hasDescendant = function(nodeId) {
361 found = this.children[i].hasDescendant(nodeId);
978 container.hasDescendant(this.selectedId)) {
1030 container.hasDescendant(this.selectedId) && !container.isRoot) {

Completed in 24 milliseconds