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

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_get_keys_operation.cc 16 EasyUnlockGetKeysOperation::EasyUnlockGetKeysOperation(
25 EasyUnlockGetKeysOperation::~EasyUnlockGetKeysOperation() {
28 void EasyUnlockGetKeysOperation::Start() {
34 void EasyUnlockGetKeysOperation::GetKeyData() {
41 base::Bind(&EasyUnlockGetKeysOperation::OnGetKeyData,
46 void EasyUnlockGetKeysOperation::OnGetKeyData(
easy_unlock_get_keys_operation.h 18 class EasyUnlockGetKeysOperation {
23 EasyUnlockGetKeysOperation(const UserContext& user_context,
25 ~EasyUnlockGetKeysOperation();
42 base::WeakPtrFactory<EasyUnlockGetKeysOperation> weak_ptr_factory_;
44 DISALLOW_COPY_AND_ASSIGN(EasyUnlockGetKeysOperation);

Completed in 511 milliseconds