Home | History | Annotate | Download | only in lib

Lines Matching defs:handle_

90     handle_.swap(other->handle_);
100 DCHECK(!handle_.is_valid());
104 handle_ = info.PassHandle();
119 router_ ? router_->PassMessagePipe() : std::move(handle_), version_);
122 bool is_bound() const { return handle_.is_valid() || endpoint_client_; }
180 if (!handle_.is_valid())
189 router_ = new MultiplexRouter(std::move(handle_), config, true, runner_);
213 // read/write with the message pipe handle is needed. |handle_| is valid
215 ScopedMessagePipeHandle handle_;