Searched refs:m_newValue (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageEvent.cpp64 , m_newValue(newValue)
74 , m_newValue(initializer.newValue)
89 m_newValue = newValue;
H A DStorageEvent.h57 const String& newValue() const { return m_newValue; }
77 String m_newValue; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMutationEvent.cpp39 , m_newValue(newValue)
60 m_newValue = newValue;
H A DMutationEvent.h59 String newValue() const { return m_newValue; }
73 String m_newValue; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackInvocation.cpp80 AtomicString m_newValue; member in class:blink::AttributeChangedInvocation
87 , m_newValue(newValue)
93 callbacks()->attributeChanged(element, m_name, m_oldValue, m_newValue);

Completed in 528 milliseconds