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

  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.cc 121 class RemoveAttempt : public CryptohomeOp {
123 RemoveAttempt(AuthAttemptState* current_attempt,
128 virtual ~RemoveAttempt() {}
137 DISALLOW_COPY_AND_ASSIGN(RemoveAttempt);
187 return new RemoveAttempt(current_attempt, callback);
user_manager.cc 132 class RemoveAttempt : public CryptohomeLibrary::Delegate {
136 RemoveAttempt(const std::string& user_email,
149 method_factory_.NewRunnableMethod(&RemoveAttempt::RemoveUser));
193 ScopedRunnableMethodFactory<RemoveAttempt> method_factory_;
195 DISALLOW_COPY_AND_ASSIGN(RemoveAttempt);
358 // |RemoveAttempt| deletes itself when done.
359 new RemoveAttempt(email, delegate);

Completed in 30 milliseconds