Home
last modified time | relevance | path

Searched refs:BluetoothDefaultView (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/system/bluetooth/
Dtray_bluetooth.h13 class BluetoothDefaultView; variable
37 tray::BluetoothDefaultView* default_;
Dtray_bluetooth.cc65 class BluetoothDefaultView : public TrayItemMore { class
67 BluetoothDefaultView(SystemTrayItem* owner, bool show_more) in BluetoothDefaultView() function in ash::tray::BluetoothDefaultView
74 virtual ~BluetoothDefaultView() {} in ~BluetoothDefaultView()
94 DISALLOW_COPY_AND_ASSIGN(BluetoothDefaultView);
433 default_ = new tray::BluetoothDefaultView( in CreateDefaultView()