Searched refs:EasyUnlockGetKeysOperation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_get_keys_operation.h18 class EasyUnlockGetKeysOperation { class in namespace:chromeos
23 EasyUnlockGetKeysOperation(const UserContext& user_context,
25 ~EasyUnlockGetKeysOperation();
42 base::WeakPtrFactory<EasyUnlockGetKeysOperation> weak_ptr_factory_;
44 DISALLOW_COPY_AND_ASSIGN(EasyUnlockGetKeysOperation);
H A Deasy_unlock_get_keys_operation.cc16 EasyUnlockGetKeysOperation::EasyUnlockGetKeysOperation( function in class:chromeos::EasyUnlockGetKeysOperation
25 EasyUnlockGetKeysOperation::~EasyUnlockGetKeysOperation() {
28 void EasyUnlockGetKeysOperation::Start() {
34 void EasyUnlockGetKeysOperation::GetKeyData() {
41 base::Bind(&EasyUnlockGetKeysOperation::OnGetKeyData,
46 void EasyUnlockGetKeysOperation::OnGetKeyData(
H A Deasy_unlock_key_manager.h35 typedef EasyUnlockGetKeysOperation::GetKeysCallback GetDeviceDataListCallback;
113 std::map<int, EasyUnlockGetKeysOperation*> get_keys_ops_;
H A Deasy_unlock_key_manager.cc95 scoped_ptr<EasyUnlockGetKeysOperation> op(new EasyUnlockGetKeysOperation(
227 std::map<int, EasyUnlockGetKeysOperation*>::iterator it =
229 scoped_ptr<EasyUnlockGetKeysOperation> op;

Completed in 82 milliseconds