Searched refs:EventException (Results 1 – 25 of 36) sorted by relevance
12
36 class EventException : public ExceptionBase {38 static PassRefPtr<EventException> create(const ExceptionCodeDescription& description) in create()40 return adoptRef(new EventException(description)); in create()51 EventException(const ExceptionCodeDescription& description) in EventException() function
267 …} else if (code >= EventException::EventExceptionOffset && code <= EventException::EventExceptionM… in getExceptionCodeDescription()270 code -= EventException::EventExceptionOffset; in getExceptionCodeDescription()274 nameTableOffset = EventException::UNSPECIFIED_EVENT_TYPE_ERR; in getExceptionCodeDescription()
144 raises(EventException);156 raises(EventException);
36 raises(EventException);
35 ] EventException {
53 raises(EventException);
295 ec = EventException::UNSPECIFIED_EVENT_TYPE_ERR; in dispatchEvent()
52 if (EventException* eventException = toEventException(value)) in toExceptionBase()
338 errorObject = toJS(exec, globalObject, EventException::create(description)); in setDOMException()
48 raises(EventException);
76 raises(EventException);
56 raises(EventException);
61 raises(EventException);
58 raises(EventException);
52 raises(EventException);
120 raises(EventException);
66 raises(EventException);
348 raises(EventException);534 attribute EventExceptionConstructor EventException;
57 raises(EventException);
70 raises(EventException);
97 raises(EventException);
653 exception = toV8(EventException::create(description)); in setDOMException()
183 EventException \
127 dom/EventException.idl \