Lines Matching refs:app_list

5 #include "chrome/browser/ui/app_list/app_list_view_delegate.h"
22 #include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
23 #include "chrome/browser/ui/app_list/app_list_service.h"
24 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
25 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
26 #include "chrome/browser/ui/app_list/search/search_controller.h"
27 #include "chrome/browser/ui/app_list/start_page_service.h"
49 #include "ui/app_list/app_list_switches.h"
50 #include "ui/app_list/app_list_view_delegate_observer.h"
51 #include "ui/app_list/search_box_model.h"
52 #include "ui/app_list/speech_ui_model.h"
67 #include "chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h"
98 app_list::AppListViewDelegate::Users* users) {
102 app_list::AppListViewDelegate::User user;
118 if (app_list::switches::IsExperimentalAppListEnabled() &&
177 speech_ui_.reset(new app_list::SpeechUIModel);
212 app_list::StartPageService* start_page_service =
213 app_list::StartPageService::Get(profile_);
224 speech_ui_->SetSpeechRecognitionState(app_list::SPEECH_RECOGNITION_OFF);
229 app_list::AppListSyncableServiceFactory::GetForProfile(profile_)->model();
244 app_list::StartPageService* start_page_service =
245 app_list::StartPageService::Get(profile_);
251 : app_list::SPEECH_RECOGNITION_OFF);
253 search_controller_.reset(new app_list::SearchController(profile_,
278 app_list::AppListViewDelegateObserver, observers_, OnProfilesChanged());
300 if (speech_ui_->state() == app_list::SPEECH_RECOGNITION_READY) {
302 app_list::SPEECH_RECOGNITION_HOTWORD_LISTENING);
305 if (speech_ui_->state() == app_list::SPEECH_RECOGNITION_HOTWORD_LISTENING)
306 OnSpeechRecognitionStateChanged(app_list::SPEECH_RECOGNITION_READY);
311 DCHECK_EQ(app_list::SPEECH_RECOGNITION_HOTWORD_LISTENING,
368 app_list::AppListModel* AppListViewDelegate::GetModel() {
372 app_list::SpeechUIModel* AppListViewDelegate::GetSpeechUI() {
413 app_list::SearchResult* result,
422 app_list::SearchResult* result,
438 app_list::StartPageService* service =
439 app_list::StartPageService::Get(profile_);
461 app_list::StartPageService* service =
462 app_list::StartPageService::Get(profile_);
511 app_list::StartPageService* service =
512 app_list::StartPageService::Get(profile_);
537 app_list::SpeechRecognitionState new_state) {
540 app_list::StartPageService* service =
541 app_list::StartPageService::Get(profile_);
544 if (new_state == app_list::SPEECH_RECOGNITION_READY &&
558 app_list::StartPageService* service =
559 app_list::StartPageService::Get(profile_);
598 app_list::StartPageService* service =
599 app_list::StartPageService::Get(profile_);
603 const app_list::AppListViewDelegate::Users&
609 if (app_list::switches::IsCenteredAppListEnabled())
637 app_list::AppListViewDelegateObserver* observer) {
642 app_list::AppListViewDelegateObserver* observer) {
652 app_list::AppListViewDelegateObserver, observers_, OnShutdown());