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

  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.h 19 class TrayBluetooth : public SystemTrayItem,
22 explicit TrayBluetooth(SystemTray* system_tray);
23 virtual ~TrayBluetooth();
42 DISALLOW_COPY_AND_ASSIGN(TrayBluetooth);
tray_bluetooth.cc 409 TrayBluetooth::TrayBluetooth(SystemTray* system_tray)
416 TrayBluetooth::~TrayBluetooth() {
420 views::View* TrayBluetooth::CreateTrayView(user::LoginStatus status) {
424 views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status) {
431 views::View* TrayBluetooth::CreateDetailedView(user::LoginStatus status) {
441 void TrayBluetooth::DestroyTrayView() {
444 void TrayBluetooth::DestroyDefaultView() {
448 void TrayBluetooth::DestroyDetailedView()
    [all...]

Completed in 29 milliseconds