Searched defs:extraCSSOMWrapperIndices (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleSheet.cpp133 void CSSStyleSheet::extraCSSOMWrapperIndices(Vector<unsigned>& indices) function in class:WebCore::CSSStyleSheet
169 extraCSSOMWrapperIndices(indices);
208 void CSSStyleSheet::reattachChildRuleCSSOMWrappers(const Vector<unsigned>& extraCSSOMWrapperIndices) argument
210 ASSERT(extraCSSOMWrapperIndices.size() == m_extraChildRuleCSSOMWrappers.size());
211 for (unsigned i = 0; i < extraCSSOMWrapperIndices.size(); ++i)
212 m_extraChildRuleCSSOMWrappers[i]->reattach(m_contents->ruleAt(extraCSSOMWrapperIndices[i]));

Completed in 1085 milliseconds