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();
111 base::WeakPtrFactory<PanelHost> weak_factory_;
113 DISALLOW_COPY_AND_ASSIGN(PanelHost);
panel_host.cc 38 PanelHost::PanelHost(Panel* panel, Profile* profile)
45 PanelHost::~PanelHost() {
48 void PanelHost::Init(const GURL& url) {
74 void PanelHost::DestroyWebContents() {
83 gfx::Image PanelHost::GetPageIcon() const {
93 content::WebContents* PanelHost::OpenURLFromTab(
124 void PanelHost::NavigationStateChanged(const content::WebContents* source,
134 void PanelHost::AddNewContents(content::WebContents* source
    [all...]

Completed in 27 milliseconds