Searched refs:LaunchdInterceptionServer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/mac/
H A Dlaunchd_interception_server.cc20 LaunchdInterceptionServer::LaunchdInterceptionServer( function in class:sandbox::LaunchdInterceptionServer
27 LaunchdInterceptionServer::~LaunchdInterceptionServer() {
30 bool LaunchdInterceptionServer::Initialize(mach_port_t server_receive_right) {
54 void LaunchdInterceptionServer::DemuxMessage(mach_msg_header_t* request,
83 void LaunchdInterceptionServer::HandleLookUp(
136 void LaunchdInterceptionServer::HandleSwapInteger(mach_msg_header_t* request,
149 void LaunchdInterceptionServer::ForwardMessage(mach_msg_header_t* request) {
H A Dlaunchd_interception_server.h26 class LaunchdInterceptionServer : public MessageDemuxer { class in namespace:sandbox
28 explicit LaunchdInterceptionServer(const BootstrapSandbox* sandbox);
29 virtual ~LaunchdInterceptionServer();
H A Dbootstrap_sandbox.h22 class LaunchdInterceptionServer;
89 scoped_ptr<LaunchdInterceptionServer> server_;
H A Dbootstrap_sandbox.cc24 sandbox->server_.reset(new LaunchdInterceptionServer(sandbox.get()));

Completed in 89 milliseconds