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

  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.h 17 class TrayBluetooth : public SystemTrayItem,
20 explicit TrayBluetooth(SystemTray* system_tray);
21 virtual ~TrayBluetooth();
40 DISALLOW_COPY_AND_ASSIGN(TrayBluetooth);
tray_bluetooth.cc 416 TrayBluetooth::TrayBluetooth(SystemTray* system_tray)
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::DestroyDetailedView()
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray.cc 183 AddTrayItem(new TrayBluetooth(this));
206 AddTrayItem(new TrayBluetooth(this));

Completed in 337 milliseconds