Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp72 return m_styleRuleList.release(); in matchedStyleRuleList()
97 if (!m_styleRuleList) in ensureStyleRuleList()
98 m_styleRuleList = StyleRuleList::create(); in ensureStyleRuleList()
99 return m_styleRuleList.get(); in ensureStyleRuleList()
DElementRuleCollector.h174 RefPtrWillBeMember<StyleRuleList> m_styleRuleList; variable