Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleSheet.cpp124 for (unsigned i = 0; i < m_extraChildRuleCSSOMWrappers.size(); ++i) in ~CSSStyleSheet()
125 m_extraChildRuleCSSOMWrappers[i]->setParentStyleSheet(0); in ~CSSStyleSheet()
135 indices.grow(m_extraChildRuleCSSOMWrappers.size()); in extraCSSOMWrapperIndices()
137 for (unsigned i = 0; i < m_extraChildRuleCSSOMWrappers.size(); ++i) { in extraCSSOMWrapperIndices()
138 CSSRule* cssRule = m_extraChildRuleCSSOMWrappers[i].get(); in extraCSSOMWrapperIndices()
205 m_extraChildRuleCSSOMWrappers.append(rule); in registerExtraChildRuleCSSOMWrapper()
210 ASSERT(extraCSSOMWrapperIndices.size() == m_extraChildRuleCSSOMWrappers.size()); in reattachChildRuleCSSOMWrappers()
212 m_extraChildRuleCSSOMWrappers[i]->reattach(m_contents->ruleAt(extraCSSOMWrapperIndices[i])); in reattachChildRuleCSSOMWrappers()
DCSSStyleSheet.h142 mutable Vector<RefPtr<CSSRule> > m_extraChildRuleCSSOMWrappers; variable