Home | History | Annotate | Download | only in parse-only

Lines Matching refs:querySelectorAll

2836         // querySelectorAll queries document-wide, then filters to descendants
2844 results = $A(root.querySelectorAll(e)).map(Element.extend);