Searched refs:create_pipe_now (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/renderer/npapi/
H A Dplugin_channel_host.cc82 bool create_pipe_now,
84 return NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event);
81 Init(base::MessageLoopProxy* ipc_message_loop, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument
H A Dplugin_channel_host.h29 bool create_pipe_now,
/external/chromium_org/ipc/
H A Dipc_sync_channel.h68 // Creates and initializes a sync channel. If create_pipe_now is specified,
76 bool create_pipe_now,
83 bool create_pipe_now,
H A Dipc_channel_proxy.cc348 bool create_pipe_now) {
355 create_pipe_now = true;
359 create_pipe_now); local
363 bool create_pipe_now) {
367 if (create_pipe_now) {
346 Init(const IPC::ChannelHandle& channel_handle, Channel::Mode mode, bool create_pipe_now) argument
362 Init(scoped_ptr<ChannelFactory> factory, bool create_pipe_now) argument
H A Dipc_channel_proxy.h82 // 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);
H A Dipc_sync_channel.cc414 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);
409 Create( const IPC::ChannelHandle& channel_handle, Channel::Mode mode, Listener* listener, const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument
423 Create( scoped_ptr<ChannelFactory> factory, Listener* listener, const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument
H A Dipc_sync_channel_unittest.cc315 explicit TwoStepServer(bool create_pipe_now) argument
317 create_pipe_now_(create_pipe_now) { }
338 TwoStepClient(bool create_pipe_now) argument
340 create_pipe_now_(create_pipe_now) { }
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.h134 bool create_pipe_now, base::WaitableEvent* shutdown_event);
157 bool create_pipe_now,
H A Dnp_channel_base.cc67 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,
64 GetChannel( const IPC::ChannelHandle& channel_handle, IPC::Channel::Mode mode, ChannelFactory factory, base::MessageLoopProxy* ipc_message_loop, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument
171 Init(base::MessageLoopProxy* ipc_message_loop, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument
/external/chromium_org/content/plugin/
H A Dplugin_channel.h65 bool create_pipe_now,
H A Dplugin_channel.cc232 bool create_pipe_now,
234 if (!NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event))
231 Init(base::MessageLoopProxy* ipc_message_loop, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument

Completed in 607 milliseconds