Searched refs:show_more (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc20 TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more) argument
22 show_more_(show_more),
36 if (show_more) {
H A Dtray_item_more.h24 TrayItemMore(SystemTrayItem* owner, bool show_more);
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.cc36 VpnDefaultView(SystemTrayItem* owner, bool show_more) argument
37 : TrayItemMore(owner, show_more) {
H A Dtray_network.cc146 NetworkDefaultView(TrayNetwork* network_tray, bool show_more) argument
147 : TrayItemMore(network_tray, show_more),
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc206 bool show_more = audio_delegate_->HasAlternativeSources(); local
207 more_->SetVisible(show_more);
208 bar_->SetVisible(show_more);
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc67 BluetoothDefaultView(SystemTrayItem* owner, bool show_more) argument
68 : TrayItemMore(owner, show_more) {

Completed in 540 milliseconds