Home
last modified time | relevance | path

Searched refs:ShouldShowLauncher (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ash/system/
Dstatus_area_widget.cc79 bool StatusAreaWidget::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::StatusAreaWidget
80 if ((system_tray_ && system_tray_->ShouldShowLauncher()) || in ShouldShowLauncher()
Dstatus_area_widget.h62 bool ShouldShowLauncher() const;
/external/chromium_org/ash/system/chromeos/brightness/
Dtray_brightness.h45 virtual bool ShouldShowLauncher() const OVERRIDE;
Dtray_brightness.cc204 bool TrayBrightness::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::TrayBrightness
/external/chromium_org/ash/system/tray/
Dsystem_tray_bubble.h63 bool ShouldShowLauncher() const;
Dsystem_tray_item.h106 virtual bool ShouldShowLauncher() const;
Dsystem_tray_item.cc88 bool SystemTrayItem::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::SystemTrayItem
Dsystem_tray_bubble.cc343 bool SystemTrayBubble::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::SystemTrayBubble
347 if ((*it)->ShouldShowLauncher()) in ShouldShowLauncher()
Dsystem_tray.h98 bool ShouldShowLauncher() const;
Dsystem_tray.cc345 bool SystemTray::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::SystemTray
346 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowLauncher(); in ShouldShowLauncher()
/external/chromium_org/ash/system/chromeos/audio/
Dtray_audio.h35 virtual bool ShouldShowLauncher() const OVERRIDE;
Dtray_audio.cc599 bool TrayAudio::ShouldShowLauncher() const { in ShouldShowLauncher() function in ash::internal::TrayAudio
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc996 shelf_->status_area_widget()->ShouldShowLauncher()) in CalculateAutoHideState()