HomeSort by relevance Sort by last modified time
    Searched refs:from_process (Results 1 - 6 of 6) sorted by null

  /external/libmojo/mojo/edk/system/
channel.h 165 // Upon calling this the handles should belong to |from_process|; after the
169 static bool RewriteHandles(base::ProcessHandle from_process,
channel.cc 400 bool Channel::Message::RewriteHandles(base::ProcessHandle from_process,
409 DCHECK_EQ((*handles)[i].owning_process, from_process);
411 from_process, (*handles)[i].handle, to_process,
node_channel.cc 669 base::ProcessHandle from_process; local
672 from_process = remote_process_handle_;
697 if (relay->port_provider()->TaskForPid(from_process) ==
705 delegate_->OnRelayPortsMessage(remote_node_name_, from_process,
node_channel.h 73 base::ProcessHandle from_process,
node_controller.cc     [all...]
node_controller.h 235 base::ProcessHandle from_process,

Completed in 86 milliseconds