Searched refs:hasSelectorForAttribute (Results 1 – 4 of 4) sorted by relevance
49 bool hasSelectorForAttribute(const AtomicString&) const;80 inline bool SelectRuleFeatureSet::hasSelectorForAttribute(const AtomicString& attributeName) const in hasSelectorForAttribute() function
65 inline bool hasSelectorForAttribute(const AtomicString& attributeName) const in hasSelectorForAttribute() function
1149 return featureSet.hasSelectorForAttribute(name.localName()); in shouldInvalidateDistributionWhenAttributeChanged()3113 static bool hasSelectorForAttribute(Document* document, const AtomicString& localName) in hasSelectorForAttribute() function3115 … return document->ensureStyleResolver().ensureRuleFeatureSet().hasSelectorForAttribute(localName); in hasSelectorForAttribute()3131 if (inActiveDocument() && hasSelectorForAttribute(&document(), name.localName())) in willModifyAttribute()
410 return host->shadow()->ensureSelectFeatureSet().hasSelectorForAttribute(attributeName); in hasSelectorForAttributeInShadow()