Home
last modified time | relevance | path

Searched refs:DemoAppListViewDelegate (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/app_list/demo/
Dapp_list_demo_views.cc33 class DemoAppListViewDelegate : public app_list::test::AppListTestViewDelegate { class
35 explicit DemoAppListViewDelegate(content::BrowserContext* browser_context) in DemoAppListViewDelegate() function in __anon92792c6f0111::DemoAppListViewDelegate
37 virtual ~DemoAppListViewDelegate() {} in ~DemoAppListViewDelegate()
51 DISALLOW_COPY_AND_ASSIGN(DemoAppListViewDelegate);
54 app_list::AppListView* DemoAppListViewDelegate::InitView( in InitView()
84 void DemoAppListViewDelegate::Dismiss() { in Dismiss()
88 void DemoAppListViewDelegate::ViewClosing() { in ViewClosing()
94 views::View* DemoAppListViewDelegate::CreateStartPageWebView( in CreateStartPageWebView()
111 DemoAppListViewDelegate* delegate = in ShowAppList()
112 new DemoAppListViewDelegate(browser_context); in ShowAppList()