Searched refs:PanelHost (Results 1 – 4 of 4) sorted by relevance
39 PanelHost::PanelHost(Panel* panel, Profile* profile) in PanelHost() function in PanelHost46 PanelHost::~PanelHost() { in ~PanelHost()49 void PanelHost::Init(const GURL& url) { in Init()78 void PanelHost::DestroyWebContents() { in DestroyWebContents()87 gfx::Image PanelHost::GetPageIcon() const { in GetPageIcon()97 content::WebContents* PanelHost::OpenURLFromTab( in OpenURLFromTab()128 void PanelHost::NavigationStateChanged(const content::WebContents* source, in NavigationStateChanged()138 void PanelHost::AddNewContents(content::WebContents* source, in AddNewContents()159 void PanelHost::ActivateContents(content::WebContents* contents) { in ActivateContents()163 void PanelHost::DeactivateContents(content::WebContents* contents) { in DeactivateContents()[all …]
36 class PanelHost : public content::WebContentsDelegate,40 PanelHost(Panel* panel, Profile* profile);41 virtual ~PanelHost();112 base::WeakPtrFactory<PanelHost> weak_factory_;114 DISALLOW_COPY_AND_ASSIGN(PanelHost);
28 class PanelHost; variable403 scoped_ptr<PanelHost> panel_host_;
531 panel_host_.reset(new PanelHost(this, profile_)); in Initialize()