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

  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 52 ipc_handler_.reset(
55 new base::DelegateSimpleThread(ipc_handler_.get(), "sandbox_ipc_thread"));
render_sandbox_host_linux.h 49 scoped_ptr<SandboxIPCHandler> ipc_handler_; member in class:content::RenderSandboxHostLinux
  /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);
259 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 1719 milliseconds