HomeSort by relevance Sort by last modified time
    Searched refs:GetBluetoothAvailable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 79 if (delegate->GetBluetoothAvailable()) {
238 bool blueooth_available = delegate->GetBluetoothAvailable();
321 container->SetEnabled(delegate->GetBluetoothAvailable());
439 if (!Shell::GetInstance()->system_tray_delegate()->GetBluetoothAvailable())
  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 76 virtual bool GetBluetoothAvailable() OVERRIDE;
system_tray_delegate.h 260 virtual bool GetBluetoothAvailable() = 0;
default_system_tray_delegate.cc 239 bool DefaultSystemTrayDelegate::GetBluetoothAvailable() {
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 113 virtual bool GetBluetoothAvailable() OVERRIDE;
system_tray_delegate_linux.cc 238 virtual bool GetBluetoothAvailable() OVERRIDE {
system_tray_delegate_win.cc 235 virtual bool GetBluetoothAvailable() OVERRIDE {
system_tray_delegate_chromeos.cc 791 bool SystemTrayDelegateChromeOS::GetBluetoothAvailable() {
    [all...]

Completed in 93 milliseconds