Home | History | Annotate | Download | only in android

Lines Matching refs:rvhi

367   RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(
369 if (rvhi)
370 rvhi->media_web_contents_observer()->PauseVideo();
378 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(
380 if (!rvhi)
383 rvhi->Send(new ViewMsg_PauseVideoCaptureStream(rvhi->GetRoutingID()));
385 rvhi->Send(new ViewMsg_ResumeVideoCaptureStream(rvhi->GetRoutingID()));
829 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(
831 DCHECK(rvhi);
833 rvhi->DidCancelPopupMenu();
843 rvhi->DidSelectPopupMenuItems(selected_indices);