Home | History | Annotate | Download | only in dom

Lines Matching defs:DOMException

30 #include "core/dom/DOMException.h"
92 DOMException::DOMException(unsigned short code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage)
102 PassRefPtrWillBeRawPtr<DOMException> DOMException::create(ExceptionCode ec, const String& sanitizedMessage, const String& unsanitizedMessage)
106 return adoptRefWillBeNoop(new DOMException(entry->code,
112 String DOMException::toString() const
117 String DOMException::toStringForConsole() const
122 String DOMException::getErrorName(ExceptionCode ec)
132 String DOMException::getErrorMessage(ExceptionCode ec)