Searched defs:DOMException (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMException.h41 class DOMException : public RefCounted<DOMException>, public ScriptWrappable { class in namespace:WebCore
43 static PassRefPtr<DOMException> create(ExceptionCode, const String& message = String());
56 DOMException(unsigned short m_code, const String& name, const String& message);
H A DDOMException.cpp30 #include "core/dom/DOMException.h"
89 DOMException::DOMException(unsigned short code, const String& name, const String& message) function in class:WebCore::DOMException
98 PassRefPtr<DOMException> DOMException::create(ExceptionCode ec, const String& message)
102 return adoptRef(new DOMException(entry->code,
107 String DOMException::toString() const
112 String DOMException::getErrorName(ExceptionCode ec)
122 String DOMException::getErrorMessage(ExceptionCode ec)
132 unsigned short DOMException
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 229 milliseconds