Searched refs:descendantOf (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js1348 descendantOf: function(element, ancestor) {
1486 Object.extend(Element.Methods, {childOf: Element.Methods.descendantOf});
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dprototype.js1878 descendantOf: function(element, ancestor) {
3192 if (Element.descendantOf(targetNode, node)) return [targetNode];
3203 return (targetNode && Element.descendantOf(targetNode, root)) ? [targetNode] : [];
4139 Element.Methods.childOf = Element.Methods.descendantOf;

Completed in 19 milliseconds