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

  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.cc 28 ON_CALL(*this, IsMounted(_))
mock_cryptohome_client.h 28 MOCK_METHOD1(IsMounted, void(const BoolDBusMethodCallback& callback));
cryptohome_client.h 109 // Calls IsMounted method and returns true when the call succeeds.
110 virtual void IsMounted(const BoolDBusMethodCallback& callback) = 0;
fake_cryptohome_client.h 28 virtual void IsMounted(const BoolDBusMethodCallback& callback) OVERRIDE;
fake_cryptohome_client.cc 62 void FakeCryptohomeClient::IsMounted(
cryptohome_client.cc 60 virtual void IsMounted(const BoolDBusMethodCallback& callback) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc 63 if (integration_service->IsMounted())
volume_manager.cc 283 if (drive_integration_service_->IsMounted()) {
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mount_manager.h 29 virtual bool IsMounted(const std::string& user_id);
mount_manager.cc 28 bool MountManager::IsMounted(const std::string& user_id) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
cryptohome_web_ui_handler.cc 34 cryptohome_client->IsMounted(GetCryptohomeBoolCallback("is-mounted"));
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_profile_loader.cc 53 // and running by issuing an IsMounted call. If the call does not go through
68 chromeos::DBusThreadManager::Get()->GetCryptohomeClient()->IsMounted(
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 94 bool IsMounted() const;
download_handler.cc 125 if (!service || !service->IsMounted())
file_system_util.cc 87 if (!service || !service->IsMounted())
drive_integration_service.cc 350 bool DriveIntegrationService::IsMounted() const {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 563 if (!integration_service || !integration_service->IsMounted())
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 194 LOG(ERROR) << "IsMounted call failed.";
830 chromeos::DBusThreadManager::Get()->GetCryptohomeClient()->IsMounted(
    [all...]

Completed in 262 milliseconds