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

  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 83 virtual bool GetBluetoothDiscovering() OVERRIDE;
default_system_tray_delegate.cc 255 bool DefaultSystemTrayDelegate::GetBluetoothDiscovering() {
system_tray_delegate.h 310 virtual bool GetBluetoothDiscovering() = 0;
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 135 bool bluetooth_discovering = delegate->GetBluetoothDiscovering();
149 if (delegate && delegate->GetBluetoothDiscovering()) {
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 124 virtual bool GetBluetoothDiscovering() OVERRIDE;
system_tray_delegate_linux.cc 255 virtual bool GetBluetoothDiscovering() OVERRIDE {
system_tray_delegate_win.cc 253 virtual bool GetBluetoothDiscovering() OVERRIDE {
system_tray_delegate_chromeos.cc 691 if (GetBluetoothDiscovering()) {
705 if (!GetBluetoothDiscovering()) {
    [all...]

Completed in 4148 milliseconds