HomeSort by relevance Sort by last modified time
    Searched defs:PanelHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_host.h 36 class PanelHost : public content::WebContentsDelegate,
40 PanelHost(Panel* panel, Profile* profile);
41 virtual ~PanelHost();
109 base::WeakPtrFactory<PanelHost> weak_factory_;
113 DISALLOW_COPY_AND_ASSIGN(PanelHost);
panel_host.cc 37 PanelHost::PanelHost(Panel* panel, Profile* profile)
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::AddNewContents(content::WebContents* source
    [all...]

Completed in 33 milliseconds