Home
last modified time | relevance | path

Searched refs:universalRules (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleSet.h138 …const Vector<RuleData>* universalRules() const { ASSERT(!m_pendingRules); return &m_universalRules… in universalRules() function
DElementRuleCollector.cpp178 …collectMatchingRulesForList(matchRequest.ruleSet->universalRules(), behaviorAtBoundary, cascadeSco… in collectMatchingRules()