Home
last modified time | relevance | path

Searched refs:m_prevValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DMutationEvent.cpp41 , m_prevValue(prevValue) in MutationEvent()
63 m_prevValue = prevValue; in initMutationEvent()
DMutationEvent.h58 String prevValue() const { return m_prevValue; } in prevValue()
72 String m_prevValue; variable