Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp636 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()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.h223 CSSStyleDeclaration* ensureCSSStyleDeclaration();
DStylePropertySet.cpp643 CSSStyleDeclaration* MutableStylePropertySet::ensureCSSStyleDeclaration() in ensureCSSStyleDeclaration() function in WebCore::MutableStylePropertySet
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp1651 … = InspectorStyle::create(InspectorCSSId(), mutableAttributeStyle->ensureCSSStyleDeclaration(), 0); in buildObjectForAttributesStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp821 return MutableStylePropertySet::create()->ensureCSSStyleDeclaration(); in createCSSStyleDeclaration()