Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp343 const Vector<RuleData>* getTagRules(AtomicStringImpl* key) const { return m_tagRules.get(key); } in getTagRules()
351 AtomRuleMap m_tagRules; member in WebCore::RuleSet
3114 deleteAllValues(m_tagRules); in ~RuleSet()
3148 addToRuleSet(localName.impl(), m_tagRules, rule, sel); in addRule()
3279 end = m_tagRules.end(); in collectFeatures()
3280 for (AtomRuleMap::const_iterator it = m_tagRules.begin(); it != end; ++it) in collectFeatures()
3299 shrinkMapVectorsToFit(m_tagRules); in shrinkToFit()