Home | History | Annotate | Download | only in automation

Lines Matching refs:channel_

177   if (channel_.get())
178 channel_->Close();
208 channel_.reset(new IPC::ChannelProxy(
213 channel_->AddFilter(automation_resource_message_filter_.get());
390 channel_->Send(new AutomationMsg_Hello(GetProtocolVersion()));
474 channel_->Close();
480 channel_->Close();
493 channel_.reset();
509 DCHECK(channel_.get());
510 return channel_->Send(msg);