Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/js/
DJSExceptionBase.cpp52 if (EventException* eventException = toEventException(value)) in toExceptionBase() local
53 return reinterpret_cast<ExceptionBase*>(eventException); in toExceptionBase()