HomeSort by relevance Sort by last modified time
    Searched refs:ShouldShowLauncher (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ash/system/brightness/
tray_brightness.h 45 virtual bool ShouldShowLauncher() const OVERRIDE;
tray_brightness.cc 199 bool TrayBrightness::ShouldShowLauncher() const {
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.h 35 virtual bool ShouldShowLauncher() const OVERRIDE;
tray_audio.cc 545 bool TrayAudio::ShouldShowLauncher() const {
  /external/chromium_org/ash/system/
status_area_widget.h 64 bool ShouldShowLauncher() const;
status_area_widget.cc 72 bool StatusAreaWidget::ShouldShowLauncher() const {
73 if ((system_tray_ && system_tray_->ShouldShowLauncher()) ||
  /external/chromium_org/ash/system/tray/
system_tray_item.h 106 virtual bool ShouldShowLauncher() const;
system_tray_bubble.h 59 // ShouldShowLauncher().
60 bool ShouldShowLauncher() const;
system_tray_item.cc 87 bool SystemTrayItem::ShouldShowLauncher() const {
system_tray.h 109 bool ShouldShowLauncher() const;
system_tray_bubble.cc 333 bool SystemTrayBubble::ShouldShowLauncher() const {
337 if ((*it)->ShouldShowLauncher())
system_tray.cc 313 bool SystemTray::ShouldShowLauncher() const {
314 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowLauncher();
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc     [all...]

Completed in 868 milliseconds