Home
last modified time | relevance | path

Searched refs:paired (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/options/chromeos/
Dbluetooth_device_list.js41 el.deletable = device.paired && !device.connecting;
75 (this.data.paired && this.data.connected);
76 this.notconnectable = this.data.paired && !this.data.connecting &&
79 this.paired = this.data.paired && !this.data.connected &&
Dbluetooth.css43 #bluetooth-paired-devices-list {
47 #bluetooth-paired-devices-list,
62 #bluetooth-paired-devices-list-empty-placeholder {
Dbluetooth_add_device_overlay.js66 var disabled = !item || item.paired || item.connecting;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_browsertest.js96 paired: true property
104 paired: false property
112 paired: false property
180 paired: false property
212 fakeDevice.paired = true;
238 paired: true property
335 paired: false, property
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_device.cc16 bool paired, in MockBluetoothDevice() argument
28 .WillByDefault(testing::Return(paired)); in MockBluetoothDevice()
Dmock_bluetooth_device.h25 bool paired,
/external/chromium_org/ash/system/tray/
Dsystem_tray_delegate.cc22 paired(false) { in BluetoothDeviceInfo()
Dsystem_tray_delegate.h51 bool paired; member
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_api_utils.cc21 out->paired.reset(new bool(device.IsPaired())); in BluetoothDeviceToApiDevice()
/external/llvm/test/Transforms/LoopRotate/
Dalloca.ll6 ; definition of alloca). I.e. each @use must be paired with an alloca.
/external/chromium_org/chrome/common/extensions/api/
Dbluetooth.idl32 // Indicates whether or not the device is paired with the system.
33 boolean? paired;
206 // currently paired, or have been paired in the past.
/external/valgrind/main/
Ddarwin10.supp18 …Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framework.
Ddarwin11.supp84 # Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framew…
/external/chromium_org/chromeos/dbus/
Dbluetooth_device_client.h52 dbus::Property<bool> paired; member
Dfake_bluetooth_device_client.cc203 properties->paired.ReplaceValue(true); in FakeBluetoothDeviceClient()
265 if (properties->paired.value() != true && in Connect()
270 } else if (properties->paired.value() == true && in Connect()
397 if (properties->paired.value() == true) { in Pair()
829 properties->paired.ReplaceValue(true); in CompleteSimulatedPairing()
/external/chromium_org/ash/system/bluetooth/
Dtray_bluetooth.cc175 } else if (list[i].connected && list[i].paired) { in UpdateBlueToothDeviceList()
178 } else if (list[i].paired) { in UpdateBlueToothDeviceList()
/external/llvm/test/CodeGen/ARM/
Dgpr-paired-spill.ll14 ; Key point is that enough 64-bit paired GPR values are live that
/external/libusb-compat/m4/
Dltsugar.m463 # Produce a SEP delimited list of all paired combinations of elements of
/external/libexif/auto-m4/
Dltsugar.m463 # Produce a SEP delimited list of all paired combinations of elements of
/external/qemu/distrib/sdl-1.2.15/acinclude/
Dltsugar.m464 # Produce a SEP delimited list of all paired combinations of elements of
/external/libmtp/m4/
Dltsugar.m463 # Produce a SEP delimited list of all paired combinations of elements of
/external/protobuf/m4/
Dltsugar.m463 # Produce a SEP delimited list of all paired combinations of elements of
/external/chromium_org/third_party/tcmalloc/vendor/m4/
Dltsugar.m463 # Produce a SEP delimited list of all paired combinations of elements of
/external/openfst/m4/
Dltsugar.m463 # Produce a SEP delimited list of all paired combinations of elements of
/external/open-vcdiff/m4/
Dltsugar.m463 # Produce a SEP delimited list of all paired combinations of elements of

123