Home | History | Annotate | Download | only in css

Lines Matching refs:SelectorMatches

937     return checkSelector(sel, element, 0, dynamicPseudo, false, false) == SelectorMatches;
2063 if (match != SelectorMatches)
2188 // * SelectorMatches - the selector matches the element e
2210 return SelectorMatches;
2776 if (checkSelector(selector, e, selectorAttrs, dynamicPseudo, true, encounteredLink, elementStyle, elementParentStyle) == SelectorMatches)