/external/chromium_org/ash/system/tray/ |
system_tray_delegate.cc | 22 paired(false) {
|
system_tray_delegate.h | 51 bool paired; member in struct:ash::BluetoothDeviceInfo
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_device.cc | 16 bool paired, 28 .WillByDefault(testing::Return(paired));
|
mock_bluetooth_device.h | 25 bool paired,
|
/external/chromium_org/remoting/webapp/ |
paired_client_manager.js | 7 * Dialog for showing the list of clients that are paired with this host. 17 * isValid() method to determine whether or not a valid paired client instance 20 * @param {Object} pairedClient The paired client, as returned by the native 40 * Create the DOM elements representing this client in the paired client 43 * @param {remoting.PairedClientManager} parent The paired client manager 81 * paired client instance. 117 * @param {HTMLElement} listContainer HTML <div> to contain the list of paired 120 * the user that clients are paired and containing the link to open the 181 * Populate the dialog with the list of paired clients and show or hide the 184 * @param {*} pairedClients The list of paired clients as returned by th [all...] |
session_connector.js | 79 * For paired connections, the client id of this device, issued by the host. 87 * For paired connections, the paired secret for this device, issued by the 171 * this device was paired, if it is already paired. 173 * this device was paired, if it is already paired. 188 * @param {string} clientId The paired client id. 211 * this device was paired, if it is already paired [all...] |
remoting.js | 181 var dialog = document.getElementById('paired-clients-list'); 182 var message = document.getElementById('paired-client-manager-message'); 183 var deleteAll = document.getElementById('delete-all-paired-clients'); 184 var close = document.getElementById('close-paired-client-manager-dialog'); 185 var working = document.getElementById('paired-client-manager-dialog-working'); 186 var error = document.getElementById('paired-client-manager-dialog-error'); 187 var noPairedClients = document.getElementById('no-paired-clients');
|
event_handlers.js | 94 { event: 'click', id: 'open-paired-client-manager-dialog', 97 { event: 'click', id: 'close-paired-client-manager-dialog', fn: goHome },
|
client_plugin.js | 106 * @param {string} clientPairingId For paired Me2Me connections, the 108 * @param {string} clientPairedSecret For paired Me2Me connections, the 109 * paired secret for this client, as issued by the host.
|
host_controller.js | 439 * Fetch the list of paired clients for this host. 451 * Delete a single paired client. 464 * Delete all paired clients.
|
host_plugin_proto.js | 88 * JSON-encoded list of paired clients.
|
client_plugin_async.js | 417 * @param {string} clientPairingId For paired Me2Me connections, the 419 * @param {string} clientPairedSecret For paired Me2Me connections, the 420 * paired secret for this client, as issued by the host.
|
host_native_messaging.js | 547 * Retrieves the list of paired clients. 560 * Clears all paired clients from the registry. 572 * Deletes a paired client referenced by client id.
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api_utils.cc | 21 out->paired.reset(new bool(device.IsPaired()));
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_browsertest.js | 52 * paired: boolean}} device Description of the device. 74 expectTrue($('bluetooth-paired-devices-list').parentNode.hidden); 82 expectFalse($('bluetooth-paired-devices-list').parentNode.hidden); 88 var pairedDeviceList = $('bluetooth-paired-devices-list'); 96 paired: true 104 paired: false 112 paired: false 115 // Ensure data models for the paired and unpaired device lists are properly 172 var pairedDeviceList = $('bluetooth-paired-devices-list'); 180 paired: fals [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth.css | 43 #bluetooth-paired-devices-list { 47 #bluetooth-paired-devices-list, 62 #bluetooth-paired-devices-list-empty-placeholder {
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_device_client.h | 51 // Indicates that the device is currently paired. Read-only. 52 dbus::Property<bool> paired; member in struct:chromeos::BluetoothDeviceClient::Properties
|
fake_bluetooth_device_client.cc | 203 properties->paired.ReplaceValue(true); 265 if (properties->paired.value() != true && 267 // Must be paired. 268 error_callback.Run(bluetooth_device::kErrorFailed, "Not paired"); 270 } else if (properties->paired.value() == true && 272 // Must not be paired 274 "Connection fails while paired"); 397 if (properties->paired.value() == true) { 398 // Already paired. 829 properties->paired.ReplaceValue(true) [all...] |
bluetooth_device_client.cc | 35 RegisterProperty(bluetooth_device::kPairedProperty, &paired);
|
/external/chromium_org/ash/system/bluetooth/ |
tray_bluetooth.cc | 175 } else if (list[i].connected && list[i].paired) { 178 } else if (list[i].paired) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
bytecode.pxi | 77 # Keep Bytecode reference paired with bc using weak references.
|
yasm.pyx | 95 # Link to associated data mechanism to keep Python references paired with
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 67 /** If the scheduler has paired an RGB and an Alpha instruction together, 985 int paired = 0; local 1008 paired = 1; 1014 if (!paired) { [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 67 /** If the scheduler has paired an RGB and an Alpha instruction together, 985 int paired = 0; local 1008 paired = 1; 1014 if (!paired) { [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_chromeos.cc | 241 property_name == properties->paired.name() ||
|