Home | History | Annotate | Download | only in webui

Lines Matching refs:web_contents_

33   web_contents_.reset(
37 web_contents_->SetDelegate(tab_delegate);
39 web_contents_->SetDelegate(this);
42 web_contents_->GetMutableRendererPrefs(),
44 web_contents_->GetRenderViewHost()->SyncRendererPrefs();
47 ConstrainedWebDialogUI::SetConstrainedDelegate(web_contents_.get(), this);
49 web_contents_->GetController().LoadURL(delegate->GetDialogContentURL(),
57 ignore_result(web_contents_.release());
72 CloseContents(web_contents_.get());
90 return web_contents_.get();