/external/webkit/Source/WebCore/bindings/js/ |
D | JSExceptionBase.cpp | 46 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()
|
D | JSExceptionBase.h | 37 class ExceptionBase; variable 39 ExceptionBase* toExceptionBase(JSC::JSValue);
|
D | JSDOMBinding.cpp | 295 if (ExceptionBase* exceptionBase = toExceptionBase(exception)) in reportException()
|
/external/webkit/Source/WebCore/dom/ |
D | ExceptionBase.h | 38 class ExceptionBase : public RefCounted<ExceptionBase> { 48 ExceptionBase(const ExceptionCodeDescription&);
|
D | ExceptionBase.cpp | 36 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description) in ExceptionBase() function in WebCore::ExceptionBase 47 String ExceptionBase::toString() const in toString()
|
D | DOMCoreException.h | 36 class DOMCoreException : public ExceptionBase { 45 : ExceptionBase(description) in DOMCoreException()
|
D | EventException.h | 36 class EventException : public ExceptionBase { 52 : ExceptionBase(description) in EventException()
|
D | RangeException.h | 32 class RangeException : public ExceptionBase { 49 : ExceptionBase(description) in RangeException()
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequestException.h | 36 class XMLHttpRequestException : public ExceptionBase { 53 : ExceptionBase(description) in XMLHttpRequestException()
|
D | XPathException.h | 38 class XPathException : public ExceptionBase { 55 : ExceptionBase(description) in XPathException()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGException.h | 30 class SVGException : public ExceptionBase { 48 : ExceptionBase(description) in SVGException()
|
/external/webkit/Source/WebCore/storage/ |
D | SQLException.h | 40 class SQLException : public ExceptionBase { 63 : ExceptionBase(description) in SQLException()
|
D | IDBDatabaseException.h | 35 class IDBDatabaseException : public ExceptionBase { 71 : ExceptionBase(description) in IDBDatabaseException()
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileException.h | 40 class FileException : public ExceptionBase { 74 : ExceptionBase(description) in FileException()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 150 dom/ExceptionBase.cpp \
|
D | WebCore.pro | 497 dom/ExceptionBase.cpp \ 1478 dom/ExceptionBase.h \
|
D | CMakeLists.txt | 575 dom/ExceptionBase.cpp
|
D | GNUmakefile.list.am | 1162 Source/WebCore/dom/ExceptionBase.cpp \ 1163 Source/WebCore/dom/ExceptionBase.h \
|
D | GNUmakefile.am | 1214 Source/WebCore/dom/ExceptionBase.cpp \ 1215 Source/WebCore/dom/ExceptionBase.h \
|
D | WebCore.gypi | 2473 'dom/ExceptionBase.cpp', 2474 'dom/ExceptionBase.h',
|
D | ChangeLog-2008-08-10 | 14318 * 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 …]
|
D | ChangeLog-2010-01-29 | 43316 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):
|
D | ChangeLog | 1715 * dom/ExceptionBase.cpp: 1716 * dom/ExceptionBase.h:
|
D | ChangeLog-2010-12-06 | 33073 * dom/ExceptionBase.cpp: 33074 (WebCore::ExceptionBase::ExceptionBase):
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 5041 …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 */,
|