Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1514 document._getElementsByXPath = function(expression, parentElement) { function
2784 if (this.xpath) return document._getElementsByXPath(this.xpath, root);
4160 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1721 document._getElementsByXPath = function(expression, parentElement) { function
3304 return document._getElementsByXPath(this.xpath, root);
4817 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];
/plugin/issuetracker/
H A Dprototype.js1830 document._getElementsByXPath = function(expression, parentElement) { function
5968 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];