Searched refs:matchSelector (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 2268 if (this.matchSelector(node, tag, id, classes, attributes, pseudos)) this.found.push(node); 2273 if (!this.uniques[uid] && this.matchSelector(node, tag, id, classes, attributes, pseudos)){ 2294 …if (this.matchSelector(node, (this.isXMLDocument) ? exp.tag : exp.tag.toUpperCase(), exp.id, exp.c… 2315 local.matchSelector = function(node, tag, id, classes, attributes, pseudos){ function
|