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

  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.h 22 static CryptohomeOp* CreateMountAttempt(AuthAttemptState* current_attempt,
cryptohome_op_unittest.cc 141 CryptohomeOp::CreateMountAttempt(&state_, resolver_.get(), true));
148 CryptohomeOp::CreateMountAttempt(&state_, resolver_.get(), true));
155 CryptohomeOp::CreateMountAttempt(&state_, resolver_.get(), true));
162 CryptohomeOp::CreateMountAttempt(&state_, resolver_.get(), true));
cryptohome_op.cc 160 CryptohomeOp* CryptohomeOp::CreateMountAttempt(
parallel_authenticator.cc 81 mounter_ = CryptohomeOp::CreateMountAttempt(current_state_.get(),
306 mounter_ = CryptohomeOp::CreateMountAttempt(current_state_.get(),

Completed in 398 milliseconds