Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3426 return ensureMutableInlineStyle()->ensureInlineCSSStyleDeclaration(this); in style()
3429 MutableStylePropertySet* Element::ensureMutableInlineStyle() in ensureMutableInlineStyle() function in WebCore::Element
3446 … PropertySetCSSStyleDeclaration* cssomWrapper = ensureMutableInlineStyle()->cssStyleDeclaration(); in inlineStyleCSSOMWrapper()
3506ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createIdentifierValue(identifie… in setInlineStyleProperty()
3514ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createIdentifierValue(identifie… in setInlineStyleProperty()
3522ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createValue(value, unit), impor… in setInlineStyleProperty()
3530 …bool changes = ensureMutableInlineStyle()->setProperty(propertyID, value, important, document().el… in setInlineStyleProperty()
3541 bool changes = ensureMutableInlineStyle()->removeProperty(propertyID); in removeInlineStyleProperty()
3552 ensureMutableInlineStyle()->clear(); in removeAllInlineStyleProperties()
DElement.h582 MutableStylePropertySet* ensureMutableInlineStyle();