Searched defs:getParentByNames (Results 1 – 4 of 4) sorted by relevance
10100 Graph.prototype.getParentByNames = function(node, names, stopAt) method in Graph
2590 …!=b&&b.nodeName!=d;){if(b==f)return null;b=b.parentNode}return b};Graph.prototype.getParentByNames= method in Graph
2839 …!=a&&a.nodeName!=b;){if(a==c)return null;a=a.parentNode}return a};Graph.prototype.getParentByNames= method in Graph