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

  /external/chromium_org/ash/system/audio/
tray_audio.h 51 virtual bool ShouldShowShelf() const OVERRIDE;
tray_audio.cc 92 bool TrayAudio::ShouldShowShelf() const {
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.h 46 virtual bool ShouldShowShelf() const OVERRIDE;
tray_brightness.cc 251 bool TrayBrightness::ShouldShowShelf() const {
  /external/chromium_org/ash/system/
status_area_widget.h 65 bool ShouldShowShelf() const;
status_area_widget.cc 98 bool StatusAreaWidget::ShouldShowShelf() const {
99 if ((system_tray_ && system_tray_->ShouldShowShelf()) ||
  /external/chromium_org/ash/system/tray/
system_tray_item.h 102 virtual bool ShouldShowShelf() const;
system_tray_bubble.h 59 // ShouldShowShelf().
60 bool ShouldShowShelf() const;
system_tray_item.cc 85 bool SystemTrayItem::ShouldShowShelf() const {
system_tray.h 92 bool ShouldShowShelf() const;
system_tray_bubble.cc 341 bool SystemTrayBubble::ShouldShowShelf() const {
345 if ((*it)->ShouldShowShelf())
system_tray.cc 334 bool SystemTray::ShouldShowShelf() const {
335 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowShelf();
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc     [all...]

Completed in 446 milliseconds