HomeSort by relevance Sort by last modified time
    Searched refs:create_pipe_now (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.h 29 bool create_pipe_now,
plugin_channel_host.cc 82 bool create_pipe_now,
84 return NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event);
  /external/chromium_org/ipc/
ipc_channel_proxy.h 82 // proxy that was not initialized in its constructor. If create_pipe_now is
86 bool create_pipe_now);
87 void Init(scoped_ptr<ChannelFactory> factory, bool create_pipe_now);
ipc_sync_channel.h 68 // Creates and initializes a sync channel. If create_pipe_now is specified,
76 bool create_pipe_now,
83 bool create_pipe_now,
ipc_channel_proxy.cc 348 bool create_pipe_now) {
355 create_pipe_now = true;
359 create_pipe_now); local
363 bool create_pipe_now) {
367 if (create_pipe_now) {
ipc_sync_channel.cc 414 bool create_pipe_now,
418 channel->Init(channel_handle, mode, create_pipe_now);
427 bool create_pipe_now,
431 channel->Init(factory.Pass(), create_pipe_now);
ipc_sync_channel_unittest.cc 315 explicit TwoStepServer(bool create_pipe_now)
317 create_pipe_now_(create_pipe_now) { }
338 TwoStepClient(bool create_pipe_now)
340 create_pipe_now_(create_pipe_now) { }
    [all...]
  /external/chromium_org/content/plugin/
plugin_channel.h 65 bool create_pipe_now,
plugin_channel.cc 232 bool create_pipe_now,
234 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);
157 bool create_pipe_now,
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)) {
172 bool create_pipe_now,
182 channel_handle_, mode_, this, ipc_message_loop, create_pipe_now,

Completed in 236 milliseconds