Searched refs:ShouldHideArrow (Results 1 – 7 of 7) sorted by relevance
44 virtual bool ShouldHideArrow() const OVERRIDE;
200 bool TrayBrightness::ShouldHideArrow() const { in ShouldHideArrow() function in ash::internal::TrayBrightness
34 virtual bool ShouldHideArrow() const OVERRIDE;
595 bool TrayAudio::ShouldHideArrow() const { in ShouldHideArrow() function in ash::internal::TrayAudio
102 virtual bool ShouldHideArrow() const;
84 bool SystemTrayItem::ShouldHideArrow() const { in ShouldHideArrow() function in ash::SystemTrayItem
507 if (items.size() == 1 && items[0]->ShouldHideArrow()) in ShowItems()