Searched refs:m_styleAttributeIsDirty (Results 1 – 4 of 4) sorted by relevance
57 , m_styleAttributeIsDirty(false) in ElementData()66 , m_styleAttributeIsDirty(false) in ElementData()75 , m_styleAttributeIsDirty(other.m_styleAttributeIsDirty) in ElementData()
87 mutable unsigned m_styleAttributeIsDirty : 1; variable
417 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()
865 elementData()->m_styleAttributeIsDirty = true; in invalidateStyleAttribute()