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

1 2

  /external/chromium_org/chrome/browser/chromeos/login/auth/
test_attempt_state.h 32 cryptohome::MountError cryptohome_code);
41 virtual cryptohome::MountError cryptohome_code() OVERRIDE;
auth_attempt_state.h 57 cryptohome::MountError cryptohome_code);
70 virtual cryptohome::MountError cryptohome_code();
101 cryptohome::MountError cryptohome_code_;
test_attempt_state.cc 35 cryptohome::MountError cryptohome_code) {
65 cryptohome::MountError TestAttemptState::cryptohome_code() {
auth_attempt_state.cc 56 cryptohome::MountError cryptohome_code) {
118 cryptohome::MountError AuthAttemptState::cryptohome_code() {
extended_authenticator.h 141 cryptohome::MountError return_code,
147 cryptohome::MountError return_code);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_observer.h 38 virtual void OnVolumeMounted(chromeos::MountError error_code,
43 virtual void OnVolumeUnmounted(chromeos::MountError error_code,
volume_manager.h 179 chromeos::MountError error_code,
212 void DoMountEvent(chromeos::MountError error_code,
215 void DoUnmountEvent(chromeos::MountError error_code,
mounted_disk_monitor.h 46 chromeos::MountError error_code,
mounted_disk_monitor.cc 82 chromeos::MountError error_code,
  /external/chromium_org/chromeos/cryptohome/
homedir_methods.h 24 typedef base::Callback<void(bool success, MountError return_code)> Callback;
26 void(bool success, MountError return_code, const std::string& mount_hash)>
mock_homedir_methods.h 22 void SetUp(bool success, MountError return_code);
53 MountError return_code_;
mock_async_method_caller.h 28 void SetUp(bool success, MountError return_code);
98 MountError return_code_;
mock_homedir_methods.cc 20 void MockHomedirMethods::SetUp(bool success, MountError return_code) {
async_method_caller.h 21 // enum (MountError) and referencing ::chromeos::cryptohome and ::cryptohome
37 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/login/managed/
managed_user_authenticator.h 45 cryptohome::MountError cryptohome_code);
56 cryptohome::MountError cryptohome_code();
68 cryptohome::MountError cryptohome_code_;
managed_user_authenticator.cc 32 cryptohome::MountError return_code) {
54 cryptohome::MountError return_code) {
298 cryptohome::MountError cryptohome_code) {
322 cryptohome::MountError
  /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/chromeos/dbus/
cros_disks_client.h 50 enum MountError {
195 MountEntry(MountError error_code,
205 MountError error_code() const { return error_code_; }
211 MountError error_code_;
fake_cros_disks_client.cc 106 MountError error_code,
fake_cros_disks_client.h 58 bool SendMountCompletedEvent(MountError error_code,
  /external/chromium_org/components/storage_monitor/
storage_monitor_chromeos.h 55 chromeos::MountError error_code,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.h 124 virtual void OnVolumeMounted(chromeos::MountError error_code,
127 virtual void OnVolumeUnmounted(chromeos::MountError error_code,
  /external/chromium_org/chromeos/attestation/
attestation_flow.h 138 cryptohome::MountError not_used);

Completed in 394 milliseconds

1 2