Searched refs:messageForConsole (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMException.h55 String messageForConsole() const { return !m_unsanitizedMessage.isEmpty() ? m_unsanitizedMessage : m_sanitizedMessage; } function in class:blink::FINAL
H A DDOMException.cpp118 return name() + ": " + messageForConsole();
H A DExecutionContext.cpp141 m_pendingExceptions->append(adoptPtrWillBeNoop(new PendingException(errorEvent->messageForConsole(), errorEvent->lineno(), errorEvent->colno(), scriptId, errorEvent->filename(), callStack)));
147 logExceptionToConsole(errorEvent->messageForConsole(), scriptId, errorEvent->filename(), errorEvent->lineno(), errorEvent->colno(), callStack);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DErrorEvent.h77 // 'messageForConsole' is not exposed to JavaScript, and prefers 'm_unsanitizedMessage'.
78 const String& messageForConsole() const { return !m_unsanitizedMessage.isEmpty() ? m_unsanitizedMessage : m_sanitizedMessage; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Initializer.cpp131 if (exception && !exception->messageForConsole().isEmpty())

Completed in 285 milliseconds