HomeSort by relevance Sort by last modified time
    Searched defs:StartPageView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/app_list/views/
start_page_view.h 23 class StartPageView : public views::View,
28 StartPageView(AppListMainView* app_list_main_view,
30 virtual ~StartPageView();
84 DISALLOW_COPY_AND_ASSIGN(StartPageView);
start_page_view.cc 94 StartPageView::StartPageView(AppListMainView* app_list_main_view,
120 StartPageView::~StartPageView() {
126 void StartPageView::InitInstantContainer() {
153 void StartPageView::InitTilesContainer() {
166 void StartPageView::SetModel(AppListModel* model) {
176 void StartPageView::Reset() {
189 void StartPageView::ShowSearchResults() {
193 void StartPageView::SetShowState(ShowState show_state)
    [all...]

Completed in 488 milliseconds