Home | History | Annotate | Download | only in ipc

Lines Matching refs:Listener

122   // passed directly to the underlying IPC::Channel.  The listener is called on
127 // dispatched to the listener. The given task runner correspond to a thread
131 Listener* listener,
160 // listener on the worker thread. This API allows code to intercept messages
195 public Listener {
197 Context(Listener* listener, base::SingleThreadTaskRunner* ipc_thread);
204 // Dispatches a message on the listener thread.
211 // IPC::Listener methods:
245 // Methods called on the listener thread.
251 Listener* listener_;
267 // listener threads.