Home | History | Annotate | Download | only in apps

Lines Matching defs:rvh

49   // RVH from loading anything until the background page has had a chance to
50 // do any initialization it wants. If it's a different process, the new RVH
63 // extension URL causes it to create a new RVH and discard the old
66 // suspend resource requests on the new RVH to ensure that we block the new
67 // RVH from loading anything. It should be okay to remove the
97 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
98 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(),
107 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
108 rvh->Send(new ExtensionMsg_AppWindowClosed(rvh->GetRoutingID()));
168 content::RenderViewHost* rvh) {
169 DCHECK(rvh);
174 rvh->GetProcess()->GetID(), rvh->GetRoutingID()));