HomeSort by relevance Sort by last modified time
    Searched refs:MountError (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launcher.h 47 void MountCallback(bool mount_success, cryptohome::MountError mount_error);
51 cryptohome::MountError return_code);
kiosk_app_launcher.cc 31 void IgnoreResult(bool mount_success, cryptohome::MountError mount_error) {}
224 cryptohome::MountError mount_error) {
252 cryptohome::MountError return_code) {
  /external/chromium_org/chrome/browser/chromeos/login/
test_attempt_state.h 40 cryptohome::MountError cryptohome_code);
49 virtual cryptohome::MountError cryptohome_code() OVERRIDE;
auth_attempt_state.h 63 cryptohome::MountError cryptohome_code);
76 virtual cryptohome::MountError cryptohome_code();
107 cryptohome::MountError cryptohome_code_;
test_attempt_state.cc 46 cryptohome::MountError cryptohome_code) {
76 cryptohome::MountError TestAttemptState::cryptohome_code() {
auth_attempt_state.cc 91 cryptohome::MountError cryptohome_code) {
146 cryptohome::MountError AuthAttemptState::cryptohome_code() {
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 46 cryptohome::MountError cryptohome_code);
57 cryptohome::MountError cryptohome_code();
70 cryptohome::MountError cryptohome_code_;
managed_user_authenticator.cc 36 cryptohome::MountError return_code) {
58 cryptohome::MountError return_code) {
316 cryptohome::MountError cryptohome_code) {
340 cryptohome::MountError
  /external/chromium_org/chromeos/cryptohome/
mock_async_method_caller.h 28 void SetUp(bool success, MountError return_code);
87 MountError return_code_;
async_method_caller.h 20 // enum (MountError) and referencing ::chromeos::cryptohome and ::cryptohome
36 typedef base::Callback<void(bool success, MountError return_code)> Callback;
mock_async_method_caller.cc 26 void MockAsyncMethodCaller::SetUp(bool success, MountError return_code) {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
mounted_disk_monitor.h 44 chromeos::MountError error_code,
event_router.h 76 chromeos::MountError error_code,
138 chromeos::MountError error_code,
mounted_disk_monitor.cc 67 chromeos::MountError error_code,
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.h 55 MountError error_code,
burn_device_handler.cc 85 MountError error_code,
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos.h 55 MountError error_code,
storage_monitor_chromeos_unittest.cc 77 MountError error_code,
110 void MountDevice(MountError error_code,
119 void UnmountDevice(MountError error_code,
202 MountError error_code,
221 MountError error_code,
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 51 enum MountError {
214 typedef base::Callback<void(MountError error_code,
fake_cros_disks_client.cc 89 MountError error_code,
fake_cros_disks_client.h 50 bool SendMountCompletedEvent(MountError error_code,
cros_disks_client.cc 336 handler.Run(static_cast<MountError>(error_code), source_path,
450 static MountError PerformFakeMount(const std::string& source_path,
484 MountError mount_error) {
496 void FinishMount(MountError error,
  /external/chromium_org/chromeos/attestation/
attestation_flow.h 129 cryptohome::MountError not_used);
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 199 typedef base::Callback<void(MountError error_code)> UnmountPathCallback;
213 MountError error_code,
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.h 194 cryptohome::MountError return_code);

Completed in 257 milliseconds

1 2