Searched refs:ShouldShowLauncher (Results 1 – 13 of 13) sorted by relevance
79 bool StatusAreaWidget::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::StatusAreaWidget80 if ((system_tray_ && system_tray_->ShouldShowLauncher()) || in ShouldShowLauncher()
62 bool ShouldShowLauncher() const;
45 virtual bool ShouldShowLauncher() const OVERRIDE;
204 bool TrayBrightness::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::TrayBrightness
63 bool ShouldShowLauncher() const;
106 virtual bool ShouldShowLauncher() const;
88 bool SystemTrayItem::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::SystemTrayItem
343 bool SystemTrayBubble::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::SystemTrayBubble347 if ((*it)->ShouldShowLauncher()) in ShouldShowLauncher()
98 bool ShouldShowLauncher() const;
345 bool SystemTray::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::SystemTray346 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowLauncher(); in ShouldShowLauncher()
35 virtual bool ShouldShowLauncher() const OVERRIDE;
599 bool TrayAudio::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::TrayAudio
996 shelf_->status_area_widget()->ShouldShowLauncher()) in CalculateAutoHideState()