Home | History | Annotate | Download | only in login

Lines Matching refs:CryptohomeOp

18 class CryptohomeOp
19 : public base::RefCountedThreadSafe<CryptohomeOp>,
22 static CryptohomeOp* CreateMountAttempt(AuthAttemptState* current_attempt,
26 static CryptohomeOp* CreateMountGuestAttempt(
30 static CryptohomeOp* CreateMigrateAttempt(AuthAttemptState* current_attempt,
35 static CryptohomeOp* CreateRemoveAttempt(AuthAttemptState* current_attempt,
38 static CryptohomeOp* CreateCheckKeyAttempt(
48 CryptohomeOp(AuthAttemptState* current_attempt,
51 virtual ~CryptohomeOp();
59 friend class base::RefCountedThreadSafe<CryptohomeOp>;
60 DISALLOW_COPY_AND_ASSIGN(CryptohomeOp);