OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBluetoothEnabled
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc
82
rb.GetLocalizedString(delegate->
GetBluetoothEnabled
() ?
135
bool bluetooth_enabled = delegate->
GetBluetoothEnabled
();
214
toggle_bluetooth_->SetToggled(!delegate->
GetBluetoothEnabled
());
226
GetBluetoothEnabled
());
237
bool bluetooth_enabled = delegate->
GetBluetoothEnabled
();
369
delegate->
GetBluetoothEnabled
() ?
374
if (!delegate->
GetBluetoothEnabled
())
/external/chromium_org/ash/system/tray/
default_system_tray_delegate.h
77
virtual bool
GetBluetoothEnabled
() OVERRIDE;
system_tray_delegate.h
263
virtual bool
GetBluetoothEnabled
() = 0;
default_system_tray_delegate.cc
243
bool DefaultSystemTrayDelegate::
GetBluetoothEnabled
() {
/external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h
114
virtual bool
GetBluetoothEnabled
() OVERRIDE;
system_tray_delegate_linux.cc
242
virtual bool
GetBluetoothEnabled
() OVERRIDE {
system_tray_delegate_win.cc
239
virtual bool
GetBluetoothEnabled
() OVERRIDE {
system_tray_delegate_chromeos.cc
795
bool SystemTrayDelegateChromeOS::
GetBluetoothEnabled
() {
[
all
...]
Completed in 33 milliseconds