Searched defs:ShouldShowLauncher (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc79 bool StatusAreaWidget::ShouldShowLauncher() const { function in class:ash::internal::StatusAreaWidget
80 if ((system_tray_ && system_tray_->ShouldShowLauncher()) ||
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_item.cc88 bool SystemTrayItem::ShouldShowLauncher() const { function in class:ash::SystemTrayItem
H A Dsystem_tray_bubble.cc343 bool SystemTrayBubble::ShouldShowLauncher() const { function in class:ash::internal::SystemTrayBubble
347 if ((*it)->ShouldShowLauncher())
H A Dsystem_tray.cc345 bool SystemTray::ShouldShowLauncher() const { function in class:ash::SystemTray
346 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowLauncher();
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness.cc204 bool TrayBrightness::ShouldShowLauncher() const { function in class:ash::internal::TrayBrightness
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio.cc599 bool TrayAudio::ShouldShowLauncher() const { function in class:ash::internal::TrayAudio

Completed in 138 milliseconds