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

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.cc39 PanelHost::PanelHost(Panel* panel, Profile* profile) function in class:PanelHost
46 PanelHost::~PanelHost() {
49 void PanelHost::Init(const GURL& url) {
78 void PanelHost::DestroyWebContents() {
87 gfx::Image PanelHost::GetPageIcon() const {
97 content::WebContents* PanelHost::OpenURLFromTab(
128 void PanelHost::NavigationStateChanged(const content::WebContents* source,
138 void PanelHost
[all...]
H A Dpanel_host.h36 class PanelHost : public content::WebContentsDelegate, class in inherits:content::WebContentsDelegate,content::WebContentsObserver,extensions::ExtensionFunctionDispatcher::Delegate
40 PanelHost(Panel* panel, Profile* profile);
41 virtual ~PanelHost();
112 base::WeakPtrFactory<PanelHost> weak_factory_;
114 DISALLOW_COPY_AND_ASSIGN(PanelHost);
H A Dpanel.h28 class PanelHost;
403 scoped_ptr<PanelHost> panel_host_;
H A Dpanel.cc531 panel_host_.reset(new PanelHost(this, profile_));

Completed in 78 milliseconds