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 78 if (delegate->GetBluetoothAvailable()) {
237 bool blueooth_available = delegate->GetBluetoothAvailable();
315 container->SetEnabled(delegate->GetBluetoothAvailable());
433 if (!Shell::GetInstance()->system_tray_delegate()->GetBluetoothAvailable())
  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 81 virtual bool GetBluetoothAvailable() OVERRIDE;
default_system_tray_delegate.cc 247 bool DefaultSystemTrayDelegate::GetBluetoothAvailable() {
system_tray_delegate.h 304 virtual bool GetBluetoothAvailable() = 0;
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 122 virtual bool GetBluetoothAvailable() OVERRIDE;
system_tray_delegate_linux.cc 247 virtual bool GetBluetoothAvailable() OVERRIDE {
system_tray_delegate_win.cc 245 virtual bool GetBluetoothAvailable() OVERRIDE {
system_tray_delegate_chromeos.cc     [all...]

Completed in 239 milliseconds