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

  /external/chromium_org/ash/system/tray/
tray_item_more.cc 21 TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more)
23 show_more_(show_more),
37 if (show_more) {
tray_item_more.h 27 TrayItemMore(SystemTrayItem* owner, bool show_more);
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 37 VpnDefaultView(SystemTrayItem* owner, bool show_more)
38 : TrayItemMore(owner, show_more) {
tray_network.cc 144 NetworkDefaultView(TrayNetwork* network_tray, bool show_more)
145 : TrayItemMore(network_tray, show_more),
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.cc 273 bool show_more = audio_handler->has_alternative_output() || local
275 more_->SetVisible(show_more);
282 bar_->SetVisible(show_more);
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 69 BluetoothDefaultView(SystemTrayItem* owner, bool show_more)
70 : TrayItemMore(owner, show_more) {

Completed in 138 milliseconds