Home
last modified time | relevance | path

Searched refs:PanelHost (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_host.cc39 PanelHost::PanelHost(Panel* panel, Profile* profile) in PanelHost() function in PanelHost
46 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 …]
Dpanel_host.h36 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);
Dpanel.h28 class PanelHost; variable
403 scoped_ptr<PanelHost> panel_host_;
Dpanel.cc531 panel_host_.reset(new PanelHost(this, profile_)); in Initialize()