Home
last modified time | relevance | path

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

/external/chromium_org/ash/shelf/
Dshelf.cc130 bool Shelf::IsShowingMenu() const { in IsShowingMenu() function in ash::Shelf
131 return shelf_view_->IsShowingMenu(); in IsShowingMenu()
Dshelf.h83 bool IsShowingMenu() const;
Doverflow_bubble.cc76 if (!shelf_view_->IsShowingMenu() && in ProcessPressedEvent()
Dshelf_view.h91 bool IsShowingMenu() const;
Dshelf_layout_manager.cc1006 if (shelf_->shelf() && shelf_->shelf()->IsShowingMenu()) in CalculateAutoHideState()
Dshelf_view.cc504 bool ShelfView::IsShowingMenu() const { in IsShowingMenu() function in ash::ShelfView