Home
last modified time | relevance | path

Searched refs:current_attempt (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dcryptohome_op.cc17 CryptohomeOp::CryptohomeOp(AuthAttemptState* current_attempt, in CryptohomeOp() argument
19 : attempt_(current_attempt), in CryptohomeOp()
42 MountAttempt(AuthAttemptState* current_attempt, in MountAttempt() argument
45 : CryptohomeOp(current_attempt, callback), in MountAttempt()
67 MountGuestAttempt(AuthAttemptState* current_attempt, in MountGuestAttempt() argument
69 : CryptohomeOp(current_attempt, callback) { in MountGuestAttempt()
87 MigrateAttempt(AuthAttemptState* current_attempt, in MigrateAttempt() argument
91 : CryptohomeOp(current_attempt, callback), in MigrateAttempt()
123 RemoveAttempt(AuthAttemptState* current_attempt, in RemoveAttempt() argument
125 : CryptohomeOp(current_attempt, callback) { in RemoveAttempt()
[all …]
Dcryptohome_op.h22 static CryptohomeOp* CreateMountAttempt(AuthAttemptState* current_attempt,
27 AuthAttemptState* current_attempt,
30 static CryptohomeOp* CreateMigrateAttempt(AuthAttemptState* current_attempt,
35 static CryptohomeOp* CreateRemoveAttempt(AuthAttemptState* current_attempt,
39 AuthAttemptState* current_attempt,
48 CryptohomeOp(AuthAttemptState* current_attempt,
Donline_attempt.cc30 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt, in OnlineAttempt() argument
32 : attempt_(current_attempt), in OnlineAttempt()
Donline_attempt.h34 OnlineAttempt(AuthAttemptState* current_attempt,