Home
last modified time | relevance | path

Searched refs:toStringForConsole (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMException.h56 String toStringForConsole() const;
DDOMException.cpp116 String DOMException::toStringForConsole() const in toStringForConsole() function in blink::DOMException
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8Initializer.cpp132 event->setUnsanitizedMessage("Uncaught " + exception->toStringForConsole()); in messageHandlerInMainThread()