HomeSort by relevance Sort by last modified time
    Searched refs:m_tagRules (Results 1 - 2 of 2) 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); }
204 CompactRuleMap m_tagRules;
RuleSet.cpp 442 compactPendingRules(pendingRules->tagRules, m_tagRules);

Completed in 23 milliseconds