Home | History | Annotate | Download | only in browser

Lines Matching refs:web_contents_

31   web_contents_.reset(WebContents::Create(create_params));
33 content::WebContentsObserver::Observe(web_contents_.get());
37 web_contents_.get());
39 extensions::SetViewType(web_contents_.get(),
45 web_contents_->GetController().LoadURLWithParams(params);
46 web_contents_->Focus();
50 return web_contents_->GetNativeView();
54 return web_contents_->GetRenderViewHost()->GetRoutingID();
67 return web_contents_.get();
72 web_contents_->GetRenderViewHost());