HomeSort by relevance Sort by last modified time
    Searched refs:shutdown_event (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ipc/
ipc_sync_channel.h 77 base::WaitableEvent* shutdown_event);
84 base::WaitableEvent* shutdown_event);
92 base::WaitableEvent* shutdown_event);
127 base::WaitableEvent* shutdown_event);
156 base::WaitableEvent* shutdown_event() { return shutdown_event_; } function in class:IPC::SyncChannel::SyncContext
206 base::WaitableEvent* shutdown_event);
ipc_sync_message_filter.h 31 explicit SyncMessageFilter(base::WaitableEvent* shutdown_event);
ipc_sync_channel.cc 233 WaitableEvent* shutdown_event)
236 shutdown_event_(shutdown_event),
415 base::WaitableEvent* shutdown_event) {
417 Create(listener, ipc_task_runner, shutdown_event);
428 base::WaitableEvent* shutdown_event) {
430 Create(listener, ipc_task_runner, shutdown_event);
439 WaitableEvent* shutdown_event) {
441 new SyncChannel(listener, ipc_task_runner, shutdown_event));
447 WaitableEvent* shutdown_event)
448 : ChannelProxy(new SyncContext(listener, ipc_task_runner, shutdown_event)) {
    [all...]
ipc_sync_message_filter.cc 19 SyncMessageFilter::SyncMessageFilter(base::WaitableEvent* shutdown_event)
22 shutdown_event_(shutdown_event) {
  /external/chromium_org/components/nacl/loader/
nacl_trusted_listener.cc 12 base::WaitableEvent* shutdown_event)
19 shutdown_event).Pass();
nacl_trusted_listener.h 22 base::WaitableEvent* shutdown_event);
  /external/chromium_org/components/nacl/renderer/
trusted_plugin_channel.cc 20 base::WaitableEvent* shutdown_event,
30 shutdown_event).Pass();
trusted_plugin_channel.h 30 base::WaitableEvent* shutdown_event,
  /external/chromium_org/ppapi/nacl_irt/
manifest_service.cc 26 ManifestMessageFilter(base::WaitableEvent* shutdown_event)
27 : SyncMessageFilter(shutdown_event),
66 base::WaitableEvent* shutdown_event) {
67 filter_ = new ManifestMessageFilter(shutdown_event);
manifest_service.h 30 base::WaitableEvent* shutdown_event);
ppapi_dispatcher.cc 49 base::WaitableEvent* shutdown_event,
54 shutdown_event_(shutdown_event),
ppapi_dispatcher.h 50 base::WaitableEvent* shutdown_event,
  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h 62 base::WaitableEvent* shutdown_event,
113 base::WaitableEvent* shutdown_event,
124 base::WaitableEvent* shutdown_event) {
126 shutdown_event_ = shutdown_event;
256 base::WaitableEvent* shutdown_event,
267 base::WaitableEvent* shutdown_event) {
269 shutdown_event_ = shutdown_event;
ppapi_proxy_test.cc 83 base::WaitableEvent* shutdown_event,
86 shutdown_event, false);
191 base::WaitableEvent* shutdown_event,
199 plugin_delegate_mock_.Init(ipc_message_loop, shutdown_event);
441 base::WaitableEvent* shutdown_event,
446 delegate_mock_.Init(ipc_message_loop, shutdown_event);
  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.h 30 base::WaitableEvent* shutdown_event) OVERRIDE;
plugin_channel_host.cc 83 base::WaitableEvent* shutdown_event) {
84 return NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event);
  /external/chromium_org/chrome/service/
service_ipc_server.cc 22 new IPC::SyncMessageFilter(g_service_process->shutdown_event());
35 g_service_process->shutdown_event());
service_process.h 73 base::WaitableEvent* shutdown_event() { function in class:ServiceProcess
  /external/chromium_org/content/plugin/
plugin_channel.h 66 base::WaitableEvent* shutdown_event) OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 38 base::WaitableEvent* shutdown_event) {
41 host->Connect(channel_handle, shutdown_event);
75 base::WaitableEvent* shutdown_event) {
84 shutdown_event);
86 sync_filter_ = new IPC::SyncMessageFilter(shutdown_event);
gpu_channel_host.h 93 base::WaitableEvent* shutdown_event);
170 base::WaitableEvent* shutdown_event);
  /external/chromium_org/content/child/npapi/
np_channel_base.h 134 bool create_pipe_now, base::WaitableEvent* shutdown_event);
158 base::WaitableEvent* shutdown_event);
np_channel_base.cc 67 bool create_pipe_now, base::WaitableEvent* shutdown_event) {
97 if (channel->Init(ipc_message_loop, create_pipe_now, shutdown_event)) {
173 base::WaitableEvent* shutdown_event) {
183 shutdown_event);
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 81 base::WaitableEvent* shutdown_event,
84 shutdown_event_(shutdown_event),
98 DCHECK(shutdown_event);
gpu_channel_manager.h 66 base::WaitableEvent* shutdown_event,

Completed in 518 milliseconds

1 2