Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/bluetooth/
Dtray_bluetooth.h16 class BluetoothDetailedView; variable
40 tray::BluetoothDetailedView* detailed_;
Dtray_bluetooth.cc99 class BluetoothDetailedView : public TrayDetailsView, class
103 BluetoothDetailedView(SystemTrayItem* owner, user::LoginStatus login) in BluetoothDetailedView() function in ash::internal::tray::BluetoothDetailedView
114 virtual ~BluetoothDetailedView() { in ~BluetoothDetailedView()
404 DISALLOW_COPY_AND_ASSIGN(BluetoothDetailedView);
437 detailed_ = new tray::BluetoothDetailedView(this, status); in CreateDetailedView()