Searched refs:matchElements (Results 1 – 3 of 3) sorted by relevance
3326 matchElements: function(elements, expression) {3339 return Selector.matchElements(elements, expression || '*')[index || 0];
3876 matchElements: function(elements, expression) {3889 return Selector.matchElements(elements, expression || '*')[index || 0];
6053 matchElements: function(elements, expression) { method