HomeSort by relevance Sort by last modified time
    Searched refs:attrsInRules (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.cpp 45 attrsInRules.add(selector->attribute().localName().impl());
55 attrsInRules.add(HTMLNames::partAttr.localName().impl());
84 end = other.attrsInRules.end();
85 for (HashSet<AtomicString>::const_iterator it = other.attrsInRules.begin(); it != end; ++it)
86 attrsInRules.add(*it);
97 attrsInRules.clear();
RuleFeature.h 66 return attrsInRules.contains(attributeName);
83 HashSet<AtomicString> attrsInRules;
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
SelectRuleFeatureSet.h 83 return m_cssRuleFeatureSet.attrsInRules.contains(attributeName);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 584 features.attrsInRules.add(contentAttrValues[i].impl());
    [all...]

Completed in 90 milliseconds