Lines Matching defs:nsInputStreamReadyEvent
46 class nsInputStreamReadyEvent : public PLEvent
52 nsInputStreamReadyEvent(nsIInputStreamCallback *callback,
60 ~nsInputStreamReadyEvent()
115 nsInputStreamReadyEvent *ev = (nsInputStreamReadyEvent *) plevent;
125 nsInputStreamReadyEvent *ev = (nsInputStreamReadyEvent *) plevent;
130 NS_IMPL_THREADSAFE_ISUPPORTS1(nsInputStreamReadyEvent,
236 nsInputStreamReadyEvent *ev = new nsInputStreamReadyEvent(callback, target);