Home
last modified time | relevance | path

Searched refs:nodeStyle (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp635 …RefPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclarat… in removeStyleAddedByNode() local
636 nodeStyle->removeEquivalentProperties(parentStyle->ensureCSSStyleDeclaration()); in removeStyleAddedByNode()
637 m_mutableStyle->removeEquivalentProperties(nodeStyle->ensureCSSStyleDeclaration()); in removeStyleAddedByNode()
646 …RefPtr<MutableStylePropertySet> nodeStyle = editingStyleFromComputedStyle(CSSComputedStyleDeclarat… in removeStyleConflictingWithStyleOfNode() local
647 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() local
717 if (nodeStyle) { in triStateOfStyle()
718 …TriState nodeState = triStateOfStyle(nodeStyle.get(), node->isTextNode() ? EditingStyle::DoNotIgno… in triStateOfStyle()