Home
last modified time | relevance | path

Searched defs:messageForConsole (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMException.h55 …String messageForConsole() const { return !m_unsanitizedMessage.isEmpty() ? m_unsanitizedMessage :… in messageForConsole() function
/external/chromium_org/third_party/WebKit/Source/core/events/
DErrorEvent.h78 …const String& messageForConsole() const { return !m_unsanitizedMessage.isEmpty() ? m_unsanitizedMe… in messageForConsole() function