Home | History | Annotate | Download | only in front-end

Lines Matching refs:querySelectorAll

302     var nodes = node.ownerDocument.querySelectorAll(selectorText);
759 const result = doc.__proto__.querySelectorAll.call(doc, "[" + attributeNameQuery + "]");
798 const result = doc.__proto__.querySelectorAll.call(doc, whitespaceTrimmedQuery);
840 const querySelectorAllFunction = InjectedScript._window().Document.prototype.querySelectorAll;
994 $$: function() { return document.querySelectorAll.apply(document, arguments) }, \n\