ensureMutableInlineStyle 353 Source/core/css/PropertySetCSSStyleDeclaration.cpp return m_parentElement->ensureMutableInlineStyle(); ensureMutableInlineStyle 2940 Source/core/dom/Element.cpp reResolveURLsInInlineStyle(document(), ensureMutableInlineStyle()); ensureMutableInlineStyle 3182 Source/core/dom/Element.cpp if (ensureMutableInlineStyle().isEmpty()) { ensureMutableInlineStyle 3240 Source/core/dom/Element.cpp ensureMutableInlineStyle().setProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important); ensureMutableInlineStyle 3248 Source/core/dom/Element.cpp ensureMutableInlineStyle().setProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important); ensureMutableInlineStyle 3256 Source/core/dom/Element.cpp ensureMutableInlineStyle().setProperty(propertyID, cssValuePool().createValue(value, unit), important); ensureMutableInlineStyle 3264 Source/core/dom/Element.cpp bool changes = ensureMutableInlineStyle().setProperty(propertyID, value, important, document().elementSheet().contents()); ensureMutableInlineStyle 3275 Source/core/dom/Element.cpp bool changes = ensureMutableInlineStyle().removeProperty(propertyID); ensureMutableInlineStyle 3286 Source/core/dom/Element.cpp ensureMutableInlineStyle().clear(); ensureMutableInlineStyle 510 Source/core/dom/Element.h MutableStylePropertySet& ensureMutableInlineStyle();