Home
last modified time | relevance | path

Searched refs:OnRenderViewHostDeleted (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.h168 void OnRenderViewHostDeleted(int child_id, int route_id);
Dresource_dispatcher_host_impl.cc1304 void ResourceDispatcherHostImpl::OnRenderViewHostDeleted( in OnRenderViewHostDeleted() function in content::ResourceDispatcherHostImpl
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc249 base::Bind(&ResourceDispatcherHostImpl::OnRenderViewHostDeleted, in ~RenderViewHostImpl()