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

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_key_manager.cc 32 EasyUnlockKeyManager::EasyUnlockKeyManager()
37 EasyUnlockKeyManager::~EasyUnlockKeyManager() {
42 void EasyUnlockKeyManager::RefreshKeys(const UserContext& user_context,
57 base::Bind(&EasyUnlockKeyManager::OnKeysCreated,
64 void EasyUnlockKeyManager::RemoveKeys(const UserContext& user_context,
76 base::Bind(&EasyUnlockKeyManager::OnKeysRemoved,
82 void EasyUnlockKeyManager::GetDeviceDataList(
87 pending_ops_.push_back(base::Bind(&EasyUnlockKeyManager::GetDeviceDataList
    [all...]
easy_unlock_key_manager.h 31 class EasyUnlockKeyManager {
37 EasyUnlockKeyManager();
38 ~EasyUnlockKeyManager();
117 base::WeakPtrFactory<EasyUnlockKeyManager> weak_ptr_factory_;
119 DISALLOW_COPY_AND_ASSIGN(EasyUnlockKeyManager);
easy_unlock_remove_keys_operation.cc 60 EasyUnlockKeyManager::GetKeyLabel(key_index_),
easy_unlock_get_keys_operation.cc 40 EasyUnlockKeyManager::GetKeyLabel(key_index_),
easy_unlock_create_keys_operation.cc 346 EasyUnlockKeyManager::GetKeyLabel(index),
398 EasyUnlockKeyManager::GetKeyLabel(key_creation_index_)) {
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.h 38 class EasyUnlockKeyManager;
170 EasyUnlockKeyManager* GetEasyUnlockKeyManager();
312 scoped_ptr<EasyUnlockKeyManager> easy_unlock_key_manager_;
user_session_manager.cc     [all...]
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service_signin_chromeos.cc 39 const chromeos::EasyUnlockKeyManager::GetDeviceDataListCallback& callback);
50 const chromeos::EasyUnlockKeyManager::GetDeviceDataListCallback& callback,
74 const chromeos::EasyUnlockKeyManager::GetDeviceDataListCallback& callback) {
75 chromeos::EasyUnlockKeyManager* key_manager =
341 chromeos::EasyUnlockKeyManager::DeviceDataListToRemoteDeviceList(
easy_unlock_auth_attempt.cc 144 key_label = chromeos::EasyUnlockKeyManager::GetKeyLabel(0u);
easy_unlock_service.cc 378 chromeos::EasyUnlockKeyManager::RemoteDeviceListToDeviceDataList(
394 chromeos::EasyUnlockKeyManager* key_manager =
easy_unlock_service_regular.cc 169 chromeos::EasyUnlockKeyManager* key_manager =

Completed in 482 milliseconds