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();
112 base::WeakPtrFactory<PanelHost> weak_factory_;
114 DISALLOW_COPY_AND_ASSIGN(PanelHost);
panel_host.cc 39 PanelHost::PanelHost(Panel* panel, Profile* profile)
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::AddNewContents(content::WebContents* source
    [all...]

Completed in 130 milliseconds