OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldHideArrow
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ash/system/chromeos/audio/
tray_audio.h
34
virtual bool
ShouldHideArrow
() const OVERRIDE;
tray_audio.cc
595
bool TrayAudio::
ShouldHideArrow
() const {
/external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.h
44
virtual bool
ShouldHideArrow
() const OVERRIDE;
tray_brightness.cc
200
bool TrayBrightness::
ShouldHideArrow
() const {
/external/chromium_org/ash/system/tray/
system_tray_item.h
102
virtual bool
ShouldHideArrow
() const;
system_tray_item.cc
84
bool SystemTrayItem::
ShouldHideArrow
() const {
system_tray.cc
507
if (items.size() == 1 && items[0]->
ShouldHideArrow
())
Completed in 153 milliseconds