OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipc_handler_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/win/
worker_process_launcher.cc
57
:
ipc_handler_
(ipc_handler),
64
DCHECK(
ipc_handler_
!= NULL);
72
ipc_handler_
= NULL;
138
return
ipc_handler_
->OnMessageReceived(message);
149
ipc_handler_
->OnChannelConnected(peer_pid);
260
ipc_handler_
->OnPermanentError(exit_code_);
worker_process_launcher.h
108
bool stopping() const { return
ipc_handler_
== NULL; }
128
WorkerProcessIpcDelegate*
ipc_handler_
;
member in class:remoting::WorkerProcessLauncher
137
// True if IPC messages should be passed to |
ipc_handler_
|.
Completed in 666 milliseconds