selectorListMatches  328 Source/core/dom/SelectorQuery.cpp         if (selectorListMatches<SelectorQueryTrait>(rootNode, *element, output) && SelectorQueryTrait::shouldOnlyMatchFirstElement)
selectorListMatches  386 Source/core/dom/SelectorQuery.cpp         if (selectorListMatches<SelectorQueryTrait>(rootNode, *element, output) && SelectorQueryTrait::shouldOnlyMatchFirstElement)
selectorListMatches   73 Source/core/dom/SelectorQuery.h     bool selectorListMatches(ContainerNode& rootNode, Element&, typename SelectorQueryTrait::OutputType&) const;