Searched defs:current_attempt (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Donline_attempt.cc30 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt, argument
32 : attempt_(current_attempt),
H A Dcryptohome_op.cc17 CryptohomeOp::CryptohomeOp(AuthAttemptState* current_attempt, argument
19 : attempt_(current_attempt),
42 MountAttempt(AuthAttemptState* current_attempt, argument
45 : CryptohomeOp(current_attempt, callback),
67 MountGuestAttempt(AuthAttemptState* current_attempt, argument
69 : CryptohomeOp(current_attempt, callback) {
87 MigrateAttempt(AuthAttemptState* current_attempt, argument
91 : CryptohomeOp(current_attempt, callback),
123 RemoveAttempt(AuthAttemptState* current_attempt, argument
125 : CryptohomeOp(current_attempt, callbac
142 CheckKeyAttempt(AuthAttemptState* current_attempt, AuthAttemptStateResolver* callback) argument
160 CreateMountAttempt( AuthAttemptState* current_attempt, AuthAttemptStateResolver* callback, bool create_if_missing) argument
168 CreateMountGuestAttempt( AuthAttemptState* current_attempt, AuthAttemptStateResolver* callback) argument
175 CreateMigrateAttempt( AuthAttemptState* current_attempt, AuthAttemptStateResolver* callback, bool passing_old_hash, const std::string& hash) argument
184 CreateRemoveAttempt( AuthAttemptState* current_attempt, AuthAttemptStateResolver* callback) argument
191 CreateCheckKeyAttempt( AuthAttemptState* current_attempt, AuthAttemptStateResolver* callback) argument
[all...]

Completed in 150 milliseconds