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

  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.h 74 struct ServerControl {
95 static bool InvokeCallback(const ServerControl* service_context,
103 typedef std::list<ServerControl*> ServerContexts;
sharedmem_ipc_server.cc 57 ServerControl* context = (*it);
98 ServerControl* service_context = new ServerControl;
216 bool SharedMemIPCServer::InvokeCallback(const ServerControl* service_context,
374 ServerControl* service_context = reinterpret_cast<ServerControl*>(context);
ipc_unittest.cc 623 sandbox::SharedMemIPCServer::ServerControl srv_control = {

Completed in 3571 milliseconds