Home
last modified time | relevance | path

Searched refs:ExceptionBase (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSExceptionBase.cpp46 ExceptionBase* toExceptionBase(JSC::JSValue value) in toExceptionBase()
49 return reinterpret_cast<ExceptionBase*>(domException); in toExceptionBase()
51 return reinterpret_cast<ExceptionBase*>(rangeException); in toExceptionBase()
53 return reinterpret_cast<ExceptionBase*>(eventException); in toExceptionBase()
55 return reinterpret_cast<ExceptionBase*>(xmlHttpException); in toExceptionBase()
58 return reinterpret_cast<ExceptionBase*>(svgException); in toExceptionBase()
62 return reinterpret_cast<ExceptionBase*>(pathException); in toExceptionBase()
66 return reinterpret_cast<ExceptionBase*>(pathException); in toExceptionBase()
DJSExceptionBase.h37 class ExceptionBase; variable
39 ExceptionBase* toExceptionBase(JSC::JSValue);
DJSDOMBinding.cpp295 if (ExceptionBase* exceptionBase = toExceptionBase(exception)) in reportException()
/external/webkit/Source/WebCore/dom/
DExceptionBase.h38 class ExceptionBase : public RefCounted<ExceptionBase> {
48 ExceptionBase(const ExceptionCodeDescription&);
DExceptionBase.cpp36 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description) in ExceptionBase() function in WebCore::ExceptionBase
47 String ExceptionBase::toString() const in toString()
DDOMCoreException.h36 class DOMCoreException : public ExceptionBase {
45 : ExceptionBase(description) in DOMCoreException()
DEventException.h36 class EventException : public ExceptionBase {
52 : ExceptionBase(description) in EventException()
DRangeException.h32 class RangeException : public ExceptionBase {
49 : ExceptionBase(description) in RangeException()
/external/webkit/Source/WebCore/xml/
DXMLHttpRequestException.h36 class XMLHttpRequestException : public ExceptionBase {
53 : ExceptionBase(description) in XMLHttpRequestException()
DXPathException.h38 class XPathException : public ExceptionBase {
55 : ExceptionBase(description) in XPathException()
/external/webkit/Source/WebCore/svg/
DSVGException.h30 class SVGException : public ExceptionBase {
48 : ExceptionBase(description) in SVGException()
/external/webkit/Source/WebCore/storage/
DSQLException.h40 class SQLException : public ExceptionBase {
63 : ExceptionBase(description) in SQLException()
DIDBDatabaseException.h35 class IDBDatabaseException : public ExceptionBase {
71 : ExceptionBase(description) in IDBDatabaseException()
/external/webkit/Source/WebCore/fileapi/
DFileException.h40 class FileException : public ExceptionBase {
74 : ExceptionBase(description) in FileException()
/external/webkit/Source/WebCore/
DAndroid.mk150 dom/ExceptionBase.cpp \
DWebCore.pro497 dom/ExceptionBase.cpp \
1478 dom/ExceptionBase.h \
DCMakeLists.txt575 dom/ExceptionBase.cpp
DGNUmakefile.list.am1162 Source/WebCore/dom/ExceptionBase.cpp \
1163 Source/WebCore/dom/ExceptionBase.h \
DGNUmakefile.am1214 Source/WebCore/dom/ExceptionBase.cpp \
1215 Source/WebCore/dom/ExceptionBase.h \
DWebCore.gypi2473 'dom/ExceptionBase.cpp',
2474 'dom/ExceptionBase.h',
DChangeLog-2008-08-1014318 * dom/ExceptionBase.cpp:
14319 (WebCore::ExceptionBase::ExceptionBase):
14320 * dom/ExceptionBase.h:
51194 * dom/ExceptionBase.cpp:
51195 (WebCore::ExceptionBase::ExceptionBase):
62090 - Abstract all the logic and storage for exception classes in to an ExceptionBase class.
62123 * dom/ExceptionBase.cpp: Copied from WebCore/dom/DOMCoreException.cpp.
62124 (WebCore::ExceptionBase::ExceptionBase):
62125 (WebCore::ExceptionBase::toString):
62126 * dom/ExceptionBase.h: Copied from WebCore/dom/DOMCoreException.h.
[all …]
DChangeLog-2010-01-2943316 ExceptionBase as of r49723, so when a user logs an exception, they
44855 Add a description field to ExceptionBase, and call it through
44875 * dom/ExceptionBase.cpp:
44876 (WebCore::ExceptionBase::ExceptionBase):
44877 * dom/ExceptionBase.h:
44878 (WebCore::ExceptionBase::description):
DChangeLog1715 * dom/ExceptionBase.cpp:
1716 * dom/ExceptionBase.h:
DChangeLog-2010-12-0633073 * dom/ExceptionBase.cpp:
33074 (WebCore::ExceptionBase::ExceptionBase):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5041 …8F20D2A11E000B9918F /* ExceptionBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC60D8F00D…
5042 …D8F30D2A11E000B9918F /* ExceptionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = BC60D8F10D2…
11525 …000B9918F /* ExceptionBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
11526 …11E000B9918F /* ExceptionBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
19470 BC60D8F00D2A11E000B9918F /* ExceptionBase.cpp */,
19471 BC60D8F10D2A11E000B9918F /* ExceptionBase.h */,
21060 BC60D8F30D2A11E000B9918F /* ExceptionBase.h in Headers */,
23925 BC60D8F20D2A11E000B9918F /* ExceptionBase.cpp in Sources */,