Lines Matching refs:AppListViewDelegate

98                    app_list::AppListViewDelegate::Users* users) {
102 app_list::AppListViewDelegate::User user;
151 AppListViewDelegate::AppListViewDelegate(AppListControllerDelegate* controller)
190 AppListViewDelegate::~AppListViewDelegate() {
203 void AppListViewDelegate::SetProfile(Profile* new_profile) {
243 void AppListViewDelegate::SetUpSearchUI() {
260 void AppListViewDelegate::SetUpProfileSwitcher() {
281 void AppListViewDelegate::SetUpCustomLauncherPages() {
298 void AppListViewDelegate::OnHotwordStateChanged(bool started) {
310 void AppListViewDelegate::OnHotwordRecognized() {
316 void AppListViewDelegate::SigninManagerCreated(SigninManagerBase* manager) {
320 void AppListViewDelegate::SigninManagerShutdown(SigninManagerBase* manager) {
325 void AppListViewDelegate::GoogleSigninFailed(
330 void AppListViewDelegate::GoogleSigninSucceeded(const std::string& account_id,
336 void AppListViewDelegate::GoogleSignedOut(const std::string& account_id,
341 void AppListViewDelegate::OnProfileAdded(const base::FilePath& profile_path) {
345 void AppListViewDelegate::OnProfileWasRemoved(
351 void AppListViewDelegate::OnProfileNameChanged(
357 bool AppListViewDelegate::ForceNativeDesktop() const {
361 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
368 app_list::AppListModel* AppListViewDelegate::GetModel() {
372 app_list::SpeechUIModel* AppListViewDelegate::GetSpeechUI() {
376 void AppListViewDelegate::GetShortcutPathForApp(
402 void AppListViewDelegate::StartSearch() {
407 void AppListViewDelegate::StopSearch() {
412 void AppListViewDelegate::OpenSearchResult(
421 void AppListViewDelegate::InvokeSearchResultAction(
428 base::TimeDelta AppListViewDelegate::GetAutoLaunchTimeout() {
432 void AppListViewDelegate::AutoLaunchCanceled() {
437 void AppListViewDelegate::ViewInitialized() {
451 void AppListViewDelegate::Dismiss() {
455 void AppListViewDelegate::ViewClosing() {
474 gfx::ImageSkia AppListViewDelegate::GetWindowIcon() {
478 void AppListViewDelegate::OpenSettings() {
490 void AppListViewDelegate::OpenHelp() {
502 void AppListViewDelegate::OpenFeedback() {
510 void AppListViewDelegate::ToggleSpeechRecognition() {
517 void AppListViewDelegate::ShowForProfileByPath(
522 void AppListViewDelegate::OnSpeechResult(const base::string16& result,
532 void AppListViewDelegate::OnSpeechSoundLevelChanged(int16 level) {
536 void AppListViewDelegate::OnSpeechRecognitionStateChanged(
556 views::View* AppListViewDelegate::CreateStartPageWebView(
575 std::vector<views::View*> AppListViewDelegate::CreateCustomPageWebViews(
597 bool AppListViewDelegate::IsSpeechRecognitionEnabled() {
603 const app_list::AppListViewDelegate::Users&
604 AppListViewDelegate::GetUsers() const {
608 bool AppListViewDelegate::ShouldCenterWindow() const {
636 void AppListViewDelegate::AddObserver(
641 void AppListViewDelegate::RemoveObserver(
646 void AppListViewDelegate::Observe(int type,