Home
last modified time | relevance | path

Searched refs:featureSet (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1060 const SelectRuleFeatureSet& featureSet = elementShadow->ensureSelectFeatureSet(); in shouldInvalidateDistributionWhenAttributeChanged() local
1066 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()