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

  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 82 mount_completed_handler_ = mount_completed_handler;
98 if (mount_completed_handler_.is_null())
100 mount_completed_handler_.Run(error_code, source_path, mount_type, mount_path);
fake_cros_disks_client.h 107 MountCompletedHandler mount_completed_handler_; member in class:chromeos::FakeCrosDisksClient
cros_disks_client.cc 465 mount_completed_handler_ = mount_completed_handler;
522 if (!mount_completed_handler_.is_null()) {
525 base::Bind(mount_completed_handler_,
534 MountCompletedHandler mount_completed_handler_; member in class:chromeos::__anon7177::CrosDisksClientStubImpl

Completed in 213 milliseconds