Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DSelectRuleFeatureSet.cpp73 setSelectRuleFeature(AffectedSelectorLink); in collectFeaturesFromSelector()
DSelectRuleFeatureSet.h55 bool hasSelectorForLink() const { return hasSelectorFor(AffectedSelectorLink); } in hasSelectorForLink()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAnchorElement.cpp270 … didAffectSelector(AffectedSelectorLink | AffectedSelectorVisited | AffectedSelectorEnabled); in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h68 AffectedSelectorLink = 1 << 4, enumerator