OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
39
ServerControl
* context = (*it);
80
ServerControl
* service_context = new
ServerControl
;
206
bool SharedMemIPCServer::InvokeCallback(const
ServerControl
* service_context,
364
ServerControl
* service_context = reinterpret_cast<
ServerControl
*>(context);
ipc_unittest.cc
625
sandbox::SharedMemIPCServer::
ServerControl
srv_control = {
Completed in 626 milliseconds