Searched defs:PanelHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h36 class PanelHost : public content::WebContentsDelegate, class in inherits:content::WebContentsDelegate,content::WebContentsObserver,ExtensionFunctionDispatcher::Delegate
40 PanelHost(Panel* panel, Profile* profile);
41 virtual ~PanelHost();
109 base::WeakPtrFactory<PanelHost> weak_factory_;
113 DISALLOW_COPY_AND_ASSIGN(PanelHost);
H A Dpanel_host.cc37 PanelHost::PanelHost(Panel* panel, Profile* profile) function in class:PanelHost
44 PanelHost::~PanelHost() {
47 void PanelHost::Init(const GURL& url) {
71 void PanelHost::DestroyWebContents() {
80 gfx::Image PanelHost::GetPageIcon() const {
90 content::WebContents* PanelHost::OpenURLFromTab(
121 void PanelHost::NavigationStateChanged(const content::WebContents* source,
131 void PanelHost
[all...]

Completed in 60 milliseconds