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

1 2

  /external/chromium_org/content/browser/renderer_host/java/
java_bridge_channel_host.h 29 base::WaitableEvent* shutdown_event) OVERRIDE;
java_bridge_channel_host.cc 66 WaitableEvent* shutdown_event) {
67 if (!NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event)) {
  /external/chromium_org/ipc/
ipc_sync_channel.h 74 base::WaitableEvent* shutdown_event);
81 base::WaitableEvent* shutdown_event);
121 base::WaitableEvent* shutdown_event);
150 base::WaitableEvent* shutdown_event() { return shutdown_event_; } function in class:IPC::SyncChannel::SyncContext
ipc_sync_message_filter.h 31 explicit SyncMessageFilter(base::WaitableEvent* shutdown_event);
ipc_sync_message_filter.cc 18 SyncMessageFilter::SyncMessageFilter(base::WaitableEvent* shutdown_event)
21 shutdown_event_(shutdown_event) {
ipc_sync_channel.cc 232 WaitableEvent* shutdown_event)
235 shutdown_event_(shutdown_event),
413 WaitableEvent* shutdown_event)
414 : ChannelProxy(new SyncContext(listener, ipc_task_runner, shutdown_event)),
423 WaitableEvent* shutdown_event)
424 : ChannelProxy(new SyncContext(listener, ipc_task_runner, shutdown_event)),
459 if (context->shutdown_event()->IsSignaled()) {
ipc_sync_channel_unittest.cc 122 WaitableEvent* shutdown_event() { return &shutdown_event_; } function in class:IPC::__anon8588::Worker
331 this, ipc_thread().message_loop_proxy().get(), shutdown_event());
352 this, ipc_thread().message_loop_proxy().get(), shutdown_event());
1037 TestSyncMessageFilter(base::WaitableEvent* shutdown_event,
    [all...]
  /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 82 base::WaitableEvent* shutdown_event,
85 shutdown_event, false);
190 base::WaitableEvent* shutdown_event,
198 plugin_delegate_mock_.Init(ipc_message_loop, shutdown_event);
449 base::WaitableEvent* shutdown_event,
454 delegate_mock_.Init(ipc_message_loop, shutdown_event);
  /external/chromium/chrome/common/
service_process_util_win.cc 78 base::win::ScopedHandle shutdown_event; local
83 shutdown_event.Set(OpenEvent(EVENT_MODIFY_STATE, FALSE, event_name.c_str()));
84 if (!shutdown_event.IsValid())
86 SetEvent(shutdown_event.Get());
  /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 72 base::WaitableEvent* shutdown_event() { function in class:ServiceProcess
  /external/chromium_org/content/plugin/
plugin_channel.h 67 base::WaitableEvent* shutdown_event) OVERRIDE;
plugin_channel.cc 232 base::WaitableEvent* shutdown_event) {
233 if (!NPChannelBase::Init(ipc_message_loop, create_pipe_now, 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 66 bool create_pipe_now, base::WaitableEvent* shutdown_event) {
96 if (channel->Init(ipc_message_loop, create_pipe_now, shutdown_event)) {
172 base::WaitableEvent* shutdown_event) {
182 shutdown_event));
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 35 base::WaitableEvent* shutdown_event)
38 shutdown_event_(shutdown_event),
47 DCHECK(shutdown_event);
gpu_channel_manager.h 68 base::WaitableEvent* shutdown_event);
gpu_channel.h 74 base::WaitableEvent* shutdown_event);
  /external/chromium/chrome/browser/
browser_process.h 182 virtual base::WaitableEvent* shutdown_event() = 0;
browser_process_impl.h 93 virtual base::WaitableEvent* shutdown_event();
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 108 explicit EventChannel(const EventType& shutdown_event)
112 shutdown_event_(shutdown_event) {
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 38 static const ServerConnectionEvent shutdown_event = member in namespace:browser_sync
148 channel_(new Channel(shutdown_event)),

Completed in 749 milliseconds

1 2