Searched refs:IPC (Results 251 - 275 of 1449) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/utility/importer/
H A Dexternal_process_importer_bridge.h32 namespace IPC { namespace
38 // split in half by the IPC infrastructure. The external bridge receives data
39 // and notifications from the importer, and sends it across IPC. The
40 // internal bridge gathers the data from the IPC host and writes it to the
46 IPC::Sender* sender,
87 void Send(IPC::Message* message);
88 void SendInternal(IPC::Message* message);
94 IPC::Sender* sender_;
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_registry.h23 namespace IPC { namespace
46 bool OnMessageReceived(const IPC::Message& message);
81 void AddChildProcessSender(int process_id, IPC::Sender* sender);
92 typedef std::map<int, IPC::Sender*> ProcessToSenderMap;
96 ServiceWorkerStatusCode Send(int process_id, IPC::Message* message);
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_encode_accelerator.h27 // IPC coming in from the renderer and passes it to the underlying VEA.
29 : public IPC::Listener,
42 IPC::Message* init_done_msg);
44 // IPC::Listener implementation
45 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
68 // IPC handlers, proxying media::VideoEncodeAccelerator for the renderer
83 void Send(IPC::Message* message);
85 void SendCreateEncoderReply(IPC::Message* message, bool succeeded);
H A Dgpu_video_decode_accelerator.h29 : public IPC::Listener,
30 public IPC::Sender,
42 // IPC::Listener implementation.
43 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
60 virtual bool Send(IPC::Message* message) OVERRIDE;
65 IPC::Message* init_done_msg);
73 // Handlers for IPC messages.
89 void SendCreateDecoderReply(IPC::Message* message, bool succeeded);
/external/chromium_org/content/renderer/media/
H A Dmidi_message_filter.h25 class CONTENT_EXPORT MidiMessageFilter : public IPC::MessageFilter {
53 // Sends an IPC message using |sender_|.
54 void Send(IPC::Message* message);
56 // IPC::MessageFilter override. Called on |io_message_loop|.
57 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
58 virtual void OnFilterAdded(IPC::Sender* sender) OVERRIDE;
97 // IPC sender for Send(); must only be accessed on |io_message_loop_|.
98 IPC::Sender* sender_;
100 // Message loop on which IPC calls are driven.
/external/chromium_org/content/renderer/pepper/
H A Dresource_converter.h20 namespace IPC { namespace
88 const IPC::Message& create_message);
95 const IPC::Message& create_message,
96 const IPC::Message& browser_host_create_message);
106 std::vector<IPC::Message> browser_host_create_messages_;
/external/chromium_org/ipc/
H A Dipc_send_fds_test.cc34 class MyChannelDescriptorListenerBase : public IPC::Listener {
36 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE {
41 IPC::ParamTraits<base::FileDescriptor>::Read(&message, &iter, &descriptor);
98 // Set up IPC channel and start client.
109 IPC::Message* message =
110 new IPC::Message(0, 3, IPC::Message::PRIORITY_NORMAL);
111 IPC::ParamTraits<base::FileDescriptor>::Write(message, descriptor);
136 // Set up IPC channel.
137 scoped_ptr<IPC
[all...]
H A Dsync_socket_unittest.cc21 // IPC messages for testing ----------------------------------------------------
52 class SyncSocketServerListener : public IPC::Listener {
57 void Init(IPC::Channel* chan) {
61 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE {
91 IPC::Message* msg = new MsgClassResponse(kHelloString);
101 IPC::Channel* chan_;
111 scoped_ptr<IPC::Channel> channel(IPC::Channel::CreateClient(
122 class SyncSocketClientListener : public IPC::Listener {
127 void Init(base::SyncSocket* socket, IPC
[all...]
H A Dipc_channel_unittest.cc23 static void Send(IPC::Sender* sender, const char* text) {
26 IPC::Message* message = new IPC::Message(0,
28 IPC::Message::PRIORITY_NORMAL);
45 class GenericChannelListener : public IPC::Listener {
50 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE {
71 void Init(IPC::Sender* s) {
84 IPC::Sender* sender_;
97 IPC::Message m(0, 1, IPC
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.h53 public IPC::Listener,
54 public IPC::Sender,
88 // IPC::Listener implementation:
89 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
91 // IPC::Sender implementation:
92 virtual bool Send(IPC::Message* msg) OVERRIDE;
102 // Whether this command buffer can currently handle IPC messages.
156 void OnInitializeFailed(IPC::Message* reply_message);
160 IPC::Message* reply_message);
161 void OnSetGetBuffer(int32 shm_id, IPC
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dservice_listener.cc73 bool ServiceListener::OnMessageReceived(const IPC::Message& msg) {
78 IPC::Message* message = new IPC::Message(0, 0, IPC::Message::PRIORITY_NORMAL);
94 channel_ = IPC::Channel::CreateClient(IPC::ChannelHandle(handle),
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.h35 namespace IPC { namespace
65 virtual bool Send(IPC::Message* msg) OVERRIDE;
66 virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
73 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
84 virtual IPC::Sender* GetBrowserSender() OVERRIDE;
109 IPC::ChannelHandle* handle);
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher.h29 namespace IPC { namespace
98 // an exploited or malicious plugin could send any IPC messages and just
139 const IPC::ChannelHandle& channel_handle,
144 virtual bool Send(IPC::Message* msg);
146 // IPC::Listener implementation.
147 virtual bool OnMessageReceived(const IPC::Message& msg);
177 // IPC message handlers.
181 virtual bool SendMessage(IPC::Message* msg);
207 scoped_refptr<IPC::SyncMessageFilter> sync_filter_;
H A Dserialized_handle.cc24 descriptor_(IPC::InvalidPlatformFileForTransit()),
33 descriptor_(IPC::InvalidPlatformFileForTransit()),
43 descriptor_(IPC::InvalidPlatformFileForTransit()),
50 const IPC::PlatformFileForTransit& socket_descriptor)
65 return !(IPC::InvalidPlatformFileForTransit() == descriptor_);
84 base::File file_closer = IPC::PlatformFileForTransitToFile(descriptor_);
H A Dppb_broker_proxy.cc41 void ConnectComplete(IPC::PlatformFileForTransit socket_handle,
50 // sends the IPC. This member holds the handle value for the plugin module
93 void Broker::ConnectComplete(IPC::PlatformFileForTransit socket_handle,
97 socket_handle_ = IPC::PlatformFileForTransitToPlatformFile(socket_handle);
103 IPC::PlatformFileForTransitToPlatformFile(socket_handle));
136 bool PPB_Broker_Proxy::OnMessageReceived(const IPC::Message& msg) {
176 IPC::PlatformFileForTransit socket_handle,
179 socket_handle == IPC::InvalidPlatformFileForTransit());
185 IPC::PlatformFileForTransitToPlatformFile(socket_handle));
197 IPC
[all...]
/external/chromium_org/content/renderer/input/
H A Dinput_event_filter.cc30 const char* GetInputMessageTypeName(const IPC::Message& message) {
43 IPC::Listener* main_listener,
83 SendMessage(scoped_ptr<IPC::Message>(
89 scoped_ptr<IPC::Message>(new ViewHostMsg_DidStopFlinging(routing_id)));
92 void InputEventFilter::OnFilterAdded(IPC::Sender* sender) {
105 // This function returns true if the IPC message is one that the compositor
110 static bool RequiresThreadBounce(const IPC::Message& message) {
114 bool InputEventFilter::OnMessageReceived(const IPC::Message& message) {
136 void InputEventFilter::ForwardToMainListener(const IPC::Message& message) {
140 void InputEventFilter::ForwardToHandler(const IPC
[all...]
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc31 PpapiHost::PpapiHost(IPC::Sender* sender,
49 bool PpapiHost::Send(IPC::Message* msg) {
53 bool PpapiHost::OnMessageReceived(const IPC::Message& msg) {
84 const IPC::Message& msg) {
104 const IPC::Message& msg) {
111 const IPC::Message& msg,
128 const IPC::Message& nested_msg) {
169 const IPC::Message& nested_msg) {
180 const IPC::Message& nested_msg) {
190 const IPC
[all...]
/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac_unittest.cc22 bool ReceiveMessage(IPC::Message* message);
24 const std::vector<IPC::Message*>& sent_messages() {
29 virtual bool Send(IPC::Message* message) OVERRIDE;
32 ScopedVector<IPC::Message> sent_messages_;
37 bool TestingAppShimHost::ReceiveMessage(IPC::Message* message) {
43 bool TestingAppShimHost::Send(IPC::Message* message) {
73 IPC::Message* message = host()->sent_messages()[0];
81 implicit_cast<IPC::Listener*>(host_.release())->OnChannelError();
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_web_contents_observer.h37 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
39 const IPC::Message& message,
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_itunes_pref_parser_win.h18 namespace IPC { namespace
56 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
H A Dsafe_picasa_album_table_reader.cc67 // Wait for the startup notification before sending the main IPC to the
82 files_for_transit.indicator_file = IPC::TakeFileHandleForProcess(
85 files_for_transit.category_file = IPC::TakeFileHandleForProcess(
88 files_for_transit.date_file = IPC::TakeFileHandleForProcess(
91 files_for_transit.filename_file = IPC::TakeFileHandleForProcess(
94 files_for_transit.name_file = IPC::TakeFileHandleForProcess(
97 files_for_transit.token_file = IPC::TakeFileHandleForProcess(
100 files_for_transit.uid_file = IPC::TakeFileHandleForProcess(
129 const IPC::Message& message) {
H A Dsafe_picasa_album_table_reader.h21 namespace IPC { namespace
73 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
H A Dsafe_picasa_albums_indexer.h21 namespace IPC { namespace
52 // Processes a batch of folders. Reposts itself until done, then starts IPC.
66 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_broker_message_filter.h36 const IPC::Message& message) OVERRIDE;
38 const IPC::Message& msg,
H A Dpepper_output_protection_message_filter.h36 const IPC::Message& msg) OVERRIDE;
38 const IPC::Message& msg,

Completed in 689 milliseconds

<<11121314151617181920>>