Searched defs:paired_devices (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc375 std::set<std::string> paired_devices; local
381 paired_devices.insert(device_key_data.psk);
383 if (paired_devices.empty()) {
403 paired_devices));
605 const std::set<std::string> paired_devices,
608 DCHECK(!user_id.empty() && !paired_devices.empty());
620 if (paired_devices != devices_in_cryptohome ||
603 OnCryptohomeKeysFetchedForChecking( const std::string& user_id, const std::set<std::string> paired_devices, bool success, const chromeos::EasyUnlockDeviceKeyDataList& key_data_list) argument

Completed in 100 milliseconds