OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrayBluetooth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/bluetooth/
tray_bluetooth.h
17
class
TrayBluetooth
: public SystemTrayItem,
20
explicit
TrayBluetooth
(SystemTray* system_tray);
21
virtual ~
TrayBluetooth
();
40
DISALLOW_COPY_AND_ASSIGN(
TrayBluetooth
);
tray_bluetooth.cc
410
TrayBluetooth
::
TrayBluetooth
(SystemTray* system_tray)
417
TrayBluetooth
::~
TrayBluetooth
() {
421
views::View*
TrayBluetooth
::CreateTrayView(user::LoginStatus status) {
425
views::View*
TrayBluetooth
::CreateDefaultView(user::LoginStatus status) {
432
views::View*
TrayBluetooth
::CreateDetailedView(user::LoginStatus status) {
443
void
TrayBluetooth
::DestroyTrayView() {
446
void
TrayBluetooth
::DestroyDefaultView() {
450
void
TrayBluetooth
::DestroyDetailedView()
[
all
...]
Completed in 55 milliseconds