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 78 virtual bool GetBluetoothDiscovering() OVERRIDE;
system_tray_delegate.h 266 virtual bool GetBluetoothDiscovering() = 0;
default_system_tray_delegate.cc 247 bool DefaultSystemTrayDelegate::GetBluetoothDiscovering() {
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 136 bool bluetooth_discovering = delegate->GetBluetoothDiscovering();
150 if (delegate && delegate->GetBluetoothDiscovering()) {
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 115 virtual bool GetBluetoothDiscovering() OVERRIDE;
system_tray_delegate_linux.cc 246 virtual bool GetBluetoothDiscovering() OVERRIDE {
system_tray_delegate_win.cc 243 virtual bool GetBluetoothDiscovering() OVERRIDE {
system_tray_delegate_chromeos.cc 645 if (GetBluetoothDiscovering()) {
659 if (!GetBluetoothDiscovering()) {
799 bool SystemTrayDelegateChromeOS::GetBluetoothDiscovering() {
    [all...]

Completed in 64 milliseconds