Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.cpp57 , m_styleAttributeIsDirty(false) in ElementData()
66 , m_styleAttributeIsDirty(false) in ElementData()
75 , m_styleAttributeIsDirty(other.m_styleAttributeIsDirty) in ElementData()
DElementData.h87 mutable unsigned m_styleAttributeIsDirty : 1; variable
DElement.cpp417 if (elementData()->m_styleAttributeIsDirty) { in synchronizeAllAttributes()
431 if (UNLIKELY(name == styleAttr && elementData()->m_styleAttributeIsDirty)) { in synchronizeAttribute()
448 …if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.local… in synchronizeAttribute()
2097 …if (UNLIKELY(localName == styleAttr) && elementData()->m_styleAttributeIsDirty && isStyledElement(… in removeAttribute()
3416 ASSERT(elementData()->m_styleAttributeIsDirty); in synchronizeStyleAttributeInternal()
3417 elementData()->m_styleAttributeIsDirty = false; in synchronizeStyleAttributeInternal()
3488 elementData()->m_styleAttributeIsDirty = false; in styleAttributeChanged()
3499 elementData()->m_styleAttributeIsDirty = true; in inlineStyleChanged()
DElement.h865 elementData()->m_styleAttributeIsDirty = true; in invalidateStyleAttribute()