Searched refs:ensureMutableInlineStyle (Results 1 – 2 of 2) sorted by relevance
3426 return ensureMutableInlineStyle()->ensureInlineCSSStyleDeclaration(this); in style()3429 MutableStylePropertySet* Element::ensureMutableInlineStyle() in ensureMutableInlineStyle() function in WebCore::Element3446 … PropertySetCSSStyleDeclaration* cssomWrapper = ensureMutableInlineStyle()->cssStyleDeclaration(); in inlineStyleCSSOMWrapper()3506 …ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createIdentifierValue(identifie… in setInlineStyleProperty()3514 …ensureMutableInlineStyle()->setProperty(propertyID, cssValuePool().createIdentifierValue(identifie… in setInlineStyleProperty()3522 …ensureMutableInlineStyle()->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()
582 MutableStylePropertySet* ensureMutableInlineStyle();