Searched defs:AppListViewDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h37 class APP_LIST_EXPORT AppListViewDelegate { class in namespace:app_list
59 virtual ~AppListViewDelegate() {}
73 // Gets the SigninDelegate for the app list. Owned by the AppListViewDelegate.
76 // Gets the SpeechUIModel for the app list. Owned by the AppListViewDelegate.
127 // Get the start page web contents. Owned by the AppListViewDelegate.
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.h47 class AppListViewDelegate : public app_list::AppListViewDelegate, class in inherits:app_list::AppListViewDelegate,app_list::StartPageObserver,content::NotificationObserver,ProfileInfoCacheObserver
52 AppListViewDelegate(Profile* profile,
54 virtual ~AppListViewDelegate();
62 // Overridden from app_list::AppListViewDelegate:
136 DISALLOW_COPY_AND_ASSIGN(AppListViewDelegate);
H A Dapp_list_view_delegate.cc66 app_list::AppListViewDelegate::Users* users) {
74 app_list::AppListViewDelegate::User user;
85 AppListViewDelegate::AppListViewDelegate(Profile* profile, function in class:AppListViewDelegate
100 AppListViewDelegate::~AppListViewDelegate() {
109 void AppListViewDelegate::RegisterForNotifications() {
121 void AppListViewDelegate::OnProfileChanged() {
149 bool AppListViewDelegate::ForceNativeDesktop() const {
153 void AppListViewDelegate
[all...]

Completed in 165 milliseconds