Home
last modified time | relevance | path

Searched refs:m_newValue (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DMutationEvent.cpp39 , m_newValue(newValue) in MutationEvent()
60 m_newValue = newValue; in initMutationEvent()
DMutationEvent.h59 String newValue() const { return m_newValue; } in newValue()
73 String m_newValue; variable
/external/webkit/Source/WebCore/storage/
DStorageEvent.cpp57 , m_newValue(newValue) in StorageEvent()
72 m_newValue = newValue; in initStorageEvent()
DStorageEvent.h46 const String& newValue() const { return m_newValue; } in newValue()
63 String m_newValue; variable