Home | History | Annotate | Download | only in panels

Lines Matching refs:web_contents_

54   web_contents_.reset(content::WebContents::Create(create_params));
55 extensions::SetViewType(web_contents_.get(), extensions::VIEW_TYPE_PANEL);
56 web_contents_->SetDelegate(this);
57 content::WebContentsObserver::Observe(web_contents_.get());
61 SessionTabHelper::CreateForWebContents(web_contents_.get());
62 SessionTabHelper::FromWebContents(web_contents_.get())->SetWindowID(
65 FaviconTabHelper::CreateForWebContents(web_contents_.get());
66 PrefsTabHelper::CreateForWebContents(web_contents_.get());
68 web_contents_.get());
70 web_contents_->GetController().LoadURL(
75 // Cannot do a web_contents_.reset() because web_contents_.get() will
79 content::WebContents* contents = web_contents_.release();
84 if (!web_contents_.get())
88 FaviconTabHelper::FromWebContents(web_contents_.get());
208 CloseContents(web_contents_.get());
213 CHECK(!web_contents_.get());
237 if (!web_contents_.get())
241 web_contents_->GetRenderViewHost());
249 return web_contents_.get();
254 web_contents_->GetController().Reload(true);
259 web_contents_->GetController().ReloadIgnoringCache(true);
264 web_contents_->Stop();
268 chrome_page_zoom::Zoom(web_contents_.get(), zoom);