Home
last modified time | relevance | path

Searched refs:IsShowingMenu (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ash/launcher/
Dlauncher.cc133 bool Launcher::IsShowingMenu() const { in IsShowingMenu() function in ash::Launcher
134 return shelf_view_->IsShowingMenu(); in IsShowingMenu()
Dlauncher.h87 bool IsShowingMenu() const;
/external/chromium_org/ash/shelf/
Doverflow_bubble.cc77 if (!shelf_view_->IsShowingMenu() && in ProcessPressedEvent()
Dshelf_view.h91 bool IsShowingMenu() const;
Dshelf_layout_manager.cc999 if (shelf_->launcher() && shelf_->launcher()->IsShowingMenu()) in CalculateAutoHideState()
Dshelf_view.cc504 bool ShelfView::IsShowingMenu() const { in IsShowingMenu() function in ash::internal::ShelfView