Searched refs:GetBluetoothDiscovering (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc247 bool DefaultSystemTrayDelegate::GetBluetoothDiscovering() { function in class:ash::DefaultSystemTrayDelegate
H A Ddefault_system_tray_delegate.h78 virtual bool GetBluetoothDiscovering() OVERRIDE;
H A Dsystem_tray_delegate.h266 virtual bool GetBluetoothDiscovering() = 0;
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc136 bool bluetooth_discovering = delegate->GetBluetoothDiscovering();
150 if (delegate && delegate->GetBluetoothDiscovering()) {
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_linux.cc246 virtual bool GetBluetoothDiscovering() OVERRIDE {
H A Dsystem_tray_delegate_win.cc243 virtual bool GetBluetoothDiscovering() OVERRIDE {
H A Dsystem_tray_delegate_chromeos.h115 virtual bool GetBluetoothDiscovering() OVERRIDE;
H A Dsystem_tray_delegate_chromeos.cc645 if (GetBluetoothDiscovering()) {
659 if (!GetBluetoothDiscovering()) {
799 bool SystemTrayDelegateChromeOS::GetBluetoothDiscovering() { function in class:chromeos::SystemTrayDelegateChromeOS

Completed in 187 milliseconds