Searched refs:GetRouteID (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_resource_throttle.cc46 info->GetChildID(), info->GetRouteID(), url,
/external/chromium_org/content/public/browser/
H A Dresource_request_info.h58 virtual int GetRouteID() const = 0;
70 // just use GetRouteID above.
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc628 info->GetChildID(), info->GetRouteID(),
646 info->GetRouteID());
657 info->GetRouteID());
665 info->GetRouteID());
715 info->GetRouteID());
748 info->GetRouteID(),
H A Doffline_resource_throttle.cc145 info->GetRouteID(),
H A Dsafe_browsing_resource_throttle.cc132 resource.render_view_id = info->GetRouteID();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc143 share_group ? share_group->GetRouteID() : MSG_ROUTING_NONE;
190 share_group ? share_group->GetRouteID() : MSG_ROUTING_NONE;
241 int route_id = command_buffer->GetRouteID();
H A Dcommand_buffer_proxy_impl.h118 int GetRouteID() const;
H A Dgpu_video_decode_accelerator_host.cc95 impl_->GetRouteID(), profile, route_id, &succeeded));
H A Dgpu_video_encode_accelerator_host.cc97 Send(new GpuCommandBufferMsg_CreateVideoEncoder(impl_->GetRouteID(),
H A Dcommand_buffer_proxy_impl.cc353 int CommandBufferProxyImpl::GetRouteID() const { function in class:content::CommandBufferProxyImpl
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc93 context->GetCommandBufferProxy()->GetRouteID());
106 context->GetCommandBufferProxy()->GetRouteID());
/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc130 request_info->GetRouteID(),
207 request_info->GetRouteID(),
517 info->GetRouteID());
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc151 int ResourceRequestInfoImpl::GetRouteID() const { function in class:content::ResourceRequestInfoImpl
H A Dresource_request_info_impl.h70 virtual int GetRouteID() const OVERRIDE;
H A Dasync_resource_handler.cc202 info->GetRouteID(),
H A Dresource_dispatcher_host_impl.cc684 request_info->GetRouteID(), request_info->GetRequestID(),
765 url, info->GetChildID(), info->GetRouteID());
804 info->GetChildID(), info->GetRouteID());
977 request_data.transferred_request_child_id, info->GetRouteID());
1556 (route_id == -1 || route_id == info->GetRouteID())) {
H A Dresource_dispatcher_host_unittest.cc2522 EXPECT_EQ(new_render_view_id, info->GetRouteID());
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_throttle.cc97 info->GetRouteID(),
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.cc213 int render_view_id = info->GetRouteID();
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc168 return command_buffer_->GetRouteID();
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc212 request_info->GetRouteID(), storage_domain, mount_point,
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc175 *routing_id = info->GetRouteID();
209 *routing_id = info->GetRouteID();

Completed in 9744 milliseconds