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

  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos_unittest.cc 210 if (error_code == MOUNT_ERROR_NONE) {
225 if (error_code == MOUNT_ERROR_NONE)
277 MountDevice(MOUNT_ERROR_NONE, mount_info, kUniqueId1, kDevice1Name,
286 UnmountDevice(MOUNT_ERROR_NONE, mount_info);
298 MountDevice(MOUNT_ERROR_NONE, mount_info2, kUniqueId2, kDevice2Name,
307 UnmountDevice(MOUNT_ERROR_NONE, mount_info2);
327 MountDevice(MOUNT_ERROR_NONE, mount_info, kUniqueId, kDevice1Name,
355 MountDevice(MOUNT_ERROR_NONE, mount_info, kUniqueId, kDevice1Name,
363 MountDevice(MOUNT_ERROR_NONE, mount_info, kUniqueId, kDevice1Name,
376 MountDevice(MOUNT_ERROR_NONE, mount_info1, kUniqueId2, kSDCardDeviceName1
    [all...]
storage_monitor_chromeos.cc 166 if (error_code != MOUNT_ERROR_NONE)
241 if (error_code == MOUNT_ERROR_NONE)
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 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);
373 mock_caller_->SetUp(true, cryptohome::MOUNT_ERROR_NONE);
388 mock_caller_->SetUp(false, cryptohome::MOUNT_ERROR_NONE);
403 mock_caller_->SetUp(true, cryptohome::MOUNT_ERROR_NONE);
418 mock_caller_->SetUp(false, cryptohome::MOUNT_ERROR_NONE);
    [all...]
auth_attempt_state.cc 35 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
51 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
68 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE),
113 cryptohome_code_ = cryptohome::MOUNT_ERROR_NONE;
  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 284 chromeos::MOUNT_ERROR_NONE,
339 chromeos::MOUNT_ERROR_NONE,
395 chromeos::MOUNT_ERROR_NONE,
447 chromeos::MOUNT_ERROR_NONE,
501 chromeos::MOUNT_ERROR_NONE,
566 chromeos::MOUNT_ERROR_NONE,
573 chromeos::MOUNT_ERROR_NONE,
604 chromeos::MOUNT_ERROR_NONE,
disk_mount_manager.cc 319 if ((error_code == MOUNT_ERROR_NONE || mount_info.mount_condition) &&
324 if ((error_code == MOUNT_ERROR_NONE || mount_info.mount_condition) &&
354 success ? MOUNT_ERROR_NONE : MOUNT_ERROR_INTERNAL,
372 callback.Run(success ? MOUNT_ERROR_NONE : MOUNT_ERROR_INTERNAL);
377 if (error_code == MOUNT_ERROR_NONE &&
  /external/chromium_org/chromeos/attestation/
attestation_flow_unittest.cc 41 callback.Run(false, cryptohome::MOUNT_ERROR_NONE);
81 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE);
140 async_caller.SetUp(false, cryptohome::MOUNT_ERROR_NONE);
166 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE);
195 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE);
228 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE);
270 async_caller.SetUp(false, cryptohome::MOUNT_ERROR_NONE);
297 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE);
350 async_caller.SetUp(true, cryptohome::MOUNT_ERROR_NONE);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
mounted_disk_monitor.cc 77 if (!disk || error_code != chromeos::MOUNT_ERROR_NONE)
event_router.cc 58 case chromeos::MOUNT_ERROR_NONE:
431 error_code == chromeos::MOUNT_ERROR_NONE,
436 if (error_code == chromeos::MOUNT_ERROR_NONE)
444 (error_code == chromeos::MOUNT_ERROR_NONE)) {
612 // We can pass chromeos::MOUNT_ERROR_NONE even when authentication is failed
614 OnMountEvent(DiskMountManager::MOUNTING, chromeos::MOUNT_ERROR_NONE,
628 OnMountEvent(DiskMountManager::UNMOUNTING, chromeos::MOUNT_ERROR_NONE,
714 error_code == chromeos::MOUNT_ERROR_NONE ||
    [all...]
  /external/chromium_org/chromeos/cryptohome/
mock_async_method_caller.cc 21 : success_(false), return_code_(cryptohome::MOUNT_ERROR_NONE) {
  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 97 cryptohome::MOUNT_ERROR_NONE));
113 cryptohome::MOUNT_ERROR_NONE));
cros_disks_client.h 52 MOUNT_ERROR_NONE = 0,
cros_disks_client.cc 476 return MOUNT_ERROR_NONE;
485 if (mount_error != MOUNT_ERROR_NONE) {
490 FinishMount(MOUNT_ERROR_NONE, source_path, type,
cryptohome_client_stub.cc 370 cryptohome::MOUNT_ERROR_NONE));
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 487 RegisterKeyCallback(response, true, cryptohome::MOUNT_ERROR_NONE);
495 if (!success || return_code != cryptohome::MOUNT_ERROR_NONE) {
enterprise_platform_keys_private_api_unittest.cc 64 callback.Run(true, cryptohome::MOUNT_ERROR_NONE);
71 callback.Run(false, cryptohome::MOUNT_ERROR_NONE);
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 310 cryptohome_code_(cryptohome::MOUNT_ERROR_NONE) {}

Completed in 210 milliseconds