Home | History | Annotate | Download | only in automation

Lines Matching full:channel_

135   if (channel_.get())
136 channel_->Close();
164 channel_.reset(new IPC::SyncChannel(
171 channel_->AddFilter(automation_resource_message_filter_);
302 channel_->Send(new AutomationMsg_Hello(GetProtocolVersion()));
389 channel_->Close();
395 channel_->Close();
426 channel_.reset();
442 DCHECK(channel_.get());
443 return channel_->Send(msg);