Home
last modified time | relevance | path

Searched refs:remote_process_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/core/
Dchannel.h278 DCHECK(!remote_process_.is_valid()); in set_remote_process()
279 remote_process_ = std::move(remote_process); in set_remote_process()
281 const ScopedProcessHandle& remote_process() const { return remote_process_; } in remote_process()
362 ScopedProcessHandle remote_process_; variable