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

/external/chromium_org/ash/system/audio/
H A Dtray_audio.cc92 bool TrayAudio::ShouldShowShelf() const { function in class:ash::TrayAudio
/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc98 bool StatusAreaWidget::ShouldShowShelf() const { function in class:ash::StatusAreaWidget
99 if ((system_tray_ && system_tray_->ShouldShowShelf()) ||
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_item.cc85 bool SystemTrayItem::ShouldShowShelf() const { function in class:ash::SystemTrayItem
H A Dsystem_tray_bubble.cc341 bool SystemTrayBubble::ShouldShowShelf() const { function in class:ash::SystemTrayBubble
345 if ((*it)->ShouldShowShelf())
H A Dsystem_tray.cc334 bool SystemTray::ShouldShowShelf() const { function in class:ash::SystemTray
335 return system_bubble_.get() && system_bubble_->bubble()->ShouldShowShelf();
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness.cc251 bool TrayBrightness::ShouldShowShelf() const { function in class:ash::TrayBrightness

Completed in 128 milliseconds