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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStreamUtils.cpp135 class nsOutputStreamReadyEvent : public PLEvent class in inherits:PLEvent,nsIOutputStreamCallback
141 nsOutputStreamReadyEvent(nsIOutputStreamCallback *callback, function in class:nsOutputStreamReadyEvent
149 ~nsOutputStreamReadyEvent()
212 nsOutputStreamReadyEvent *ev = (nsOutputStreamReadyEvent *) plevent;
221 nsOutputStreamReadyEvent *event = (nsOutputStreamReadyEvent *) ev;
226 NS_IMPL_THREADSAFE_ISUPPORTS1(nsOutputStreamReadyEvent,
248 nsOutputStreamReadyEvent *ev = new nsOutputStreamReadyEvent(callbac
[all...]

Completed in 1327 milliseconds