DOMException      120 Source/bindings/v8/V8Initializer.cpp             DOMException* exception = V8DOMException::toNative(obj);
DOMException       58 Source/bindings/v8/V8ThrowException.cpp     RefPtr<DOMException> domException = DOMException::create(ec, sanitizedMessage, unsanitizedMessage);
DOMException       52 Source/core/dom/DOMError.h         return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessage(ec)));
DOMException       57 Source/core/dom/DOMError.h         return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), message));
DOMException       89 Source/core/dom/DOMException.cpp DOMException::DOMException(unsigned short code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage)
DOMException       99 Source/core/dom/DOMException.cpp PassRefPtr<DOMException> DOMException::create(ExceptionCode ec, const String& sanitizedMessage, const String& unsanitizedMessage)
DOMException      103 Source/core/dom/DOMException.cpp     return adoptRef(new DOMException(entry->code,
DOMException      109 Source/core/dom/DOMException.cpp String DOMException::toString() const
DOMException      114 Source/core/dom/DOMException.cpp String DOMException::toStringForConsole() const
DOMException      119 Source/core/dom/DOMException.cpp String DOMException::getErrorName(ExceptionCode ec)
DOMException      129 Source/core/dom/DOMException.cpp String DOMException::getErrorMessage(ExceptionCode ec)
DOMException      139 Source/core/dom/DOMException.cpp unsigned short DOMException::getLegacyErrorCode(ExceptionCode ec)
DOMException       41 Source/core/dom/DOMException.h class DOMException : public RefCounted<DOMException>, public ScriptWrappable {
DOMException       43 Source/core/dom/DOMException.h     static PassRefPtr<DOMException> create(ExceptionCode, const String& sanitizedMessage = String(), const String& unsanitizedMessage = String());
DOMException       61 Source/core/dom/DOMException.h     DOMException(unsigned short m_code, const String& name, const String& sanitizedMessage, const String& unsanitizedMessage);
DOMException      141 Source/core/fileapi/FileError.cpp     : DOMError(DOMException::getErrorName(errorCodeToExceptionCode(code)), errorCodeToMessage(code))
DOMException      409 Source/core/inspector/DOMEditor.cpp         *errorString = DOMException::getErrorName(exceptionState.code());
DOMException      222 Source/core/inspector/InspectorDOMAgent.cpp         return DOMException::getErrorName(exceptionState.code()) + " " + exceptionState.message();
DOMException      137 Source/core/inspector/InspectorDOMStorageAgent.cpp         return DOMException::getErrorName(exceptionState.code());