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

  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 62 virtual void ConnectToBluetoothDevice(const std::string& address) OVERRIDE;
system_tray_delegate.h 215 virtual void ConnectToBluetoothDevice(const std::string& address) = 0;
default_system_tray_delegate.cc 189 void DefaultSystemTrayDelegate::ConnectToBluetoothDevice(
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 99 virtual void ConnectToBluetoothDevice(const std::string& address) OVERRIDE;
system_tray_delegate_linux.cc 193 virtual void ConnectToBluetoothDevice(const std::string& address) OVERRIDE {
system_tray_delegate_win.cc 190 virtual void ConnectToBluetoothDevice(const std::string& address) OVERRIDE {
system_tray_delegate_chromeos.cc 668 void SystemTrayDelegateChromeOS::ConnectToBluetoothDevice(
    [all...]
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 384 delegate->ConnectToBluetoothDevice(device_id);

Completed in 51 milliseconds