Searched refs:idRules (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleSet.h131 const RuleData* idRules(StringImpl* key) const { ASSERT(!m_pendingRules); return m_idRules.get(key); } function in class:WebCore::RuleSet
189 PendingRuleMap idRules; member in struct:WebCore::RuleSet::PendingRuleMaps
H A DRuleSet.cpp253 addToRuleSet(component->value().impl(), ensurePendingRules()->idRules, ruleData);
440 compactPendingRules(pendingRules->idRules, m_idRules);
H A DElementRuleCollector.cpp167 collectMatchingRulesForList(matchRequest.ruleSet->idRules(element.idForStyleResolution().impl()), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);

Completed in 57 milliseconds