Lines Matching full:channel
27 // The channel name is based on the client's name. This is a public static
42 // Creates a channel with the given listener and connects to the channel
43 // (returning true if successful), respectively. Use these to use a channel
44 // directly. Since the listener must outlive the channel, you must destroy the
45 // channel before the listener gets destroyed.
51 // channel specification (then use ConnectChannel() as usual).
55 // Creates a channel proxy with the given listener and task runner. (The
56 // channel proxy will automatically create and connect a channel.) You must
57 // (manually) destroy the channel proxy before the task runner's thread is
64 // done after connecting to the channel.
74 // channel or a proxy).
80 IPC::Channel* channel() { return channel_.get(); }
89 scoped_ptr<IPC::Channel> channel_;