Home
last modified time | relevance | path

Searched refs:TrayBluetooth (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/system/bluetooth/
Dtray_bluetooth.h19 class TrayBluetooth : public SystemTrayItem,
22 explicit TrayBluetooth(SystemTray* system_tray);
23 virtual ~TrayBluetooth();
42 DISALLOW_COPY_AND_ASSIGN(TrayBluetooth);
Dtray_bluetooth.cc409 TrayBluetooth::TrayBluetooth(SystemTray* system_tray) in TrayBluetooth() function in ash::internal::TrayBluetooth
416 TrayBluetooth::~TrayBluetooth() { in ~TrayBluetooth()
420 views::View* TrayBluetooth::CreateTrayView(user::LoginStatus status) { in CreateTrayView()
424 views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status) { in CreateDefaultView()
431 views::View* TrayBluetooth::CreateDetailedView(user::LoginStatus status) { in CreateDetailedView()
441 void TrayBluetooth::DestroyTrayView() { in DestroyTrayView()
444 void TrayBluetooth::DestroyDefaultView() { in DestroyDefaultView()
448 void TrayBluetooth::DestroyDetailedView() { in DestroyDetailedView()
452 void TrayBluetooth::UpdateAfterLoginStatusChange(user::LoginStatus status) { in UpdateAfterLoginStatusChange()
455 void TrayBluetooth::OnBluetoothRefresh() { in OnBluetoothRefresh()
[all …]
/external/chromium_org/ash/system/tray/
Dsystem_tray.cc193 AddTrayItem(new internal::TrayBluetooth(this)); in CreateItems()
211 AddTrayItem(new internal::TrayBluetooth(this)); in CreateItems()