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

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
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_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...]

Completed in 64 milliseconds