selectorMatches   130 Source/core/dom/SelectorQuery.cpp         if (selectorMatches(*m_selectors[i], targetElement, targetElement))
selectorMatches   268 Source/core/dom/SelectorQuery.cpp         if (selectorMatches(selector, toElement(*traverseRoot), rootNode))
selectorMatches   274 Source/core/dom/SelectorQuery.cpp         if (selectorMatches(selector, *element, rootNode)) {
selectorMatches   291 Source/core/dom/SelectorQuery.cpp             if (selectorMatches(selector, element, rootNode)) {
selectorMatches   303 Source/core/dom/SelectorQuery.cpp             if (selectorMatches(selector, *element, rootNode)) {
selectorMatches   316 Source/core/dom/SelectorQuery.cpp         if (selectorMatches(*m_selectors[i], element, rootNode)) {
selectorMatches   428 Source/core/dom/SelectorQuery.cpp                 if (selectorMatches(selector, element, rootNode)) {
selectorMatches   439 Source/core/dom/SelectorQuery.cpp         if (selectorMatches(selector, *element, rootNode))
selectorMatches    56 Source/core/dom/SelectorQuery.h     bool selectorMatches(const CSSSelector&, Element&, const ContainerNode&) const;