Searched refs:ensureCSSStyleDeclaration (Results 1 – 5 of 5) sorted by relevance
636 nodeStyle->removeEquivalentProperties(parentStyle->ensureCSSStyleDeclaration()); in removeStyleAddedByNode()637 m_mutableStyle->removeEquivalentProperties(nodeStyle->ensureCSSStyleDeclaration()); in removeStyleAddedByNode()647 nodeStyle->removeEquivalentProperties(parentStyle->ensureCSSStyleDeclaration()); in removeStyleConflictingWithStyleOfNode()686 …return triStateOfStyle(style->m_mutableStyle->ensureCSSStyleDeclaration(), DoNotIgnoreTextOnlyProp… in triStateOfStyle()1200 …yle = getPropertiesNotIn(m_mutableStyle.get(), styleFromMatchedRules->ensureCSSStyleDeclaration()); in removeStyleFromRulesAndContext()1209 …tPropertiesNotIn(m_mutableStyle.get(), computedStyle->m_mutableStyle->ensureCSSStyleDeclaration()); in removeStyleFromRulesAndContext()
223 CSSStyleDeclaration* ensureCSSStyleDeclaration();
643 CSSStyleDeclaration* MutableStylePropertySet::ensureCSSStyleDeclaration() in ensureCSSStyleDeclaration() function in WebCore::MutableStylePropertySet
1651 … = InspectorStyle::create(InspectorCSSId(), mutableAttributeStyle->ensureCSSStyleDeclaration(), 0); in buildObjectForAttributesStyle()
821 return MutableStylePropertySet::create()->ensureCSSStyleDeclaration(); in createCSSStyleDeclaration()