Searched refs:TrayBluetooth (Results 1 – 3 of 3) sorted by relevance
19 class TrayBluetooth : public SystemTrayItem,22 explicit TrayBluetooth(SystemTray* system_tray);23 virtual ~TrayBluetooth();42 DISALLOW_COPY_AND_ASSIGN(TrayBluetooth);
409 TrayBluetooth::TrayBluetooth(SystemTray* system_tray) in TrayBluetooth() function in ash::internal::TrayBluetooth416 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 …]
193 AddTrayItem(new internal::TrayBluetooth(this)); in CreateItems()211 AddTrayItem(new internal::TrayBluetooth(this)); in CreateItems()