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

  /external/chromium_org/third_party/WebKit/Source/core/events/
BeforeUnloadEvent.h 44 void setReturnValue(const String& returnValue) { m_returnValue = returnValue; }
45 String returnValue() const { return m_returnValue; }
54 String m_returnValue;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.h 61 String returnValue() const { return m_returnValue; }
62 void setReturnValue(const String& returnValue) { m_returnValue = returnValue; }
74 String m_returnValue;

Completed in 58 milliseconds