Searched refs:createCSSOMWrapper (Results 1 – 5 of 5) sorted by relevance
45 PassRefPtrWillBeRawPtr<CSSRule> StyleRuleBase::createCSSOMWrapper(CSSStyleSheet* parentSheet) const in createCSSOMWrapper() function in WebCore::StyleRuleBase47 return createCSSOMWrapper(parentSheet, 0); in createCSSOMWrapper()50 PassRefPtrWillBeRawPtr<CSSRule> StyleRuleBase::createCSSOMWrapper(CSSRule* parentRule) const in createCSSOMWrapper() function in WebCore::StyleRuleBase52 return createCSSOMWrapper(0, parentRule); in createCSSOMWrapper()205 PassRefPtrWillBeRawPtr<CSSRule> StyleRuleBase::createCSSOMWrapper(CSSStyleSheet* parentSheet, CSSRu… in createCSSOMWrapper() function in WebCore::StyleRuleBase
80 PassRefPtrWillBeRawPtr<CSSRule> createCSSOMWrapper(CSSStyleSheet* parentSheet = 0) const;81 PassRefPtrWillBeRawPtr<CSSRule> createCSSOMWrapper(CSSRule* parentRule) const;96 …PassRefPtrWillBeRawPtr<CSSRule> createCSSOMWrapper(CSSStyleSheet* parentSheet, CSSRule* parentRule…
135 … rule = m_groupRule->childRules()[index]->createCSSOMWrapper(const_cast<CSSGroupingRule*>(this)); in item()
225 cssRule = rule->createCSSOMWrapper(); in appendCSSOMWrapperForRule()
260 cssRule = m_contents->ruleAt(index)->createCSSOMWrapper(this); in item()