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

/external/chromium_org/athena/home/
H A Dapp_list_view_delegate.h19 class AppListViewDelegate : public app_list::AppListViewDelegate { class in namespace:athena
21 explicit AppListViewDelegate(AppModelBuilder* model_builder);
22 virtual ~AppListViewDelegate();
29 // Overridden from app_list::AppListViewDelegate:
70 DISALLOW_COPY_AND_ASSIGN(AppListViewDelegate);
H A Dapp_list_view_delegate.cc30 AppListViewDelegate::AppListViewDelegate(AppModelBuilder* model_builder) function in class:athena::AppListViewDelegate
38 AppListViewDelegate::~AppListViewDelegate() {
43 void AppListViewDelegate::RegisterSearchProvider(
49 &AppListViewDelegate::SearchResultChanged, base::Unretained(this)));
53 void AppListViewDelegate::SearchResultChanged() {
66 bool AppListViewDelegate::ForceNativeDesktop() const {
70 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
74 app_list::AppListModel* AppListViewDelegate
[all...]
/external/chromium_org/ui/app_list/
H A Dapp_list_view_delegate.h39 class APP_LIST_EXPORT AppListViewDelegate { class in namespace:app_list
61 virtual ~AppListViewDelegate() {}
75 // Gets the SpeechUIModel for the app list. Owned by the AppListViewDelegate.
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.h50 class AppListViewDelegate : public app_list::AppListViewDelegate, class in inherits:app_list::AppListViewDelegate,app_list::StartPageObserver,HotwordClient,ProfileInfoCacheObserver,SigninManagerBase::Observer,SigninManagerFactory::Observer,content::NotificationObserver
58 // Constructs Chrome's AppListViewDelegate with a NULL Profile.
60 explicit AppListViewDelegate(AppListControllerDelegate* controller);
61 virtual ~AppListViewDelegate();
77 // Overridden from app_list::AppListViewDelegate:
179 ScopedObserver<SigninManagerBase, AppListViewDelegate> scoped_observer_;
187 DISALLOW_COPY_AND_ASSIGN(AppListViewDelegate);
H A Dapp_list_view_delegate.cc98 app_list::AppListViewDelegate::Users* users) {
102 app_list::AppListViewDelegate::User user;
151 AppListViewDelegate::AppListViewDelegate(AppListControllerDelegate* controller) function in class:AppListViewDelegate
190 AppListViewDelegate::~AppListViewDelegate() {
203 void AppListViewDelegate::SetProfile(Profile* new_profile) {
243 void AppListViewDelegate::SetUpSearchUI() {
260 void AppListViewDelegate::SetUpProfileSwitcher() {
281 void AppListViewDelegate
[all...]

Completed in 132 milliseconds