Searched refs:m_propertiesCSSOMWrapper (Results 1 – 12 of 12) sorted by relevance
41 if (m_propertiesCSSOMWrapper) in ~CSSFontFaceRule()42 m_propertiesCSSOMWrapper->clearParentRule(); in ~CSSFontFaceRule()48 if (!m_propertiesCSSOMWrapper) in style()49 …m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_fontFaceRule->mutableProperties(… in style()50 return m_propertiesCSSOMWrapper.get(); in style()69 if (m_propertiesCSSOMWrapper) in reattach()70 m_propertiesCSSOMWrapper->reattach(m_fontFaceRule->mutableProperties()); in reattach()76 visitor->trace(m_propertiesCSSOMWrapper); in trace()
50 if (m_propertiesCSSOMWrapper) in ~CSSViewportRule()51 m_propertiesCSSOMWrapper->clearParentRule(); in ~CSSViewportRule()57 if (!m_propertiesCSSOMWrapper) in style()58 …m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_viewportRule->mutableProperties(… in style()60 return m_propertiesCSSOMWrapper.get(); in style()82 if (m_propertiesCSSOMWrapper) in reattach()83 m_propertiesCSSOMWrapper->reattach(m_viewportRule->mutableProperties()); in reattach()89 visitor->trace(m_propertiesCSSOMWrapper); in trace()
49 if (m_propertiesCSSOMWrapper) in ~CSSFilterRule()50 m_propertiesCSSOMWrapper->clearParentRule(); in ~CSSFilterRule()56 if (!m_propertiesCSSOMWrapper) in style()57 …m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_filterRule->mutableProperties(),… in style()58 return m_propertiesCSSOMWrapper.get(); in style()83 if (m_propertiesCSSOMWrapper) in reattach()84 m_propertiesCSSOMWrapper->reattach(m_filterRule->mutableProperties()); in reattach()90 visitor->trace(m_propertiesCSSOMWrapper); in trace()
44 if (m_propertiesCSSOMWrapper) in ~CSSPageRule()45 m_propertiesCSSOMWrapper->clearParentRule(); in ~CSSPageRule()51 if (!m_propertiesCSSOMWrapper) in style()52 …m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_pageRule->mutableProperties(), c… in style()53 return m_propertiesCSSOMWrapper.get(); in style()102 if (m_propertiesCSSOMWrapper) in reattach()103 m_propertiesCSSOMWrapper->reattach(m_pageRule->mutableProperties()); in reattach()109 visitor->trace(m_propertiesCSSOMWrapper); in trace()
51 if (m_propertiesCSSOMWrapper) in ~CSSStyleRule()52 m_propertiesCSSOMWrapper->clearParentRule(); in ~CSSStyleRule()62 if (!m_propertiesCSSOMWrapper) { in style()63 …m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_styleRule->mutableProperties(), … in style()65 return m_propertiesCSSOMWrapper.get(); in style()129 if (m_propertiesCSSOMWrapper) in reattach()130 m_propertiesCSSOMWrapper->reattach(m_styleRule->mutableProperties()); in reattach()136 visitor->trace(m_propertiesCSSOMWrapper); in trace()
154 if (m_propertiesCSSOMWrapper) in ~CSSKeyframeRule()155 m_propertiesCSSOMWrapper->clearParentRule(); in ~CSSKeyframeRule()161 if (!m_propertiesCSSOMWrapper) in style()162 …m_propertiesCSSOMWrapper = StyleRuleCSSStyleDeclaration::create(m_keyframe->mutableProperties(), c… in style()163 return m_propertiesCSSOMWrapper.get(); in style()175 visitor->trace(m_propertiesCSSOMWrapper); in trace()
63 mutable RefPtrWillBeMember<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper; variable
57 mutable RefPtrWillBeMember<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper; variable
59 mutable RefPtrWillBeMember<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper; variable
96 mutable RefPtrWillBeMember<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper; variable