Searched refs:IsMounted (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.cc28 ON_CALL(*this, IsMounted(_))
H A Dmock_cryptohome_client.h28 MOCK_METHOD1(IsMounted, void(const BoolDBusMethodCallback& callback));
H A Dcryptohome_client.h109 // Calls IsMounted method and returns true when the call succeeds.
110 virtual void IsMounted(const BoolDBusMethodCallback& callback) = 0;
H A Dfake_cryptohome_client.h28 virtual void IsMounted(const BoolDBusMethodCallback& callback) OVERRIDE;
H A Dfake_cryptohome_client.cc62 void FakeCryptohomeClient::IsMounted( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc60 virtual void IsMounted(const BoolDBusMethodCallback& callback) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.cc63 if (integration_service->IsMounted())
H A Dvolume_manager.cc283 if (drive_integration_service_->IsMounted()) {
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dmount_manager.h29 virtual bool IsMounted(const std::string& user_id);
H A Dmount_manager.cc28 bool MountManager::IsMounted(const std::string& user_id) { function in class:chromeos::MountManager
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcryptohome_web_ui_handler.cc34 cryptohome_client->IsMounted(GetCryptohomeBoolCallback("is-mounted"));
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_profile_loader.cc53 // 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/
H A Ddrive_integration_service.h94 bool IsMounted() const;
H A Ddownload_handler.cc125 if (!service || !service->IsMounted())
H A Dfile_system_util.cc87 if (!service || !service->IsMounted())
H A Ddrive_integration_service.cc350 bool DriveIntegrationService::IsMounted() const { function in class:drive::DriveIntegrationService
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc563 if (!integration_service || !integration_service->IsMounted())
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.cc194 LOG(ERROR) << "IsMounted call failed.";
830 chromeos::DBusThreadManager::Get()->GetCryptohomeClient()->IsMounted(

Completed in 207 milliseconds