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

  /external/chromium_org/ash/system/audio/
tray_audio.cc 92 bool TrayAudio::ShouldShowShelf() const {
  /external/chromium_org/ash/system/
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.cc 85 bool SystemTrayItem::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/system/chromeos/brightness/
tray_brightness.cc 251 bool TrayBrightness::ShouldShowShelf() const {

Completed in 303 milliseconds