Home | History | Annotate | Download | only in notifications

Lines Matching refs:rvh

196   RenderViewHost* rvh = new RenderViewHost(
201 rvh, this, balloon_->notification().content_url()));
204 rvh->AllowBindings(BindingsPolicy::EXTENSION);
205 rvh->set_is_extension_process(true);
209 static_cast<BrowserRenderProcessHost*>(rvh->process())->set_installed_app(
212 rvh->AllowBindings(BindingsPolicy::WEB_UI);
216 render_view_host_ = rvh;
220 rvh->set_view(render_widget_host_view());
221 rvh->CreateRenderView(string16());
226 rvh->NavigateToURL(balloon_->notification().content_url());