Searched refs:m_oldValue (Results 1 – 6 of 6) sorted by relevance
46 m_oldValue = m_element->getAttribute(m_attribute); in doApply()52 m_element->setAttribute(m_attribute, m_oldValue); in doUnapply()54 m_oldValue = nullString; in doUnapply()
46 m_oldValue = style->getPropertyValue(m_property); in doApply()54 style->setProperty(m_property, m_oldValue, m_important); in doUnapply()
50 String m_oldValue; variable
49 AtomicString m_oldValue; variable
56 , m_oldValue(oldValue) in StorageEvent()71 m_oldValue = oldValue; in initStorageEvent()
45 const String& oldValue() const { return m_oldValue; } in oldValue()62 String m_oldValue; variable