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

  /external/chromium_org/ui/app_list/views/
contents_view.h 100 StartPageView* start_page_view() { return start_page_view_; } function in class:app_list::ContentsView
app_list_view_unittest.cc 25 #include "ui/app_list/views/start_page_view.h"
334 StartPageView* start_page_view = local
335 main_view->contents_view()->start_page_view();
340 EXPECT_NO_FATAL_FAILURE(CheckView(start_page_view));
359 start_page_view->UpdateForTesting();
360 EXPECT_EQ(1u, GetVisibleTileItemViews(start_page_view->tile_views()));
362 start_page_view->UpdateForTesting();
363 EXPECT_EQ(0u, GetVisibleTileItemViews(start_page_view->tile_views()));
365 EXPECT_EQ(NULL, start_page_view);
436 StartPageView* start_page_view local
    [all...]

Completed in 4407 milliseconds