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

  /external/chromium/chrome/browser/chromeos/login/
test_attempt_state.cc 47 void TestAttemptState::PresetCryptohomeStatus(bool cryptohome_outcome,
test_attempt_state.h 39 void PresetCryptohomeStatus(bool cryptohome_outcome, int cryptohome_code);
parallel_authenticator_unittest.cc 298 state_->PresetCryptohomeStatus(false,
313 state_->PresetCryptohomeStatus(false, 0);
391 state_->PresetCryptohomeStatus(false,
445 state_->PresetCryptohomeStatus(
459 state_->PresetCryptohomeStatus(
485 state_->PresetCryptohomeStatus(
501 state_->PresetCryptohomeStatus(true, 0);
517 state_->PresetCryptohomeStatus(true, 0);
550 state_->PresetCryptohomeStatus(true, 0);
588 state_->PresetCryptohomeStatus(true, 0)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 244 state_->PresetCryptohomeStatus(false, cryptohome::MOUNT_ERROR_KEY_FAILURE);
253 state_->PresetCryptohomeStatus(false, cryptohome::MOUNT_ERROR_KEY_FAILURE);
264 state_->PresetCryptohomeStatus(false, cryptohome::MOUNT_ERROR_KEY_FAILURE);
277 state_->PresetCryptohomeStatus(true, cryptohome::MOUNT_ERROR_NONE);
289 state_->PresetCryptohomeStatus(true, cryptohome::MOUNT_ERROR_NONE);
300 state_->PresetCryptohomeStatus(true, cryptohome::MOUNT_ERROR_NONE);
321 state_->PresetCryptohomeStatus(true, cryptohome::MOUNT_ERROR_NONE);
345 state_->PresetCryptohomeStatus(true, cryptohome::MOUNT_ERROR_NONE);
361 state_->PresetCryptohomeStatus(false, cryptohome::MOUNT_ERROR_NONE);
476 state_->PresetCryptohomeStatus(false, cryptohome::MOUNT_ERROR_KEY_FAILURE)
    [all...]
test_attempt_state.h 39 void PresetCryptohomeStatus(bool cryptohome_outcome,
test_attempt_state.cc 44 void TestAttemptState::PresetCryptohomeStatus(

Completed in 401 milliseconds