Searched defs:EventException (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DEventException.h36 class EventException : public ExceptionBase { class in namespace:WebCore
38 static PassRefPtr<EventException> create(const ExceptionCodeDescription& description)
40 return adoptRef(new EventException(description));
51 EventException(const ExceptionCodeDescription& description) function in class:WebCore::EventException

Completed in 90 milliseconds