HomeSort by relevance Sort by last modified time
    Searched refs:ChannelHandle (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ipc/
ipc_channel_handle.h 20 // On Windows the initialization of ChannelHandle with an existing pipe
22 // NOTE: A ChannelHandle with a pipe handle Will NOT be marshalled over IPC.
35 struct ChannelHandle {
38 ChannelHandle() {}
42 ChannelHandle(const std::string& n) : name(n) {}
43 ChannelHandle(const char* n) : name(n) {}
45 explicit ChannelHandle(HANDLE h) : pipe(h) {}
47 ChannelHandle(const std::string& n, const base::FileDescriptor& s)
ipc_channel_common.cc 11 const IPC::ChannelHandle &channel_handle, Listener* listener) {
17 const IPC::ChannelHandle &channel_handle, Listener* listener) {
23 const IPC::ChannelHandle &channel_handle, Listener* listener) {
30 const IPC::ChannelHandle &channel_handle, Listener* listener) {
39 const IPC::ChannelHandle &channel_handle, Listener* listener) {
ipc_channel.h 121 const IPC::ChannelHandle &channel_handle, Mode mode,Listener* listener);
124 const IPC::ChannelHandle &channel_handle, Listener* listener);
132 const IPC::ChannelHandle &channel_handle, Listener* listener);
134 const IPC::ChannelHandle &channel_handle, Listener* listener);
140 const IPC::ChannelHandle &channel_handle, Listener* listener);
143 const IPC::ChannelHandle &channel_handle, Listener* listener);
ipc_channel_factory.h 26 virtual void OnClientConnected(const ChannelHandle& handle) = 0;
  /external/chromium_org/content/public/browser/
pepper_flash_settings_helper.h 17 struct ChannelHandle;
30 // broker. On error, |channel_handle| is set to IPC::ChannelHandle().
32 const IPC::ChannelHandle& /* channel_handle */)>
  /external/chromium_org/content/common/
java_bridge_messages.h 35 IPC::ChannelHandle) /* channel handle */
plugin_process_messages.h 49 IPC::ChannelHandle /* channel_handle */)
  /external/chromium_org/components/nacl/renderer/
trusted_plugin_channel.h 18 struct ChannelHandle;
26 explicit TrustedPluginChannel(const IPC::ChannelHandle& handle);
trusted_plugin_channel.cc 15 const IPC::ChannelHandle& handle) {
  /external/chromium_org/ppapi/nacl_irt/
manifest_service.h 18 struct ChannelHandle;
27 ManifestService(const IPC::ChannelHandle& handle,
  /external/chromium_org/components/nacl/common/
nacl_types.h 94 const IPC::ChannelHandle& ppapi_ipc_channel_handle,
95 const IPC::ChannelHandle& trusted_ipc_channel_handle,
96 const IPC::ChannelHandle& manifest_service_ipc_channel_handle,
105 IPC::ChannelHandle ppapi_ipc_channel_handle;
109 IPC::ChannelHandle trusted_ipc_channel_handle;
112 IPC::ChannelHandle manifest_service_ipc_channel_handle;
nacl_messages.h 99 IPC::ChannelHandle, /* browser_channel_handle */
100 IPC::ChannelHandle, /* ppapi_renderer_channel_handle */
101 IPC::ChannelHandle, /* trusted_renderer_channel_handle */
102 IPC::ChannelHandle /* manifest_service_channel_handle */)
nacl_types.cc 73 const IPC::ChannelHandle& ppapi_ipc_channel_handle,
74 const IPC::ChannelHandle& trusted_ipc_channel_handle,
75 const IPC::ChannelHandle& manifest_service_ipc_channel_handle,
  /external/chromium_org/content/browser/
pepper_flash_settings_helper_impl.cc 33 callback.Run(false, IPC::ChannelHandle());
52 const IPC::ChannelHandle& channel_handle,
61 callback_.Run(false, IPC::ChannelHandle());
pepper_flash_settings_helper_impl.h 29 virtual void OnPpapiChannelOpened(const IPC::ChannelHandle& channel_handle,
  /external/chromium_org/content/renderer/pepper/
pepper_broker_unittest.cc 24 // Try to initialize PepperBrokerDispatcherWrapper with invalid ChannelHandle.
28 IPC::ChannelHandle invalid_channel; // Invalid by default.
38 // On valid ChannelHandle, initialization should succeed.
48 IPC::ChannelHandle valid_channel(kChannelName, file_descriptor);
50 IPC::ChannelHandle valid_channel(kChannelName);
host_dispatcher_wrapper.h 15 struct ChannelHandle;
34 bool Init(const IPC::ChannelHandle& channel_handle,
ppb_broker_impl.h 22 struct ChannelHandle;
56 const IPC::ChannelHandle& handle);
pepper_broker.h 16 struct ChannelHandle;
36 const IPC::ChannelHandle& channel_handle);
61 const IPC::ChannelHandle& channel_handle);
  /external/chromium_org/content/renderer/java/
java_bridge_channel.h 18 const IPC::ChannelHandle& channel_handle,
  /external/chromium_org/components/nacl/loader/
nacl_trusted_listener.h 20 NaClTrustedListener(const IPC::ChannelHandle& handle,
nacl_trusted_listener.cc 10 const IPC::ChannelHandle& handle,
  /external/chromium_org/components/nacl/browser/
nacl_process_host.h 141 const IPC::ChannelHandle& ppapi_channel_handle,
142 const IPC::ChannelHandle& trusted_channel_handle,
143 const IPC::ChannelHandle& manifest_service_channel_handle);
183 const IPC::ChannelHandle& browser_channel_handle,
184 const IPC::ChannelHandle& ppapi_renderer_channel_handle,
185 const IPC::ChannelHandle& trusted_renderer_channel_handle,
186 const IPC::ChannelHandle& manifest_service_channel_handle);
  /external/chromium_org/ppapi/proxy/
broker_dispatcher.h 24 const IPC::ChannelHandle& channel_handle,
  /external/chromium_org/apps/app_shim/
app_shim_host_mac.h 19 struct ChannelHandle;
39 void ServeChannel(const IPC::ChannelHandle& handle);

Completed in 299 milliseconds

1 2 3 4 5 6