Searched refs:nodeStyle (Results 1 – 1 of 1) sorted by relevance
635 …RefPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclarat… in removeStyleAddedByNode() local636 nodeStyle->removeEquivalentProperties(parentStyle->ensureCSSStyleDeclaration()); in removeStyleAddedByNode()637 m_mutableStyle->removeEquivalentProperties(nodeStyle->ensureCSSStyleDeclaration()); in removeStyleAddedByNode()646 …RefPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclarat… in removeStyleConflictingWithStyleOfNode() local647 nodeStyle->removeEquivalentProperties(parentStyle->ensureCSSStyleDeclaration()); in removeStyleConflictingWithStyleOfNode()649 unsigned propertyCount = nodeStyle->propertyCount(); in removeStyleConflictingWithStyleOfNode()651 m_mutableStyle->removeProperty(nodeStyle->propertyAt(i).id()); in removeStyleConflictingWithStyleOfNode()716 … RefPtr<CSSComputedStyleDeclaration> nodeStyle = CSSComputedStyleDeclaration::create(node); in triStateOfStyle() local717 if (nodeStyle) { in triStateOfStyle()718 …TriState nodeState = triStateOfStyle(nodeStyle.get(), node->isTextNode() ? EditingStyle::DoNotIgno… in triStateOfStyle()