Searched refs:featureSet (Results 1 – 3 of 3) sorted by relevance
43 void SelectRuleFeatureSet::add(const SelectRuleFeatureSet& featureSet) in add() argument45 m_cssRuleFeatureSet.add(featureSet.m_cssRuleFeatureSet); in add()46 m_featureFlags |= featureSet.m_featureFlags; in add()
420 const SelectRuleFeatureSet& featureSet = host->shadow()->ensureSelectFeatureSet(); in hasSelectorForPseudoClassInShadow() local422 return featureSet.hasSelectorForChecked(); in hasSelectorForPseudoClassInShadow()424 return featureSet.hasSelectorForEnabled(); in hasSelectorForPseudoClassInShadow()426 return featureSet.hasSelectorForDisabled(); in hasSelectorForPseudoClassInShadow()428 return featureSet.hasSelectorForIndeterminate(); in hasSelectorForPseudoClassInShadow()430 return featureSet.hasSelectorForLink(); in hasSelectorForPseudoClassInShadow()432 return featureSet.hasSelectorForTarget(); in hasSelectorForPseudoClassInShadow()434 return featureSet.hasSelectorForVisited(); in hasSelectorForPseudoClassInShadow()
1121 const SelectRuleFeatureSet& featureSet = elementShadow->ensureSelectFeatureSet(); in shouldInvalidateDistributionWhenAttributeChanged() local1127 if (!oldId.isEmpty() && featureSet.hasSelectorForId(oldId)) in shouldInvalidateDistributionWhenAttributeChanged()1129 if (!newId.isEmpty() && featureSet.hasSelectorForId(newId)) in shouldInvalidateDistributionWhenAttributeChanged()1140 if (checkSelectorForClassChange(oldClasses, newClasses, featureSet)) in shouldInvalidateDistributionWhenAttributeChanged()1144 if (checkSelectorForClassChange(oldClasses, featureSet)) in shouldInvalidateDistributionWhenAttributeChanged()1149 return featureSet.hasSelectorForAttribute(name.localName()); in shouldInvalidateDistributionWhenAttributeChanged()