Searched refs:panel_host_ (Results 1 – 2 of 2) sorted by relevance
186 return panel_host_.get() ? panel_host_->web_contents() : NULL; in GetWebContents()368 panel_host_->Reload(); in ExecuteCommandWithDisposition()371 panel_host_->ReloadIgnoringCache(); in ExecuteCommandWithDisposition()374 panel_host_->StopLoading(); in ExecuteCommandWithDisposition()403 panel_host_->Zoom(content::PAGE_ZOOM_IN); in ExecuteCommandWithDisposition()406 panel_host_->Zoom(content::PAGE_ZOOM_RESET); in ExecuteCommandWithDisposition()409 panel_host_->Zoom(content::PAGE_ZOOM_OUT); in ExecuteCommandWithDisposition()526 panel_host_.reset(new PanelHost(this, profile_)); in Initialize()527 panel_host_->Init(url); in Initialize()738 panel_host_->DestroyWebContents(); in OnWindowClosing()[all …]
393 scoped_ptr<PanelHost> panel_host_; variable