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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 21 out->paired.reset(new bool(device.IsPaired()));
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc 755 EXPECT_TRUE(devices[0]->IsPaired());
906 ASSERT_FALSE(device->IsPaired());
955 ASSERT_TRUE(device->IsPaired());
    [all...]
bluetooth_device_mac.h 32 virtual bool IsPaired() const OVERRIDE;
bluetooth_device_win.h 32 virtual bool IsPaired() const OVERRIDE;
bluetooth_device.h 204 virtual bool IsPaired() const = 0;
bluetooth_device_win.cc 86 bool BluetoothDeviceWin::IsPaired() const {
bluetooth_device_chromeos.h 33 virtual bool IsPaired() const OVERRIDE;
bluetooth_device_chromeos.cc 189 bool BluetoothDeviceChromeOS::IsPaired() const {
272 if (IsPaired() || !pairing_delegate || !IsPairable()) {
bluetooth_adapter_chromeos.cc 253 if (iter->second->IsPaired() && iter->second->IsConnected())
  /external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.cc 38 device_data_.SetBoolean("paired", device->IsPaired());
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 27 ON_CALL(*this, IsPaired())
mock_bluetooth_device.h 37 MOCK_CONST_METHOD0(IsPaired, bool());
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.cc 171 if (!device->IsPaired())
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 680 info.paired = device->IsPaired();
700 (device->IsConnected() && device->IsPaired())) {
703 if (device->IsPaired() && !device->IsConnectable())
705 if (device->IsPaired() || !device->IsPairable()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 433 js_properties.SetBoolean("paired", device->IsPaired());

Completed in 53 milliseconds