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

/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.h17 class TrayBluetooth : public SystemTrayItem, class in namespace:ash
20 explicit TrayBluetooth(SystemTray* system_tray);
21 virtual ~TrayBluetooth();
40 DISALLOW_COPY_AND_ASSIGN(TrayBluetooth);
H A Dtray_bluetooth.cc416 TrayBluetooth::TrayBluetooth(SystemTray* system_tray) function in class:ash::TrayBluetooth
423 TrayBluetooth::~TrayBluetooth() {
427 views::View* TrayBluetooth::CreateTrayView(user::LoginStatus status) {
431 views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status) {
438 views::View* TrayBluetooth::CreateDetailedView(user::LoginStatus status) {
449 void TrayBluetooth::DestroyTrayView() {
452 void TrayBluetooth::DestroyDefaultView() {
456 void TrayBluetooth
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc183 AddTrayItem(new TrayBluetooth(this));
206 AddTrayItem(new TrayBluetooth(this));

Completed in 1685 milliseconds