Searched refs:ShareHandleWithRemote (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/content/renderer/pepper/
H A Dpepper_proxy_channel_delegate_impl.cc26 PepperProxyChannelDelegateImpl::ShareHandleWithRemote( function in class:content::PepperProxyChannelDelegateImpl
H A Dpepper_proxy_channel_delegate_impl.h21 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
H A Dpepper_audio_input_host.cc180 *remote_socket_handle = renderer_ppapi_host_->ShareHandleWithRemote(
185 *remote_shared_memory_handle = renderer_ppapi_host_->ShareHandleWithRemote(
H A Dmock_renderer_ppapi_host.cc73 IPC::PlatformFileForTransit MockRendererPpapiHost::ShareHandleWithRemote( function in class:content::MockRendererPpapiHost
H A Dmock_renderer_ppapi_host.h51 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
H A Dpepper_media_stream_track_host_base.cc73 SerializedHandle handle(host_->ShareHandleWithRemote(platform_file, false),
H A Drenderer_ppapi_host_impl.h95 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
H A Dpepper_video_source_host.cc158 image_handle = dispatcher->ShareHandleWithRemote(
161 image_handle = dispatcher->ShareHandleWithRemote(local_fd, false);
H A Drenderer_ppapi_host_impl.cc218 IPC::PlatformFileForTransit RendererPpapiHostImpl::ShareHandleWithRemote( function in class:content::RendererPpapiHostImpl
229 return dispatcher_->ShareHandleWithRemote(handle, should_close_source);
H A Dpepper_broker.cc87 dispatcher_->ShareHandleWithRemote(handle, false);
H A Dpepper_video_capture_host.cc231 dispatcher->ShareHandleWithRemote(platform_file, false), size));
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.cc62 IPC::PlatformFileForTransit ProxyChannel::ShareHandleWithRemote( function in class:ppapi::proxy::ProxyChannel
73 return delegate_->ShareHandleWithRemote(handle, peer_pid_,
H A Dproxy_channel.h47 // guarantees as ProxyChannel::ShareHandleWithRemote below.
48 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
68 IPC::PlatformFileForTransit ShareHandleWithRemote(
H A Dppb_buffer_proxy.cc152 dispatcher->ShareHandleWithRemote(platform_file, false), size);
H A Dppb_audio_proxy.cc288 *foreign_socket_handle = dispatcher()->ShareHandleWithRemote(
301 *foreign_shared_memory_handle = dispatcher()->ShareHandleWithRemote(
H A Dppapi_proxy_test.h136 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
275 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
H A Dppapi_proxy_test.cc251 PluginProxyTestHarness::PluginDelegateMock::ShareHandleWithRemote( function in class:ppapi::proxy::PluginProxyTestHarness::PluginDelegateMock
487 HostProxyTestHarness::DelegateMock::ShareHandleWithRemote( function in class:ppapi::proxy::HostProxyTestHarness::DelegateMock
H A Dppb_image_data_proxy.cc604 *image_handle = dispatcher->ShareHandleWithRemote(
607 *image_handle = dispatcher->ShareHandleWithRemote(local_fd, false);
H A Dppb_broker_proxy.cc210 dispatcher()->ShareHandleWithRemote(IntToPlatformFile(socket_handle),
H A Dppb_graphics_3d_proxy.cc36 return dispatcher->ShareHandleWithRemote(source, false);
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_shared_memory_message_filter.cc70 plugin_handle->set_shmem(host_->ShareHandleWithRemote(host_handle, false),
/external/chromium_org/content/public/renderer/
H A Drenderer_ppapi_host.h119 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.h73 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
/external/chromium_org/ppapi/nacl_irt/
H A Dppapi_dispatcher.h57 virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
H A Dppapi_dispatcher.cc83 IPC::PlatformFileForTransit PpapiDispatcher::ShareHandleWithRemote( function in class:ppapi::PpapiDispatcher

Completed in 4447 milliseconds

12