HomeSort by relevance Sort by last modified time
    Searched full:ipc_calls_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sandbox/win/src/
sync_dispatcher.cc 32 ipc_calls_.push_back(create_params);
33 ipc_calls_.push_back(open_params);
filesystem_dispatcher.cc 53 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);
process_thread_dispatcher.cc 129 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);
handle_dispatcher.cc 28 ipc_calls_.push_back(duplicate_handle_proxy);
registry_dispatcher.cc 55 ipc_calls_.push_back(create_params);
56 ipc_calls_.push_back(open_params);
named_pipe_dispatcher.cc 31 ipc_calls_.push_back(create_params);
crosscall_server.cc 290 std::vector<IPCCall>::iterator it = ipc_calls_.begin();
291 for (; it != ipc_calls_.end(); ++it) {
crosscall_server.h 220 std::vector<IPCCall> ipc_calls_; member in class:sandbox::Dispatcher
ipc_unittest.cc 597 ipc_calls_.push_back(call_one);
598 ipc_calls_.push_back(call_two);

Completed in 197 milliseconds