Home
last modified time | relevance | path

Searched refs:potentialAncestor (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js828 this.isAncestor=function(node,potentialAncestor){for(var parent=node; argument
830 parent=parent.parentNode){if(parent==potentialAncestor){return true
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2217 this.isAncestor = function(node, potentialAncestor) argument
2221 if (parent == potentialAncestor)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js839 this.isAncestor=function(node,potentialAncestor){for(var parent=node; argument
841 parent=parent.parentNode){if(parent==potentialAncestor){return true