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.h15 class BluetoothDefaultView; variable
39 tray::BluetoothDefaultView* default_;
Dtray_bluetooth.cc67 class BluetoothDefaultView : public TrayItemMore { class
69 BluetoothDefaultView(SystemTrayItem* owner, bool show_more) in BluetoothDefaultView() function in ash::internal::tray::BluetoothDefaultView
76 virtual ~BluetoothDefaultView() {} in ~BluetoothDefaultView()
96 DISALLOW_COPY_AND_ASSIGN(BluetoothDefaultView);
426 default_ = new tray::BluetoothDefaultView( in CreateDefaultView()