Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSetNodeAttributeCommand.cpp46 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()
DRemoveCSSPropertyCommand.cpp46 m_oldValue = style->getPropertyValue(m_property); in doApply()
54 style->setProperty(m_property, m_oldValue, m_important); in doUnapply()
DRemoveCSSPropertyCommand.h50 String m_oldValue; variable
DSetNodeAttributeCommand.h49 AtomicString m_oldValue; variable
/external/webkit/Source/WebCore/storage/
DStorageEvent.cpp56 , m_oldValue(oldValue) in StorageEvent()
71 m_oldValue = oldValue; in initStorageEvent()
DStorageEvent.h45 const String& oldValue() const { return m_oldValue; } in oldValue()
62 String m_oldValue; variable