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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 31 ON_CALL(*this, IsConnectable())
mock_bluetooth_device.h 39 MOCK_CONST_METHOD0(IsConnectable, bool());
  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 34 virtual bool IsConnectable() const OVERRIDE;
bluetooth_device_win.h 34 virtual bool IsConnectable() const OVERRIDE;
bluetooth_device.h 216 virtual bool IsConnectable() const = 0;
bluetooth_device_win.cc 94 bool BluetoothDeviceWin::IsConnectable() const {
bluetooth_chromeos_unittest.cc 760 EXPECT_TRUE(devices[0]->IsConnectable());
    [all...]
bluetooth_device_chromeos.h 35 virtual bool IsConnectable() const OVERRIDE;
bluetooth_device_chromeos.cc 210 bool BluetoothDeviceChromeOS::IsConnectable() const {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 436 js_properties.SetBoolean("connectable", device->IsConnectable());
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 703 if (device->IsPaired() && !device->IsConnectable())
    [all...]

Completed in 3925 milliseconds