Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DSelectRuleFeatureSet.h49 bool hasSelectorForAttribute(const AtomicString&) const;
80 inline bool SelectRuleFeatureSet::hasSelectorForAttribute(const AtomicString& attributeName) const in hasSelectorForAttribute() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleFeature.h65 inline bool hasSelectorForAttribute(const AtomicString& attributeName) const in hasSelectorForAttribute() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1149 return featureSet.hasSelectorForAttribute(name.localName()); in shouldInvalidateDistributionWhenAttributeChanged()
3113 static bool hasSelectorForAttribute(Document* document, const AtomicString& localName) in hasSelectorForAttribute() function
3115 … return document->ensureStyleResolver().ensureRuleFeatureSet().hasSelectorForAttribute(localName); in hasSelectorForAttribute()
3131 if (inActiveDocument() && hasSelectorForAttribute(&document(), name.localName())) in willModifyAttribute()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp410 return host->shadow()->ensureSelectFeatureSet().hasSelectorForAttribute(attributeName); in hasSelectorForAttributeInShadow()