Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp200 if (PropertySetCSSStyleDeclaration* cssomWrapper = inlineStyleCSSOMWrapper()) in ~Element() local
201 cssomWrapper->clearParentElement(); in ~Element()
3446 … PropertySetCSSStyleDeclaration* cssomWrapper = ensureMutableInlineStyle()->cssStyleDeclaration(); in inlineStyleCSSOMWrapper() local
3447 ASSERT(cssomWrapper && cssomWrapper->parentElement() == this); in inlineStyleCSSOMWrapper()
3448 return cssomWrapper; in inlineStyleCSSOMWrapper()
3481 if (PropertySetCSSStyleDeclaration* cssomWrapper = inlineStyleCSSOMWrapper()) in styleAttributeChanged() local
3482 cssomWrapper->clearParentElement(); in styleAttributeChanged()