Home
last modified time | relevance | path

Searched refs:IsMounted (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dmock_cryptohome_client.cc28 ON_CALL(*this, IsMounted(_)) in MockCryptohomeClient()
Dmock_cryptohome_client.h27 MOCK_METHOD1(IsMounted, void(const BoolDBusMethodCallback& callback));
Dcryptohome_client.h87 virtual void IsMounted(const BoolDBusMethodCallback& callback) = 0;
Dfake_cryptohome_client.h28 virtual void IsMounted(const BoolDBusMethodCallback& callback) OVERRIDE;
Dfake_cryptohome_client.cc51 void FakeCryptohomeClient::IsMounted( in IsMounted() function in chromeos::FakeCryptohomeClient
Dcryptohome_client.cc53 virtual void IsMounted(const BoolDBusMethodCallback& callback) OVERRIDE { in IsMounted() function in chromeos::__anonf5d8053d0111::CryptohomeClientImpl
/external/chromium_org/chrome/browser/chromeos/file_manager/
Ddrive_test_util.cc68 if (integration_service->IsMounted()) in WaitUntilDriveMountPointIsAdded()
Dvolume_manager.cc239 if (drive_integration_service_ && drive_integration_service_->IsMounted()) in GetVolumeInfoList()
/external/chromium_org/chrome/browser/chromeos/login/
Dmount_manager.h29 virtual bool IsMounted(const std::string& user_id);
Dmount_manager.cc29 bool MountManager::IsMounted(const std::string& user_id) { in IsMounted() function in chromeos::MountManager
/external/chromium/chrome/browser/chromeos/login/
Dlogin_browsertest.cc45 EXPECT_CALL(*mock_cryptohome_library_, IsMounted()) in SetUpInProcessBrowserTestFixture()
Dexisting_user_controller_browsertest.cc130 EXPECT_CALL(*mock_cryptohome_library_, IsMounted()) in SetUpInProcessBrowserTestFixture()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dcryptohome_web_ui_handler.cc34 cryptohome_client->IsMounted(GetCryptohomeBoolCallback("is-mounted")); in OnPageLoaded()
/external/chromium/chrome/browser/chromeos/cros/
Dcryptohome_library.cc105 bool IsMounted() { in IsMounted() function in chromeos::CryptohomeLibraryImpl
339 bool IsMounted() { in IsMounted() function in chromeos::CryptohomeLibraryStubImpl
Dcryptohome_library.h102 virtual bool IsMounted() = 0;
Dmock_cryptohome_library.h71 MOCK_METHOD0(IsMounted, bool(void));
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_task_executor.cc101 if (!service || !service->IsMounted() || in OnAppAuthorized()
Ddrive_integration_service.h90 bool IsMounted() const;
Ddownload_handler.cc117 if (!service || !service->IsMounted()) in GetForProfile()
Dfile_system_util.cc107 if (!service || !service->IsMounted()) in GetIntegrationServiceByProfile()
Ddrive_integration_service.cc345 bool DriveIntegrationService::IsMounted() const { in IsMounted() function in drive::DriveIntegrationService
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_profile_loader.cc66 chromeos::DBusThreadManager::Get()->GetCryptohomeClient()->IsMounted( in StartCheck()
/external/chromium/chrome/browser/profiles/
Dprofile_manager.cc348 CHECK(chromeos::CrosLibrary::Get()->GetCryptohomeLibrary()->IsMounted()); in Observe()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_drive.cc327 if (!integration_service || !integration_service->IsMounted()) in RunImpl()
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.cc663 chromeos::DBusThreadManager::Get()->GetCryptohomeClient()->IsMounted( in Observe()