OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothDetailedView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/bluetooth/
tray_bluetooth.h
16
class
BluetoothDetailedView
;
40
tray::
BluetoothDetailedView
* detailed_;
tray_bluetooth.cc
99
class
BluetoothDetailedView
: public TrayDetailsView,
103
BluetoothDetailedView
(SystemTrayItem* owner, user::LoginStatus login)
114
virtual ~
BluetoothDetailedView
() {
404
DISALLOW_COPY_AND_ASSIGN(
BluetoothDetailedView
);
437
detailed_ = new tray::
BluetoothDetailedView
(this, status);
Completed in 398 milliseconds