Searched refs:RemoveAttempt (Results 1 – 2 of 2) sorted by relevance
121 class RemoveAttempt : public CryptohomeOp { class123 RemoveAttempt(AuthAttemptState* current_attempt, in RemoveAttempt() function in chromeos::RemoveAttempt128 virtual ~RemoveAttempt() {} in ~RemoveAttempt()137 DISALLOW_COPY_AND_ASSIGN(RemoveAttempt);187 return new RemoveAttempt(current_attempt, callback); in CreateRemoveAttempt()
132 class RemoveAttempt : public CryptohomeLibrary::Delegate { class136 RemoveAttempt(const std::string& user_email, in RemoveAttempt() function in chromeos::__anon004dbfec0111::RemoveAttempt149 method_factory_.NewRunnableMethod(&RemoveAttempt::RemoveUser)); in RemoveUser()193 ScopedRunnableMethodFactory<RemoveAttempt> method_factory_;195 DISALLOW_COPY_AND_ASSIGN(RemoveAttempt);359 new RemoveAttempt(email, delegate); in RemoveUser()