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

/vbox/src/VBox/Main/glue/tests/
H A DTestVBox.java43 static class EventHandler class in class:TestVBox
45 EventHandler() {} method in class:TestVBox.EventHandler
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp79 static void* PR_CALLBACK EventHandler(PLEvent *self);
526 EventHandler,
568 static void* EventHandler(PLEvent *self) function
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStreamUtils.cpp97 PL_InitEvent(this, nsnull, EventHandler, EventCleanup);
113 PR_STATIC_CALLBACK(void *) EventHandler(PLEvent *plevent) function in class:nsInputStreamReadyEvent
184 PL_InitEvent(this, nsnull, EventHandler, EventCleanup);
194 PL_InitEvent(this, nsnull, EventHandler, EventCleanup);
210 PR_STATIC_CALLBACK(void *) EventHandler(PLEvent *plevent) function in class:nsOutputStreamReadyEvent

Completed in 68 milliseconds