HomeSort by relevance Sort by last modified time
    Searched defs:DOMCoreException (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
DOMCoreException.h 36 class DOMCoreException : public ExceptionBase {
38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description)
40 return adoptRef(new DOMCoreException(description));
44 DOMCoreException(const ExceptionCodeDescription& description)
  /external/webkit/Source/WebCore/inspector/front-end/
InjectedFakeWorker.js 247 throw new DOMCoreException("SECURITY_ERR",18);
322 function DOMCoreException(name, code)

Completed in 1771 milliseconds