Searched refs:m_oldValue (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSetNodeAttributeCommand.cpp46 m_oldValue = m_element->getAttribute(m_attribute);
52 m_element->setAttribute(m_attribute, m_oldValue);
53 m_oldValue = nullAtom;
H A DRemoveCSSPropertyCommand.cpp56 m_oldValue = style->getPropertyValue(m_property);
66 m_element->style()->setPropertyInternal(m_property, m_oldValue, m_important, IGNORE_EXCEPTION);
H A DRemoveCSSPropertyCommand.h54 String m_oldValue; member in class:blink::FINAL
H A DSetNodeAttributeCommand.h52 AtomicString m_oldValue; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageEvent.cpp63 , m_oldValue(oldValue)
73 , m_oldValue(initializer.oldValue)
88 m_oldValue = oldValue;
H A DStorageEvent.h56 const String& oldValue() const { return m_oldValue; }
76 String m_oldValue; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.cpp79 AtomicString m_oldValue; member in class:blink::AttributeChangedInvocation
86 , m_oldValue(oldValue)
93 callbacks()->attributeChanged(element, m_name, m_oldValue, m_newValue);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationRecord.cpp85 , m_oldValue(oldValue)
99 virtual String oldValue() OVERRIDE { return m_oldValue; }
111 String m_oldValue; member in class:blink::__anon11050::RecordWithEmptyNodeLists
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.cpp202 m_oldValue = value;
209 m_element->setAttribute(m_name, m_oldValue, exceptionState);
232 AtomicString m_oldValue; member in class:blink::FINAL
387 m_oldValue = m_node->nodeValue();
393 m_node->setNodeValue(m_oldValue);
412 String m_oldValue; member in class:blink::FINAL

Completed in 117 milliseconds