Searched refs:from_process (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/core/ |
D | platform_handle_in_transit.cc | 26 base::ProcessHandle from_process, in TransferHandle() argument 29 ::DuplicateHandle(from_process, handle, to_process, &handle, 0, FALSE, in TransferHandle()
|
D | node_channel.cc | 606 base::ProcessHandle from_process; in OnChannelMessage() local 612 from_process = remote_process_handle_.get(); in OnChannelMessage() 623 from_process); in OnChannelMessage() 631 delegate_->OnRelayEventMessage(remote_node_name_, from_process, in OnChannelMessage()
|
D | channel.cc | 168 base::ProcessHandle from_process) { in Deserialize() argument 257 if (from_process == base::kNullProcessHandle) { in Deserialize() 263 from_process)); in Deserialize()
|
D | channel.h | 151 base::ProcessHandle from_process = base::kNullProcessHandle);
|
D | node_channel.h | 64 base::ProcessHandle from_process,
|
D | node_controller.h | 218 base::ProcessHandle from_process,
|
D | node_controller.cc | 1097 base::ProcessHandle from_process, in OnRelayEventMessage() argument 1101 DCHECK(from_process != base::kNullProcessHandle); in OnRelayEventMessage()
|