Searched defs:DOMCoreException (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDOMCoreException.h36 class DOMCoreException : public ExceptionBase { class in namespace:WebCore
38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description)
40 return adoptRef(new DOMCoreException(description));
44 DOMCoreException(const ExceptionCodeDescription& description) function in class:WebCore::DOMCoreException
/external/webkit/Source/WebCore/inspector/front-end/
H A DInjectedFakeWorker.js247 throw new DOMCoreException("SECURITY_ERR",18);
322 function DOMCoreException(name, code) class

Completed in 516 milliseconds