Home | Sort by relevance Sort by last modified time |
/external/chromium_org/ipc/ | |
ipc_channel_nacl.h | 69 int pipe_; member in class:IPC::Channel::ChannelImpl |
ipc_channel_win.h | 70 HANDLE pipe_; member in class:IPC::Channel::ChannelImpl |
ipc_channel_posix.h | 139 int pipe_; member in class:IPC::Channel::ChannelImpl 142 // pipe_ that is passed to the client. |
ipc_channel_nacl.cc | 85 int pipe_; member in class:IPC::Channel::ChannelImpl::ReaderThreadRunner 98 : pipe_(pipe), 107 bool success = ReadDataOnReaderThread(pipe_, msg_contents.get()); 126 pipe_(-1), 142 if (pipe_ == -1) { 154 pipe_, 179 close(pipe_); 180 pipe_ = -1; 207 if (pipe_ == -1) 231 DCHECK(pipe_ == -1) [all...] |
/external/chromium_org/remoting/host/win/ | |
wts_session_process_delegate.cc | 130 base::win::ScopedHandle pipe_; member in class:remoting::WtsSessionProcessDelegate::Core 251 pipe_.Close(); 260 pipe_.Close(); 276 DCHECK(!pipe_.IsValid()); 309 if (!get_named_pipe_client_pid_(pipe_, &pid)) { 348 DCHECK(!pipe_.IsValid()); 425 pipe_ = pipe.Pass(); 498 pipe_.Close(); |