Home
last modified time | relevance | path

Searched refs:ExceptionCodeDescription (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDOMCoreException.h38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description) in create()
44 DOMCoreException(const ExceptionCodeDescription& description) in DOMCoreException()
DEventException.h38 static PassRefPtr<EventException> create(const ExceptionCodeDescription& description) in create()
51 EventException(const ExceptionCodeDescription& description) in EventException()
DRangeException.h34 static PassRefPtr<RangeException> create(const ExceptionCodeDescription& description) in create()
48 RangeException(const ExceptionCodeDescription& description) in RangeException()
DExceptionCode.h93 struct ExceptionCodeDescription { struct
100 void getExceptionCodeDescription(ExceptionCode, ExceptionCodeDescription&); argument
DExceptionBase.h48 ExceptionBase(const ExceptionCodeDescription&);
DExceptionBase.cpp36 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description) in ExceptionBase()
DExceptionCode.cpp247 void getExceptionCodeDescription(ExceptionCode ec, ExceptionCodeDescription& description) in getExceptionCodeDescription()
/external/webkit/Source/WebCore/xml/
DXMLHttpRequestException.h38 … static PassRefPtr<XMLHttpRequestException> create(const ExceptionCodeDescription& description) in create()
52 XMLHttpRequestException(const ExceptionCodeDescription& description) in XMLHttpRequestException()
DXPathException.h40 static PassRefPtr<XPathException> create(const ExceptionCodeDescription& description) in create()
54 XPathException(const ExceptionCodeDescription& description) in XPathException()
/external/webkit/Source/WebCore/svg/
DSVGException.h32 static PassRefPtr<SVGException> create(const ExceptionCodeDescription& description) in create()
47 SVGException(const ExceptionCodeDescription& description) in SVGException()
/external/webkit/Source/WebCore/storage/
DSQLException.h42 static PassRefPtr<SQLException> create(const ExceptionCodeDescription& description) in create()
62 SQLException(const ExceptionCodeDescription& description) in SQLException()
DIDBDatabaseException.h37 static PassRefPtr<IDBDatabaseException> create(const ExceptionCodeDescription& description) in create()
70 IDBDatabaseException(const ExceptionCodeDescription& description) in IDBDatabaseException()
/external/webkit/Source/WebCore/fileapi/
DFileException.h42 static PassRefPtr<FileException> create(const ExceptionCodeDescription& description) in create()
73 FileException(const ExceptionCodeDescription& description) in FileException()
/external/webkit/Source/WebKit/chromium/src/
DWebStorageQuotaCallbacksImpl.cpp78 ExceptionCodeDescription description; in didFail()
DStorageInfoChromium.cpp55 ExceptionCodeDescription description; in fireStorageInfoErrorCallback()
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.cpp179 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_method_that_requires_all_args_and_throws()
247 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_method_with_exception()
327 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_with_script_state_void_exception()
342 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_with_script_state_obj_exception()
853 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_get_attr_with_getter_exception()
869 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_set_attr_with_getter_exception()
894 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_set_attr_with_setter_exception()
922 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_set_string_attr_with_getter_exception()
949 WebCore::ExceptionCodeDescription ecdesc; in webkit_dom_test_obj_set_string_attr_with_setter_exception()
/external/webkit/Source/WebCore/bindings/objc/
DExceptionHandlers.mm46 ExceptionCodeDescription description;
/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.cpp326 ExceptionCodeDescription description; in setDOMException()
/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.cpp641 ExceptionCodeDescription description; in setDOMException()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1067810 * dom/ExceptionCode.h: Added the ExceptionCodeDescription struct and the