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

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.cpp 41 idsInRules.add(selector->value().impl());
78 HashSet<AtomicString>::const_iterator end = other.idsInRules.end();
79 for (HashSet<AtomicString>::const_iterator it = other.idsInRules.begin(); it != end; ++it)
80 idsInRules.add(*it);
95 idsInRules.clear();
RuleFeature.h 78 return idsInRules.contains(idValue);
81 HashSet<AtomicString> idsInRules;
CSSDefaultStyleSheets.cpp 188 ASSERT(defaultStyle->features().idsInRules.isEmpty());
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
SelectRuleFeatureSet.h 71 return m_cssRuleFeatureSet.idsInRules.contains(idValue);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 81 if (parent->hasID() && m_features.idsInRules.contains(parent->idForStyleResolution().impl()))
249 if (element->hasID() && m_features.idsInRules.contains(element->idForStyleResolution().impl()))
338 if (context.element()->hasID() && m_features.idsInRules.contains(context.element()->idForStyleResolution().impl()))

Completed in 396 milliseconds