Searched refs:app_list_view_delegate_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/test/
H A Dtest_shell_delegate.cc147 if (!app_list_view_delegate_)
148 app_list_view_delegate_.reset(new app_list::test::AppListTestViewDelegate);
149 return app_list_view_delegate_.get();
H A Dtest_shell_delegate.h79 scoped_ptr<app_list::AppListViewDelegate> app_list_view_delegate_; member in class:ash::test::TestShellDelegate
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc217 if (!app_list_view_delegate_)
218 app_list_view_delegate_.reset(ash::shell::CreateAppListViewDelegate());
219 return app_list_view_delegate_.get();
H A Dshell_delegate_impl.h74 scoped_ptr<app_list::AppListViewDelegate> app_list_view_delegate_; member in class:ash::shell::ShellDelegateImpl

Completed in 379 milliseconds