Home | History | Annotate | Download | only in shadow

Lines Matching refs:selector

100     for (const CSSSelector* selector = m_selectorList.first(); selector; selector = m_selectorList.next(selector)) {
101 if (!selector->isCompound())
108 static inline bool checkOneSelector(const CSSSelector* selector, const Vector<Node*>& siblings, int nth)
112 SelectorChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchEnabled);
120 for (const CSSSelector* selector = selectorList().first(); selector; selector = CSSSelectorList::next(selector)) {
121 if (checkOneSelector(selector, siblings, nth))