Searched refs:featureSet (Results 1 – 1 of 1) sorted by relevance
1060 const SelectRuleFeatureSet& featureSet = elementShadow->ensureSelectFeatureSet(); in shouldInvalidateDistributionWhenAttributeChanged() local1066 if (!oldId.isEmpty() && featureSet.hasSelectorForId(oldId)) in shouldInvalidateDistributionWhenAttributeChanged()1068 if (!newId.isEmpty() && featureSet.hasSelectorForId(newId)) in shouldInvalidateDistributionWhenAttributeChanged()1079 if (featureSet.checkSelectorsForClassChange(oldClasses, newClasses)) in shouldInvalidateDistributionWhenAttributeChanged()1083 if (featureSet.checkSelectorsForClassChange(oldClasses)) in shouldInvalidateDistributionWhenAttributeChanged()1088 return featureSet.hasSelectorForAttribute(name.localName()); in shouldInvalidateDistributionWhenAttributeChanged()