HomeSort by relevance Sort by last modified time
    Searched defs:m_newValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/storage/
StorageEvent.h 46 const String& newValue() const { return m_newValue; }
63 String m_newValue;
  /external/webkit/Source/WebCore/dom/
MutationEvent.h 59 String newValue() const { return m_newValue; }
73 String m_newValue;

Completed in 17 milliseconds