Searched refs:ipc_calls_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsync_dispatcher.cc32 ipc_calls_.push_back(create_params);
33 ipc_calls_.push_back(open_params);
H A Dprocess_thread_dispatcher.cc129 ipc_calls_.push_back(open_thread);
130 ipc_calls_.push_back(open_process);
131 ipc_calls_.push_back(process_token);
132 ipc_calls_.push_back(process_tokenex);
133 ipc_calls_.push_back(create_params);
H A Dfilesystem_dispatcher.cc53 ipc_calls_.push_back(create_params);
54 ipc_calls_.push_back(open_file);
55 ipc_calls_.push_back(attribs);
56 ipc_calls_.push_back(full_attribs);
57 ipc_calls_.push_back(set_info);
H A Dregistry_dispatcher.cc55 ipc_calls_.push_back(create_params);
56 ipc_calls_.push_back(open_params);
H A Dhandle_dispatcher.cc28 ipc_calls_.push_back(duplicate_handle_proxy);
H A Dnamed_pipe_dispatcher.cc31 ipc_calls_.push_back(create_params);
H A Dcrosscall_server.h220 std::vector<IPCCall> ipc_calls_; member in class:sandbox::Dispatcher
H A Dcrosscall_server.cc290 std::vector<IPCCall>::iterator it = ipc_calls_.begin();
291 for (; it != ipc_calls_.end(); ++it) {
H A Dipc_unittest.cc597 ipc_calls_.push_back(call_one);
598 ipc_calls_.push_back(call_two);

Completed in 392 milliseconds