/external/chromium_org/chrome/browser/resources/chromeos/ |
bluetooth_pair_device.css | 9 #bluetooth-pairing {
|
bluetooth_pair_device.js | 54 device.pairing = 'bluetoothStartConnecting';
|
/external/chromium_org/remoting/host/ |
pairing_registry_delegate_win_unittest.cc | 56 PairingRegistry::Pairing pairing1(base::Time::Now(), "xxx", "xxx", "xxx"); 57 PairingRegistry::Pairing pairing2(base::Time::Now(), "yyy", "yyy", "yyy"); 68 // Delete the first pairing. 71 // Verify that there is only one pairing left. 72 EXPECT_EQ(delegate->Load(pairing1.client_id()), PairingRegistry::Pairing()); 80 EXPECT_EQ(PairingRegistry::Pairing::CreateFromValue(*json), pairing2); 96 PairingRegistry::Pairing pairing(base::Time::Now(), "xxx", "xxx", "xxx"); 97 EXPECT_TRUE(save_delegate->Save(pairing)); 98 EXPECT_EQ(load_delegate->Load(pairing.client_id()), pairing) [all...] |
pairing_registry_delegate_linux.cc | 20 // The pairing registry path relative to the configuration directory. 41 // Enumerate all pairing files in the pairing registry. 48 // Read the JSON containing pairing data. 67 // Delete all pairing files in the pairing registry. 82 PairingRegistry::Pairing PairingRegistryDelegateLinux::Load( 91 scoped_ptr<base::Value> pairing( 93 if (!pairing) { 94 LOG(WARNING) << "Failed to load pairing information: " << error_messag [all...] |
pairing_registry_delegate_linux_unittest.cc | 44 PairingRegistry::Pairing pairing1(base::Time::Now(), "xxx", "xxx", "xxx"); 45 PairingRegistry::Pairing pairing2(base::Time::Now(), "yyy", "yyy", "yyy"); 56 // Delete the first pairing. 59 // Verify that there is only one pairing left. 60 EXPECT_EQ(delegate->Load(pairing1.client_id()), PairingRegistry::Pairing()); 68 EXPECT_EQ(PairingRegistry::Pairing::CreateFromValue(*json), pairing2); 84 PairingRegistry::Pairing pairing(base::Time::Now(), "xxx", "xxx", "xxx"); 85 EXPECT_TRUE(save_delegate->Save(pairing)); 86 EXPECT_EQ(load_delegate->Load(pairing.client_id()), pairing) [all...] |
pairing_registry_delegate_win.cc | 138 PairingRegistry::Pairing pairing = Load(WideToUTF8(value_name)); local 139 if (pairing.is_valid()) 140 pairings->Append(pairing.ToValue().release()); 168 PairingRegistry::Pairing PairingRegistryDelegateWin::Load( 174 scoped_ptr<base::DictionaryValue> pairing = ReadValue(unprivileged_, local 176 if (!pairing) 177 return PairingRegistry::Pairing(); 184 return PairingRegistry::Pairing(); 187 pairing->MergeDictionary(secret.get()) [all...] |
pairing_registry_delegate_linux.h | 27 virtual protocol::PairingRegistry::Pairing Load( 29 virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) OVERRIDE;
|
pairing_registry_delegate_win.h | 22 // Stores client pairing information in Windows registry. Two separate registry 27 // - |unprivileged| - contains the rest of pairing state. 38 // Passes the root keys to be used to access the pairing registry store. 46 virtual protocol::PairingRegistry::Pairing Load( 48 virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) OVERRIDE;
|
client_session.cc | 181 protocol::PairingRegistry::Pairing pairing = local 184 pairing_response.set_client_id(pairing.client_id()); 185 pairing_response.set_shared_secret(pairing.shared_secret());
|
/external/chromium_org/remoting/protocol/ |
pairing_registry.cc | 29 PairingRegistry::Pairing::Pairing() { 32 PairingRegistry::Pairing::Pairing(const base::Time& created_time, 42 PairingRegistry::Pairing::~Pairing() { 45 PairingRegistry::Pairing PairingRegistry::Pairing::Create( 54 return Pairing(created_time, client_name, client_id, shared_secret); 57 PairingRegistry::Pairing PairingRegistry::Pairing::CreateFromValue 206 Pairing pairing = delegate_->Load(client_id); local 266 Pairing pairing = Pairing::CreateFromValue(*pairing_json); local [all...] |
pairing_registry.h | 43 struct Pairing { 44 Pairing(); 45 Pairing(const base::Time& created_time, 49 ~Pairing(); 51 static Pairing Create(const std::string& client_name); 52 static Pairing CreateFromValue(const base::DictionaryValue& pairing); 56 bool operator==(const Pairing& other) const; 72 // Mapping from client id to pairing information. 73 typedef std::map<std::string, Pairing> PairedClients [all...] |
protocol_mock_objects.cc | 74 protocol::PairingRegistry::Pairing MockPairingRegistryDelegate::Load( 80 return protocol::PairingRegistry::Pairing(); 85 const protocol::PairingRegistry::Pairing& pairing) { 86 pairings_[pairing.client_id()] = pairing;
|
pairing_host_authenticator.h | 42 // Continue processing a protocol message once the pairing information for 46 PairingRegistry::Pairing pairing);
|
pairing_host_authenticator.cc | 97 PairingRegistry::Pairing pairing) { 99 std::string paired_secret = pairing.shared_secret();
|
negotiating_authenticator_unittest.cc | 91 PairingRegistry::Pairing pairing( 93 pairing_registry_->AddPairing(pairing);
|
protocol_mock_objects.h | 223 virtual protocol::PairingRegistry::Pairing Load( 225 virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) OVERRIDE; 229 typedef std::map<std::string, protocol::PairingRegistry::Pairing> Pairings;
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth.css | 71 change size during the pairing process as the message changes. Sized 73 #bluetooth-pairing-message-area { 82 #bluetooth-pairing-message-contents { 87 #bluetooth-pairing-instructions, 88 #bluetooth-pairing-passkey-display, 89 #bluetooth-pairing-passkey-entry, 90 #bluetooth-pairing-pincode-entry, 96 #bluetooth-pairing-instructions { 100 #bluetooth-pairing-passkey-display, 101 #bluetooth-pairing-passkey-entry [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.cc | 40 // |SendDeviceNotification| may include a pairing parameter whose value 102 // Device connecting and pairing. 267 // PIN code or Passkey entry during the pairing process. 292 LOG(WARNING) << "Auth token supplied after pairing ended: " << address 296 // Determine if the device supports pairing: 312 // Cancel pairing. 313 VLOG(1) << "Cancel pairing: " << address; 317 VLOG(1) << "Confirm pairing: " << address; 321 VLOG(1) << "Reject pairing: " << address; 332 // Disconnect from device and delete pairing information 442 std::string pairing; local [all...] |
bluetooth_options_browsertest.js | 189 // Simulate process of pairing a device. 190 fakeDevice.pairing = 'bluetoothEnterPinCode'; 193 // Verify that the pairing dialog is displayed with the proper options. 194 expectFalse($('bluetooth-pairing').hidden); 195 expectTrue($('bluetooth-pairing-passkey-display').hidden); 196 expectTrue($('bluetooth-pairing-passkey-entry').hidden); 197 expectFalse($('bluetooth-pairing-pincode-entry').hidden); 211 delete fakeDevice.pairing; 302 var pairDeviceDialog = $('bluetooth-pairing'); 336 pairing: 'bluetoothStartConnecting [all...] |
/external/chromium_org/remoting/webapp/ |
client_plugin.js | 107 * pairing id for this client, as issued by the host. 210 * Request pairing with the host for PIN-less authentication.
|
client_plugin_async.js | 274 // client and host support pairing. If the client doesn't support pairing, 418 * pairing id for this client, as issued by the host. 602 * Request pairing with the host for PIN-less authentication.
|
host_plugin_proto.js | 99 /** @param {string} client Client id of the pairing to be deleted.
|
session_connector.js | 62 * Set to true to indicate that the user requested pairing when entering 186 * Update the pairing info so that the reconnect function will work correctly.
|
paired_client_manager.js | 241 * @param {remoting.PairedClient} client The pairing to delete.
|
host_controller.js | 453 * @param {string} client The client id of the pairing to delete.
|