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

  /external/chromium_org/ash/system/
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.cc 87 bool SystemTrayItem::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/system/brightness/
tray_brightness.cc 199 bool TrayBrightness::ShouldShowLauncher() const {
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.cc 545 bool TrayAudio::ShouldShowLauncher() const {

Completed in 213 milliseconds