Home
last modified time | relevance | path

Searched refs:IPCCall (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dprocess_thread_dispatcher.cc99 static const IPCCall open_thread = { in ThreadProcessDispatcher()
105 static const IPCCall open_process = { in ThreadProcessDispatcher()
111 static const IPCCall process_token = { in ThreadProcessDispatcher()
117 static const IPCCall process_tokenex = { in ThreadProcessDispatcher()
123 static const IPCCall create_params = { in ThreadProcessDispatcher()
Dfilesystem_dispatcher.cc22 static const IPCCall create_params = { in FilesystemDispatcher()
28 static const IPCCall open_file = { in FilesystemDispatcher()
34 static const IPCCall attribs = { in FilesystemDispatcher()
40 static const IPCCall full_attribs = { in FilesystemDispatcher()
46 static const IPCCall set_info = { in FilesystemDispatcher()
Dsync_dispatcher.cc22 static const IPCCall create_params = { in SyncDispatcher()
27 static const IPCCall open_params = { in SyncDispatcher()
Dcrosscall_server.h214 struct IPCCall { struct
220 std::vector<IPCCall> ipc_calls_; argument
Dregistry_dispatcher.cc44 static const IPCCall create_params = { in RegistryDispatcher()
50 static const IPCCall open_params = { in RegistryDispatcher()
Dhandle_dispatcher.cc22 static const IPCCall duplicate_handle_proxy = { in HandleDispatcher()
Dnamed_pipe_dispatcher.cc25 static const IPCCall create_params = { in NamedPipeDispatcher()
Dcrosscall_server.cc291 std::vector<IPCCall>::iterator it = ipc_calls_.begin(); in OnMessageReady()
Dipc_unittest.cc589 static const IPCCall call_one = { in UnitTestIPCDispatcher()
594 static const IPCCall call_two = { in UnitTestIPCDispatcher()