Searched refs:cssomWrapper (Results 1 – 1 of 1) sorted by relevance
200 if (PropertySetCSSStyleDeclaration* cssomWrapper = inlineStyleCSSOMWrapper()) in ~Element() local201 cssomWrapper->clearParentElement(); in ~Element()3446 … PropertySetCSSStyleDeclaration* cssomWrapper = ensureMutableInlineStyle()->cssStyleDeclaration(); in inlineStyleCSSOMWrapper() local3447 ASSERT(cssomWrapper && cssomWrapper->parentElement() == this); in inlineStyleCSSOMWrapper()3448 return cssomWrapper; in inlineStyleCSSOMWrapper()3481 if (PropertySetCSSStyleDeclaration* cssomWrapper = inlineStyleCSSOMWrapper()) in styleAttributeChanged() local3482 cssomWrapper->clearParentElement(); in styleAttributeChanged()