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

/external/chromium_org/sandbox/mac/
H A Dlaunchd_interception_server.cc21 LaunchdInterceptionServer::LaunchdInterceptionServer( function in class:sandbox::LaunchdInterceptionServer
28 LaunchdInterceptionServer::~LaunchdInterceptionServer() {
31 bool LaunchdInterceptionServer::Initialize(mach_port_t server_receive_right) {
55 void LaunchdInterceptionServer::DemuxMessage(IPCMessage request) {
84 void LaunchdInterceptionServer::HandleLookUp(
137 void LaunchdInterceptionServer::HandleSwapInteger(IPCMessage request) {
149 void LaunchdInterceptionServer::ForwardMessage(IPCMessage request) {
H A Dlaunchd_interception_server.h25 class LaunchdInterceptionServer : public MessageDemuxer { class in namespace:sandbox
27 explicit LaunchdInterceptionServer(const BootstrapSandbox* sandbox);
28 virtual ~LaunchdInterceptionServer();
H A Dbootstrap_sandbox.h22 class LaunchdInterceptionServer;
109 scoped_ptr<LaunchdInterceptionServer> server_;
H A Dbootstrap_sandbox.cc24 sandbox->server_.reset(new LaunchdInterceptionServer(sandbox.get()));

Completed in 80 milliseconds