Searched refs:maxRoot (Results 1 – 1 of 1) sorted by relevance
869 this.findNext=function(node,criteria,upOnly,maxRoot){if(!node){return null argument877 }}if(node.parentNode&&node.parentNode!=maxRoot){return this.findNext(node.parentNode,criteria,true)879 this.findPrevious=function(node,criteria,downOnly,maxRoot){if(!node){return null argument887 }}if(node.parentNode&&node.parentNode!=maxRoot){if(criteria(node.parentNode)){return node.parentNode