Searched refs:ExceptionBase (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSExceptionBase.h37 class ExceptionBase;
39 ExceptionBase* toExceptionBase(JSC::JSValue);
H A DJSExceptionBase.cpp46 ExceptionBase* toExceptionBase(JSC::JSValue value)
49 return reinterpret_cast<ExceptionBase*>(domException);
51 return reinterpret_cast<ExceptionBase*>(rangeException);
53 return reinterpret_cast<ExceptionBase*>(eventException);
55 return reinterpret_cast<ExceptionBase*>(xmlHttpException);
58 return reinterpret_cast<ExceptionBase*>(svgException);
62 return reinterpret_cast<ExceptionBase*>(pathException);
66 return reinterpret_cast<ExceptionBase*>(pathException);
H A DJSDOMBinding.cpp31 #include "ExceptionBase.h"
295 if (ExceptionBase* exceptionBase = toExceptionBase(exception))
/external/webkit/Source/WebCore/dom/
H A DExceptionBase.h38 class ExceptionBase : public RefCounted<ExceptionBase> { class in namespace:WebCore
48 ExceptionBase(const ExceptionCodeDescription&);
H A DDOMCoreException.h32 #include "ExceptionBase.h"
36 class DOMCoreException : public ExceptionBase {
45 : ExceptionBase(description)
H A DEventException.h32 #include "ExceptionBase.h"
36 class EventException : public ExceptionBase {
52 : ExceptionBase(description)
H A DRangeException.h28 #include "ExceptionBase.h"
32 class RangeException : public ExceptionBase {
49 : ExceptionBase(description)
H A DExceptionBase.cpp30 #include "ExceptionBase.h"
36 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description) function in class:WebCore::ExceptionBase
47 String ExceptionBase::toString() const
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestException.h32 #include "ExceptionBase.h"
36 class XMLHttpRequestException : public ExceptionBase {
53 : ExceptionBase(description)
H A DXPathException.h32 #include "ExceptionBase.h"
38 class XPathException : public ExceptionBase {
55 : ExceptionBase(description)
/external/webkit/Source/WebCore/svg/
H A DSVGException.h24 #include "ExceptionBase.h"
30 class SVGException : public ExceptionBase {
48 : ExceptionBase(description)
/external/webkit/Source/WebCore/storage/
H A DSQLException.h36 #include "ExceptionBase.h"
40 class SQLException : public ExceptionBase {
63 : ExceptionBase(description)
H A DIDBDatabaseException.h31 #include "ExceptionBase.h"
35 class IDBDatabaseException : public ExceptionBase {
71 : ExceptionBase(description)
/external/webkit/Source/WebCore/fileapi/
H A DFileException.h36 #include "ExceptionBase.h"
40 class FileException : public ExceptionBase {
74 : ExceptionBase(description)
/external/webkit/Source/WebCore/
H A DAndroid.mk150 dom/ExceptionBase.cpp \

Completed in 1687 milliseconds