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

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h 133 const RuleData* tagRules(StringImpl* key) const { ASSERT(!m_pendingRules); return m_tagRules.get(key); }
191 PendingRuleMap tagRules;
RuleSet.cpp 292 addToRuleSet(component->tagQName().localName().impl(), ensurePendingRules()->tagRules, ruleData);
442 compactPendingRules(pendingRules->tagRules, m_tagRules);
ElementRuleCollector.cpp 177 collectMatchingRulesForList(matchRequest.ruleSet->tagRules(element.localName().impl()), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);

Completed in 1524 milliseconds