Searched defs:IPC (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/external/chromium_org/ipc/
H A Dipc_sync_channel.h23 namespace IPC { namespace
70 // The naming pattern follows IPC::Channel.
72 const IPC::ChannelHandle& channel_handle,
73 IPC::Channel::Mode mode,
152 // Called on the IPC thread when a sync send that runs a nested message loop
179 // Called on the IPC thread.
226 // Used to signal events between the IPC and listener threads.
233 } // namespace IPC
H A Dipc_sync_message.cc35 namespace IPC { namespace
145 } // namespace IPC
H A Dipc_sync_message.h20 namespace IPC { namespace
109 } // namespace IPC
H A Dipc_test_sink.cc10 namespace IPC { namespace
110 } // namespace IPC
H A Dunix_domain_socket_util.cc20 namespace IPC { namespace
201 } // namespace IPC
H A Dipc_logging.h23 const IPC::Message* msg,
28 namespace IPC { namespace
123 } // namespace IPC
H A Dipc_message.cc20 // Create a reference number for identifying IPC messages in traces. The return
36 namespace IPC { namespace
169 } // namespace IPC
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo.h26 namespace IPC { namespace
35 // Mojo-based IPC::Channel implementation over a platform handle.
38 // "bootstrap" IPC::Channel which creates and owns platform pipe like
47 // control messages that aren't visible from IPC::Listener.
51 // to send IPC::Messages as an IPC::Sender.
53 // TODO(morrita): Extract handle creation part of IPC::Channel into
103 // These access protected API of IPC::Message, which has ChannelMojo
161 } // namespace IPC
H A Dipc_channel_mojo_host.cc11 namespace IPC { namespace
115 } // namespace IPC
H A Dipc_message_pipe_reader.cc14 namespace IPC { namespace
144 } // namespace IPC
/external/chromium_org/ppapi/proxy/
H A Dppapi_param_traits.cc16 namespace IPC { namespace
20 // Deserializes a vector from IPC. This special version must be used instead
21 // of the default IPC version when the vector contains a SerializedVar, either
62 // This serializes the vector of items to the IPC message in exactly the same
63 // way as the "regular" IPC vector serializer does. But having the code here
239 ParamTraits<IPC::PlatformFileForTransit>::Write(m, p.descriptor());
264 IPC::PlatformFileForTransit socket;
265 if (ParamTraits<IPC::PlatformFileForTransit>::Read(m, iter, &socket)) {
272 IPC::PlatformFileForTransit desc;
273 if (ParamTraits<IPC
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dresource.h94 namespace IPC { namespace
221 const IPC::Message& msg);
/external/chromium_org/remoting/host/
H A Dchromoting_param_traits.cc10 namespace IPC { namespace
193 } // namespace IPC
H A Ddesktop_session_proxy.h29 namespace IPC { namespace
32 } // namespace IPC
54 // the IPC channel. DesktopSessionProxy is owned both by the DesktopEnvironment
59 // to receive IPC messages after the ref-count has dropped to zero, until
61 // references to the itself while handling IPC messages and desktop
69 public IPC::Listener {
89 // IPC::Listener implementation.
90 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
96 IPC::PlatformFileForTransit desktop_pipe);
151 IPC
[all...]
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher.h24 namespace IPC { namespace
26 } // namespace IPC
36 // Launches a worker process that is controlled via an IPC channel. All
48 // Asynchronously starts the worker process and creates an IPC channel it
53 // Sends an IPC message to the worker process. The message will be silently
55 virtual void Send(IPC::Message* message) = 0;
57 // Closes the IPC channel.
60 // Terminates the worker process and closes the IPC channel.
71 // Asks the worker process to crash and generate a dump, and closes the IPC
77 // Sends an IPC messag
[all...]
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.h25 namespace IPC { namespace
33 class METRO_VIEWER_EXPORT MetroViewerProcessHost : public IPC::Listener,
34 public IPC::Sender,
52 // over IPC. The given task runner correspond to a thread on which
53 // IPC::Channel is created and used (e.g. IO thread). Instantly connects to
121 // IPC::Sender implementation:
122 virtual bool Send(IPC::Message* msg) OVERRIDE;
124 // IPC::Listener implementation:
125 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
153 // Called over IPC b
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.h32 namespace IPC { namespace
94 IPC::Message* reply_msg,
104 bool Send(IPC::Message* msg);
131 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
142 const IPC::ChannelHandle& ppapi_channel_handle,
143 const IPC::ChannelHandle& trusted_channel_handle,
144 const IPC::ChannelHandle& manifest_service_channel_handle);
168 IPC::Message* reply_msg);
171 IPC::Message* reply_msg,
180 IPC
[all...]
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter.h32 namespace IPC { namespace
41 // Adapts a Chrome IPC channel to an IPC channel that we expose to Native
42 // Client. This provides a mapping in both directions, so when IPC messages
45 // we implement that as sending IPC messages on the channel.
47 // This object also provides the necessary logic for rewriting IPC messages.
51 // normal platform-specific IPC implementation to Chrome, and a Posix-like
57 public IPC::Listener {
59 // Chrome's IPC message format varies by platform, NaCl's does not. In
81 NaClIPCAdapter(const IPC
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_delegate.h24 namespace IPC { namespace
39 // This is used to give the delegate a chance to filter IPC messages.
41 const IPC::Message& message);
91 IPC::Message* reply_msg) {}
96 IPC::Message* reply_msg) {}
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.h20 namespace IPC { namespace
38 bool Send(IPC::Message* message);
46 bool FilterMessage(const IPC::Message& message,
69 void AllowFileSystem(const GURL& url, scoped_ptr<IPC::Message> reply_msg);
112 void RelayMessage(const IPC::Message& message,
123 void AllowFileSystemResponse(scoped_ptr<IPC::Message> reply_msg,
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.h41 namespace IPC { namespace
58 base::WeakPtr<IPC::Listener> listener;
81 // Encapsulates an IPC channel between the client and one GPU process.
85 class GpuChannelHost : public IPC::Sender,
92 const IPC::ChannelHandle& channel_handle,
107 // IPC::Sender implementation:
108 virtual bool Send(IPC::Message* msg) OVERRIDE;
138 void AddRoute(int route_id, base::WeakPtr<IPC::Listener> listener);
143 // Returns a handle to the shared memory that can be sent via IPC to the
153 // IPC t
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h42 namespace IPC { namespace
58 // managing the lifetimes of GPU channels and forwarding IPC requests from the
60 class GpuChannelManager : public IPC::Listener,
61 public IPC::Sender {
67 IPC::SyncChannel* channel);
74 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
77 virtual bool Send(IPC::Message* msg) OVERRIDE;
85 void AddRoute(int32 routing_id, IPC::Listener* listener);
114 void OnCloseChannel(const IPC::ChannelHandle& channel_handle);
134 // Used to send and receive IPC message
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.h40 namespace IPC { namespace
96 // IPC proxy. We can't use the existing module, or new instances of the plugin
194 const IPC::ChannelHandle& channel_handle,
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.h27 namespace IPC { namespace
229 scoped_refptr<IPC::SyncMessageFilter> sync_message_filter_;
/external/chromium_org/extensions/common/
H A Dextension_messages.cc75 namespace IPC { namespace
289 } // namespace IPC

Completed in 4713 milliseconds

1234567891011>>