Searched refs:IsNamedPageActive (Results 1 – 4 of 4) sorted by relevance
124 bool ContentsView::IsNamedPageActive(NamedPage named_page) const { in IsNamedPageActive() function in app_list::ContentsView155 if (IsNamedPageActive(NAMED_PAGE_SEARCH_RESULTS) && in ActivePageChanged()162 if (IsNamedPageActive(NAMED_PAGE_START)) { in ActivePageChanged()185 ? IsNamedPageActive(NAMED_PAGE_START) && in IsShowingSearchResults()187 : IsNamedPageActive(NAMED_PAGE_SEARCH_RESULTS); in IsShowingSearchResults()
274 EXPECT_TRUE(main_view->contents_view()->IsNamedPageActive( in RunDisplayTest()490 contents_view->IsNamedPageActive(ContentsView::NAMED_PAGE_START)); in RunSearchResultsTest()493 EXPECT_TRUE(contents_view->IsNamedPageActive( in RunSearchResultsTest()504 EXPECT_TRUE(contents_view->IsNamedPageActive(ContentsView::NAMED_PAGE_APPS)); in RunSearchResultsTest()526 contents_view->IsNamedPageActive(ContentsView::NAMED_PAGE_START)); in RunSearchResultsTest()
89 bool IsNamedPageActive(NamedPage named_page) const;
219 !contents_view_->IsNamedPageActive(ContentsView::NAMED_PAGE_START) || in UpdateSearchBoxVisibility()