OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 423 milliseconds