HomeSort by relevance Sort by last modified time
    Searched defs:IPC (Results 101 - 125 of 259) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/content/common/gpu/
devtools_gpu_agent.h 16 namespace IPC {
40 bool Send(IPC::Message* msg);
  /external/chromium_org/content/common/input/
input_param_traits.cc 13 namespace IPC {
128 } // namespace IPC
  /external/chromium_org/content/common/
resource_messages.h 5 // IPC messages for resource loading.
15 #include "ipc/ipc_message_macros.h"
31 namespace IPC {
73 } // namespace IPC
  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.h 12 namespace IPC {
36 bool Send(IPC::Message* message);
browser_ppapi_host.h 15 namespace IPC {
40 IPC::Sender* sender,
43 IPC::ChannelProxy* channel,
pepper_flash_settings_helper.h 16 namespace IPC {
30 // broker. On error, |channel_handle| is set to IPC::ChannelHandle().
32 const IPC::ChannelHandle& /* channel_handle */)>
  /external/chromium_org/content/public/common/
common_param_traits.h 5 // This file is used to define IPC::ParamTraits<> specializations for a number
6 // of types so that they can be serialized over IPC. IPC::ParamTraits<>
8 // 'base' project can be found in ipc/ipc_message_utils.h. This file contains
20 #include "ipc/ipc_message_utils.h"
44 namespace IPC {
226 } // namespace IPC
  /external/chromium_org/content/public/renderer/
render_process_observer.h 11 namespace IPC {
17 // Base class for objects that want to filter control IPC messages and get
25 virtual bool OnControlMessageReceived(const IPC::Message& message);
  /external/chromium_org/content/renderer/pepper/
ppb_broker_impl.h 12 #include "ipc/ipc_listener.h"
21 namespace IPC {
30 public IPC::Listener,
52 // IPC::Listener implementation.
53 virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
56 const IPC::ChannelHandle& handle);
  /external/chromium_org/ipc/
ipc_channel_factory.cc 5 #include "ipc/ipc_channel_factory.h"
9 #include "ipc/unix_domain_socket_util.h"
11 namespace IPC {
63 // Verify that the IPC channel peer is running as the same user.
89 } // namespace IPC
ipc_channel_factory.h 10 #include "ipc/ipc_channel_handle.h"
11 #include "ipc/ipc_export.h"
13 namespace IPC {
17 // delegate. The delegate is then responsible for creating a new IPC::Channel
24 // responsibility to create an IPC::Channel for the handle, or else close
56 } // namespace IPC
ipc_channel_handle.h 18 // On Windows, any process can create an IPC channel and others can fetch
19 // it by name. We pass around the channel names over IPC.
22 // NOTE: A ChannelHandle with a pipe handle Will NOT be marshalled over IPC.
24 // On POSIX, we instead pass around handles to channel endpoints via IPC.
25 // When it's time to IPC a new channel endpoint around, we send both the
27 // type that knows how to copy a socket endpoint over IPC.
30 // in both Windows and Posix. When passing a handle to a channel over IPC,
33 namespace IPC {
40 // Otherwise there may be a problem in IPC communication between
65 } // namespace IPC
    [all...]
ipc_forwarding_message_filter.cc 5 #include "ipc/ipc_forwarding_message_filter.h"
10 namespace IPC {
56 } // namespace IPC
ipc_forwarding_message_filter.h 15 #include "ipc/ipc_channel_proxy.h"
17 namespace IPC {
69 } // namespace IPC
ipc_listener.h 10 #include "ipc/ipc_export.h"
12 namespace IPC {
45 } // namespace IPC
  /external/chromium_org/ppapi/host/
host_factory.h 11 namespace IPC {
37 const IPC::Message& message) = 0;
  /external/chromium_org/ppapi/proxy/
connection.h 8 #include "ipc/ipc_message.h"
10 namespace IPC {
25 Connection(IPC::Sender* browser, IPC::Sender* renderer)
31 Connection(IPC::Sender* browser, IPC::Sender* renderer, int routing_id)
38 IPC::Sender* browser_sender;
39 IPC::Sender* renderer_sender;
device_enumeration_resource_helper.h 17 namespace IPC {
50 const IPC::Message& msg);
serialized_flash_menu.h 18 namespace IPC {
34 void WriteToMessage(IPC::Message* m) const;
35 bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter);
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.h 16 namespace IPC {
34 friend struct IPC::ParamTraits<ppapi::PPB_X509Certificate_Fields>;
  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 12 #include "ipc/ipc_channel_proxy.h"
13 #include "ipc/ipc_listener.h"
14 #include "ipc/ipc_sender.h"
22 namespace IPC {
29 class MetroViewerProcessHost : public IPC::Listener,
30 public IPC::Sender,
34 // over IPC. The given task runner correspond to a thread on which
35 // IPC::Channel is created and used (e.g. IO thread). Instantly connects to
56 // IPC::Sender implementation:
57 virtual bool Send(IPC::Message* msg) OVERRIDE
    [all...]
  /external/chromium/chrome/browser/automation/
automation_tab_helper.h 20 namespace IPC {
99 virtual bool OnMessageReceived(const IPC::Message& message);
  /external/chromium/chrome/browser/debugger/
devtools_manager.h 19 namespace IPC {
57 const IPC::Message& message);
59 const IPC::Message& message);
61 const IPC::Message& message);
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h 15 namespace IPC {
17 } // namespace IPC
25 // 2 IPC messages are sent for every method of NSSDecryptor, one containing the
47 // responds to an IPC message.
53 scoped_ptr<IPC::Channel> channel_;
  /external/chromium/chrome/common/extensions/
extension_messages.h 5 // IPC messages for extensions.
14 #include "ipc/ipc_message_macros.h"
78 // Singly-included section for custom IPC traits.
93 // copied inside the IPC machinery on gcc <= 4.2.
113 namespace IPC {
139 } // namespace IPC

Completed in 296 milliseconds

1 2 3 45 6 7 8 91011