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

  /external/webkit/WebCore/storage/
StorageEvent.h 45 const String& newValue() const { return m_newValue; }
62 String m_newValue;
  /external/webkit/WebCore/dom/
MutationEvent.h 57 String newValue() const { return m_newValue; }
71 String m_newValue;

Completed in 668 milliseconds