OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_unsanitizedMessage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.h
53
String messageForConsole() const { return !
m_unsanitizedMessage
.isEmpty() ?
m_unsanitizedMessage
: m_sanitizedMessage; }
66
String
m_unsanitizedMessage
;
/external/chromium_org/third_party/WebKit/Source/core/events/
ErrorEvent.h
76
// 'messageForConsole' is not exposed to JavaScript, and prefers '
m_unsanitizedMessage
'.
77
const String& messageForConsole() const { return !
m_unsanitizedMessage
.isEmpty() ?
m_unsanitizedMessage
: m_sanitizedMessage; }
90
String
m_unsanitizedMessage
;
Completed in 23 milliseconds