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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackInvocation.cpp 80 AtomicString m_newValue;
87 , m_newValue(newValue)
93 callbacks()->attributeChanged(element, m_name, m_oldValue, m_newValue);
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.h 56 const String& newValue() const { return m_newValue; }
77 String m_newValue;
  /external/chromium_org/third_party/WebKit/Source/core/events/
MutationEvent.h 60 String newValue() const { return m_newValue; }
76 String m_newValue;

Completed in 109 milliseconds