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

  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.h 35 virtual bool ShouldShowLauncher() const OVERRIDE;
tray_audio.cc 599 bool TrayAudio::ShouldShowLauncher() const {
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.h 45 virtual bool ShouldShowLauncher() const OVERRIDE;
tray_brightness.cc 204 bool TrayBrightness::ShouldShowLauncher() const {
  /external/chromium_org/ash/system/
status_area_widget.h 62 bool ShouldShowLauncher() const;
status_area_widget.cc 79 bool StatusAreaWidget::ShouldShowLauncher() const {
80 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 62 // ShouldShowLauncher().
63 bool ShouldShowLauncher() const;
system_tray_item.cc 88 bool SystemTrayItem::ShouldShowLauncher() const {
system_tray.h 98 bool ShouldShowLauncher() const;
system_tray_bubble.cc 343 bool SystemTrayBubble::ShouldShowLauncher() const {
347 if ((*it)->ShouldShowLauncher())
system_tray.cc 345 bool SystemTray::ShouldShowLauncher() const {
346 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowLauncher();
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc     [all...]

Completed in 47 milliseconds