Searched defs:IPC (Results 201 - 225 of 246) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.h41 namespace IPC { namespace
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_process_host.h34 namespace IPC { namespace
68 IPC::Message* reply_msg,
78 bool Send(IPC::Message* msg);
94 class PluginListener : public IPC::Listener {
97 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
114 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
124 bool ReplyToRenderer(const IPC::ChannelHandle& channel_handle);
152 IPC::Message* reply_msg);
154 IPC::Message* reply_msg);
159 IPC
[all...]
/external/chromium_org/chrome/common/
H A Dcontent_settings_pattern.h25 namespace IPC { namespace
169 // Serializes the pattern to an IPC message or deserializes it.
170 void WriteToMessage(IPC::Message* m) const;
171 bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter);
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host.h13 namespace IPC { namespace
28 static P2PSocketHost* Create(IPC::Sender* message_sender,
72 P2PSocketHost(IPC::Sender* message_sender, int id);
80 IPC::Sender* message_sender_;
/external/chromium_org/content/child/
H A Dchild_thread.h27 namespace IPC { namespace
30 } // namespace IPC
47 class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
61 // IPC::Sender implementation:
62 virtual bool Send(IPC::Message* msg) OVERRIDE;
65 void AddRoute(int32 routing_id, IPC::Listener* listener);
68 IPC::SyncChannel* channel() { return channel_.get(); }
77 // Note: On posix, this requires a sync IPC to the browser process,
84 IPC
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.h43 namespace IPC { namespace
56 base::WeakPtr<IPC::Listener> listener;
81 // Encapsulates an IPC channel between the client and one GPU process.
85 class GpuChannelHost : public IPC::Sender,
94 const IPC::ChannelHandle& channel_handle);
104 // IPC::Sender implementation:
105 virtual bool Send(IPC::Message* msg) OVERRIDE;
139 void AddRoute(int route_id, base::WeakPtr<IPC::Listener> listener);
147 // Returns a handle to the shared memory that can be sent via IPC to the
154 // GL_texture_mailbox_CHROMIUM. Unlike genMailboxCHROMIUM, this IPC i
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h39 namespace IPC { namespace
52 // managing the lifetimes of GPU channels and forwarding IPC requests from the
58 // a pointer to IPC::Sender, which can be implemented by other hosts to send
59 // IPC messages to the browser process IO thread on the GpuChannelManager's
61 class GpuChannelManager : public IPC::Listener,
62 public IPC::Sender {
74 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
77 virtual bool Send(IPC::Message* msg) OVERRIDE;
87 void AddRoute(int32 routing_id, IPC::Listener* listener);
113 void OnCloseChannel(const IPC
[all...]
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.cc50 namespace IPC { namespace
370 } // namespace IPC
374 namespace IPC { namespace
377 } // namespace IPC
381 namespace IPC { namespace
384 } // namespace IPC
388 namespace IPC { namespace
391 } // namespace IPC
/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
195 const IPC::ChannelHandle& channel_handle,
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.h26 namespace IPC { namespace
208 scoped_refptr<IPC::SyncMessageFilter> sync_message_filter_;
/external/chromium_org/ipc/
H A Dipc_channel_posix.h49 namespace IPC { namespace
55 ChannelImpl(const IPC::ChannelHandle& channel_handle, Mode mode,
75 bool CreatePipe(const IPC::ChannelHandle& channel_handle);
162 (Channel::kReadBufferSize / sizeof(IPC::Message::Header)) *
198 } // namespace IPC
H A Dipc_channel_proxy.h23 namespace IPC { namespace
28 // IPC::ChannelProxy
30 // This class is a helper class that is useful when you wish to run an IPC
32 // handling IPC messages on that background thread or having them dispatched to
33 // your main thread (the thread on which the IPC::ChannelProxy is created).
35 // The API for an IPC::ChannelProxy is very similar to that of an IPC::Channel.
36 // When you send a message to an IPC::ChannelProxy, the message is routed to
37 // the background thread, where it is then passed to the IPC::Channel's Send
39 // message will be sent over the IPC channe
[all...]
H A Dipc_logging.h23 const IPC::Message* msg,
28 namespace IPC { namespace
123 } // namespace IPC
H A Dipc_message.cc19 // Create a reference number for identifying IPC messages in traces. The return
35 namespace IPC { namespace
162 } // namespace IPC
H A Dipc_channel_nacl.cc24 namespace IPC { namespace
120 Channel::ChannelImpl::ChannelImpl(const IPC::ChannelHandle& channel_handle,
230 const IPC::ChannelHandle& channel_handle) {
238 // 4) It's the initial IPC channel.
348 // The trusted side IPC::Channel should handle the "hello" handshake; we
356 Channel::Channel(const IPC::ChannelHandle& channel_handle,
384 } // namespace IPC
/external/chromium_org/ppapi/proxy/
H A Dhandle_converter.cc18 namespace IPC { namespace
26 IPC::Message* message) {
41 IPC::Message* msg,
49 IPC::Message* m,
56 IPC::Message* msg,
76 IPC::Message* msg,
82 // IPC writes the vector length as an int before the contents of the
103 IPC::Message* msg,
107 IPC::WriteParam(msg, param);
117 IPC
[all...]
H A Dplugin_globals.h24 namespace IPC { namespace
80 IPC::Sender* GetBrowserSender();
H A Dppapi_param_traits.cc17 namespace IPC { namespace
21 // Deserializes a vector from IPC. This special version must be used instead
22 // of the default IPC version when the vector contains a SerializedVar, either
63 // This serializes the vector of items to the IPC message in exactly the same
64 // way as the "regular" IPC vector serializer does. But having the code here
335 ParamTraits<IPC::PlatformFileForTransit>::Write(m, p.descriptor());
360 IPC::PlatformFileForTransit socket;
361 if (ParamTraits<IPC::PlatformFileForTransit>::Read(m, iter, &socket)) {
368 IPC::PlatformFileForTransit desc;
369 if (ParamTraits<IPC
[all...]
H A Dresource_message_params.h61 IPC::PlatformFileForTransit* handle) const;
63 IPC::PlatformFileForTransit* handle) const;
75 virtual void Serialize(IPC::Message* msg) const;
76 virtual bool Deserialize(const IPC::Message* msg, PickleIterator* iter);
79 void WriteHeader(IPC::Message* msg) const;
81 void WriteHandles(IPC::Message* msg) const;
83 bool ReadHeader(const IPC::Message* msg, PickleIterator* iter);
84 bool ReadHandles(const IPC::Message* msg, PickleIterator* iter);
147 virtual void Serialize(IPC::Message* msg) const OVERRIDE;
148 virtual bool Deserialize(const IPC
181 namespace IPC { namespace
[all...]
/external/chromium_org/remoting/host/
H A Ddesktop_session_agent.h23 namespace IPC { namespace
26 } // namespace IPC
48 public IPC::Listener,
72 // IPC::Listener implementation.
73 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
85 // Forwards a local clipboard event though the IPC channel to the network
89 // Forwards an audio packet though the IPC channel to the network process.
92 // Creates desktop integration components and a connected IPC channel to be
96 IPC::PlatformFileForTransit* desktop_pipe_out);
133 void SendToNetwork(IPC
[all...]
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_messages.h25 namespace IPC { namespace
367 } // namespace IPC
412 /* To simplify IPC call, pass as an integer */)
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.h37 namespace IPC { namespace
48 public IPC::Sender,
57 typedef base::Callback<void(const IPC::ChannelHandle&, const gpu::GPUInfo&)>
83 IPC::Message* message);
90 // IPC::Sender implementation.
91 virtual bool Send(IPC::Message* msg) OVERRIDE;
94 void AddFilter(IPC::ChannelProxy::MessageFilter* filter);
97 // client. Once the GPU process responds asynchronously with the IPC handle
141 // Post an IPC message to the UI shim's message handler on the UI thread.
142 void RouteOnUIThread(const IPC
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.h43 namespace IPC { namespace
376 bool Send(IPC::Message* message);
/external/chromium_org/content/common/
H A Dcc_messages.cc16 namespace IPC { namespace
755 } // namespace IPC
/external/chromium_org/content/test/
H A Dwebrtc_audio_device_test.h22 namespace IPC { namespace
124 public IPC::Listener {
132 // Sends an IPC message to the IO thread channel.
133 bool Send(IPC::Message* message);
146 // IPC::Listener implementation.
147 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
172 scoped_ptr<IPC::Channel> channel_;

Completed in 471 milliseconds

12345678910