OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_control_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.h
100
IPCControl*
client_control_
;
member in class:sandbox::SharedMemIPCServer
sharedmem_ipc_server.cc
27
:
client_control_
(NULL),
87
client_control_
= reinterpret_cast<IPCControl*>(shared_mem);
88
client_control_
->channels_count = 0;
97
ChannelControl* client_context = &
client_control_
->channels[ix];
130
target_process_, &
client_control_
->server_alive,
135
client_control_
->channels_count = channel_count;
Completed in 293 milliseconds