Home
last modified time | relevance | path

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

/external/webkit/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.h36 static PassRefPtr<RangeException> create(const ExceptionCodeDescription& description) in create()
50 RangeException(const ExceptionCodeDescription& description) in RangeException()
DExceptionCode.h77 struct ExceptionCodeDescription { struct
83 void getExceptionCodeDescription(ExceptionCode, ExceptionCodeDescription&); argument
DExceptionBase.h47 ExceptionBase(const ExceptionCodeDescription&);
DExceptionBase.cpp34 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description) in ExceptionBase()
DExceptionCode.cpp97 void getExceptionCodeDescription(ExceptionCode ec, ExceptionCodeDescription& description) in getExceptionCodeDescription()
/external/webkit/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/WebCore/svg/
DSVGException.h33 static PassRefPtr<SVGException> create(const ExceptionCodeDescription& description) in create()
48 SVGException(const ExceptionCodeDescription& description) in SVGException()
/external/webkit/WebCore/bindings/objc/
DExceptionHandlers.mm46 ExceptionCodeDescription description;
/external/webkit/WebCore/bindings/js/
DJSDOMBinding.cpp458 ExceptionCodeDescription description; in setDOMException()
/external/webkit/WebCore/bindings/v8/
DV8Proxy.cpp1098 ExceptionCodeDescription description; in isEnabled()
/external/webkit/WebCore/
DChangeLog-2008-08-1067810 * dom/ExceptionCode.h: Added the ExceptionCodeDescription struct and the