Searched refs:GenerateRouteID (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/renderer/npapi/
H A Dplugin_channel_host.h32 virtual int GenerateRouteID() OVERRIDE;
H A Dplugin_channel_host.cc87 int PluginChannelHost::GenerateRouteID() { function in class:content::PluginChannelHost
/external/chromium_org/content/plugin/
H A Dplugin_channel.h42 virtual int GenerateRouteID() OVERRIDE;
H A Dplugin_channel.cc194 int PluginChannel::GenerateRouteID() { function in class:content::PluginChannel
274 *instance_id = GenerateRouteID();
313 *route_id = GenerateRouteID();
H A Dwebplugin_proxy.cc178 int npobject_route_id = channel_->GenerateRouteID();
202 int npobject_route_id = channel_->GenerateRouteID();
H A Dwebplugin_delegate_stub.cc307 *route_id = channel_->GenerateRouteID();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc147 int32 route_id = GenerateRouteID();
194 int32 route_id = GenerateRouteID();
333 int32 GpuChannelHost::GenerateRouteID() { function in class:content::GpuChannelHost
H A Dgpu_channel_host.h162 int32 GenerateRouteID();
H A Dgpu_video_decode_accelerator_host.cc90 int32 route_id = channel_->GenerateRouteID();
H A Dgpu_video_encode_accelerator_host.cc93 int32 route_id = channel_->GenerateRouteID();
H A Dcommand_buffer_proxy_impl.cc374 int32 stream_id = channel_->GenerateRouteID();
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.h96 virtual int GenerateRouteID() = 0;
H A Dnpobject_util.cc204 route_id = channel->GenerateRouteID();
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h84 int GenerateRouteID();
H A Dimage_transport_surface.cc55 route_id_ = manager_->GenerateRouteID();
H A Dgpu_channel_manager.cc133 int GpuChannelManager::GenerateRouteID() { function in class:content::GpuChannelManager
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_agent.cc212 int32 route_id = gpu_channel_host->GenerateRouteID();

Completed in 7904 milliseconds