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

/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h119 AppListMainView* app_list_main_view() { return app_list_main_view_; } function in class:app_list::AppListView
H A Dapps_container_view.cc16 #include "ui/app_list/views/app_list_main_view.h"
23 AppsContainerView::AppsContainerView(AppListMainView* app_list_main_view, argument
28 apps_grid_view_ = new AppsGridView(app_list_main_view);
34 } else if (app_list_main_view->ShouldCenterWindow()) {
48 new AppListFolderView(this, model, app_list_main_view);
H A Dcontents_view.cc15 #include "ui/app_list/views/app_list_main_view.h"
29 ContentsView::ContentsView(AppListMainView* app_list_main_view) argument
32 app_list_main_view_(app_list_main_view),
H A Dstart_page_view.cc13 #include "ui/app_list/views/app_list_main_view.h"
68 StartPageView::StartPageView(AppListMainView* app_list_main_view, argument
70 : app_list_main_view_(app_list_main_view),
75 new SearchResultListView(app_list_main_view, view_delegate)),
H A Dapp_list_folder_view.cc14 #include "ui/app_list/views/app_list_main_view.h"
46 AppListMainView* app_list_main_view)
48 app_list_main_view_(app_list_main_view),
44 AppListFolderView(AppsContainerView* container_view, AppListModel* model, AppListMainView* app_list_main_view) argument

Completed in 85 milliseconds