Searched refs:ruleAt (Results 1 – 3 of 3) sorted by relevance
144 if (m_contents->ruleAt(j) == styleRule) { in extraCSSOMWrapperIndices()212 m_extraChildRuleCSSOMWrappers[i]->reattach(m_contents->ruleAt(extraCSSOMWrapperIndices[i])); in reattachChildRuleCSSOMWrappers()217 m_childRuleCSSOMWrappers[i]->reattach(m_contents->ruleAt(i)); in reattachChildRuleCSSOMWrappers()258 ASSERT(!m_contents->ruleAt(0)); in item()261 cssRule = m_contents->ruleAt(index)->createCSSOMWrapper(this); in item()
123 StyleRuleBase* ruleAt(unsigned index) const;
164 StyleRuleBase* StyleSheetContents::ruleAt(unsigned index) const in ruleAt() function in WebCore::StyleSheetContents