IsConnectable     725 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   if (device->IsPaired() && !device->IsConnectable())
IsConnectable     468 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   js_properties.SetBoolean("connectable", device->IsConnectable());
IsConnectable    1448 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(devices[0]->IsConnectable());
IsConnectable    1708 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnectable());
IsConnectable    1898 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnectable());
IsConnectable    1954 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnectable());
IsConnectable    2032 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnectable());
IsConnectable    2089 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnectable());
IsConnectable    2143 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnectable());
IsConnectable    2197 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnectable());
IsConnectable    2247 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnectable());
IsConnectable     225 device/bluetooth/bluetooth_device.h   virtual bool IsConnectable() const = 0;
IsConnectable      35 device/bluetooth/bluetooth_device_chromeos.h   virtual bool IsConnectable() const OVERRIDE;
IsConnectable      35 device/bluetooth/bluetooth_device_mac.h   virtual bool IsConnectable() const OVERRIDE;
IsConnectable      35 device/bluetooth/bluetooth_device_win.h   virtual bool IsConnectable() const OVERRIDE;
IsConnectable      41 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, IsConnectable())
IsConnectable      41 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(IsConnectable, bool());