Searched refs:SelectorFailsCompletely (Results 1 – 2 of 2) sorted by relevance
140 return SelectorFailsCompletely; in match()167 return SelectorFailsCompletely; in match()171 return SelectorFailsCompletely; in match()216 return SelectorFailsCompletely; in matchForSubSelector()231 return SelectorFailsCompletely; in matchForPseudoShadow()256 return SelectorFailsCompletely; in matchForRelation()266 if (match == SelectorMatches || match == SelectorFailsCompletely) in matchForRelation()269 return SelectorFailsCompletely; in matchForRelation()271 return SelectorFailsCompletely; in matchForRelation()285 return SelectorFailsCompletely; in matchForRelation()[all …]
46 …Match { SelectorMatches, SelectorFailsLocally, SelectorFailsAllSiblings, SelectorFailsCompletely }; enumerator