Searched refs:hasSelectorFor (Results 1 – 2 of 2) sorted by relevance
51 bool hasSelectorForChecked() const { return hasSelectorFor(AffectedSelectorChecked); } in hasSelectorForChecked()52 bool hasSelectorForEnabled() const { return hasSelectorFor(AffectedSelectorEnabled); } in hasSelectorForEnabled()53 bool hasSelectorForDisabled() const { return hasSelectorFor(AffectedSelectorDisabled); } in hasSelectorForDisabled()54 … bool hasSelectorForIndeterminate() const { return hasSelectorFor(AffectedSelectorIndeterminate); } in hasSelectorForIndeterminate()55 bool hasSelectorForLink() const { return hasSelectorFor(AffectedSelectorLink); } in hasSelectorForLink()56 bool hasSelectorForTarget() const { return hasSelectorFor(AffectedSelectorTarget); } in hasSelectorForTarget()57 bool hasSelectorForVisited() const { return hasSelectorFor(AffectedSelectorVisited); } in hasSelectorForVisited()59 bool hasSelectorFor(AffectedSelectorMask features) const { return m_featureFlags & features; } in hasSelectorFor() function
352 if (ensureSelectFeatureSet().hasSelectorFor(mask)) in didAffectSelector()