Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DSelectRuleFeatureSet.cpp43 void SelectRuleFeatureSet::add(const SelectRuleFeatureSet& featureSet) in add() argument
45 m_cssRuleFeatureSet.add(featureSet.m_cssRuleFeatureSet); in add()
46 m_featureFlags |= featureSet.m_featureFlags; in add()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp420 const SelectRuleFeatureSet& featureSet = host->shadow()->ensureSelectFeatureSet(); in hasSelectorForPseudoClassInShadow() local
422 return featureSet.hasSelectorForChecked(); in hasSelectorForPseudoClassInShadow()
424 return featureSet.hasSelectorForEnabled(); in hasSelectorForPseudoClassInShadow()
426 return featureSet.hasSelectorForDisabled(); in hasSelectorForPseudoClassInShadow()
428 return featureSet.hasSelectorForIndeterminate(); in hasSelectorForPseudoClassInShadow()
430 return featureSet.hasSelectorForLink(); in hasSelectorForPseudoClassInShadow()
432 return featureSet.hasSelectorForTarget(); in hasSelectorForPseudoClassInShadow()
434 return featureSet.hasSelectorForVisited(); in hasSelectorForPseudoClassInShadow()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1121 const SelectRuleFeatureSet& featureSet = elementShadow->ensureSelectFeatureSet(); in shouldInvalidateDistributionWhenAttributeChanged() local
1127 if (!oldId.isEmpty() && featureSet.hasSelectorForId(oldId)) in shouldInvalidateDistributionWhenAttributeChanged()
1129 if (!newId.isEmpty() && featureSet.hasSelectorForId(newId)) in shouldInvalidateDistributionWhenAttributeChanged()
1140 if (checkSelectorForClassChange(oldClasses, newClasses, featureSet)) in shouldInvalidateDistributionWhenAttributeChanged()
1144 if (checkSelectorForClassChange(oldClasses, featureSet)) in shouldInvalidateDistributionWhenAttributeChanged()
1149 return featureSet.hasSelectorForAttribute(name.localName()); in shouldInvalidateDistributionWhenAttributeChanged()