Searched refs:IsShowingMenu (Results 1 – 6 of 6) sorted by relevance
133 bool Launcher::IsShowingMenu() const { in IsShowingMenu() function in ash::Launcher134 return shelf_view_->IsShowingMenu(); in IsShowingMenu()
87 bool IsShowingMenu() const;
77 if (!shelf_view_->IsShowingMenu() && in ProcessPressedEvent()
91 bool IsShowingMenu() const;
999 if (shelf_->launcher() && shelf_->launcher()->IsShowingMenu()) in CalculateAutoHideState()
504 bool ShelfView::IsShowingMenu() const { in IsShowingMenu() function in ash::internal::ShelfView