/external/chromium_org/chrome/browser/chromeos/login/ |
crash_restore_browsertest.cc | 45 CryptohomeClient::GetStubSanitizedUsername(kUserId1)); 67 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId1), 140 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId3), 147 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId3), 150 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId2), 153 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId1),
|
wallpaper_manager_browsertest.cc | 410 CryptohomeClient::GetStubSanitizedUsername(kTestUser1));
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_policy_observer.h | 23 class CryptohomeClient; 40 // A constructor which allows custom CryptohomeClient and AttestationFlow 43 CryptohomeClient* cryptohome_client, 93 CryptohomeClient* cryptohome_client_;
|
platform_verification_flow.h | 35 class CryptohomeClient; 121 CryptohomeClient* cryptohome_client, 285 CryptohomeClient* cryptohome_client_;
|
attestation_policy_observer.cc | 112 CryptohomeClient* cryptohome_client,
|
attestation_policy_observer_unittest.cc | 67 void operator() (const CryptohomeClient::DataMethodCallback& callback) {
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_store_chromeos.h | 26 class CryptohomeClient; 44 chromeos::CryptohomeClient* cryptohome_client, 123 chromeos::CryptohomeClient* cryptohome_client_;
|
enterprise_install_attributes.h | 54 chromeos::CryptohomeClient* cryptohome_client); 132 chromeos::CryptohomeClient* cryptohome_client_;
|
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
enterprise_platform_keys_private_api.h | 24 class CryptohomeClient; 61 chromeos::CryptohomeClient* cryptohome_client, 102 chromeos::CryptohomeClient* cryptohome_client_; 155 chromeos::CryptohomeClient* cryptohome_client, 190 chromeos::CryptohomeClient* cryptohome_client,
|
enterprise_platform_keys_private_api.cc | 88 chromeos::CryptohomeClient* cryptohome_client, 278 chromeos::CryptohomeClient* cryptohome_client, 395 chromeos::CryptohomeClient* cryptohome_client,
|
/external/chromium_org/chromeos/attestation/ |
attestation_flow.h | 27 class CryptohomeClient; 58 CryptohomeClient* cryptohome_client, 205 CryptohomeClient* cryptohome_client_;
|
attestation_flow.cc | 86 CryptohomeClient* cryptohome_client,
|
/external/chromium_org/chromeos/dbus/ |
dbus_thread_manager.h | 36 class CryptohomeClient; 129 virtual CryptohomeClient* GetCryptohomeClient() = 0;
|
cryptohome_client.h | 20 // CryptohomeClient is used to communicate with the Cryptohome service. 23 class CHROMEOS_EXPORT CryptohomeClient : public DBusClient { 62 virtual ~CryptohomeClient(); 66 static CryptohomeClient* Create(); 431 CryptohomeClient(); 434 DISALLOW_COPY_AND_ASSIGN(CryptohomeClient);
|
fake_dbus_thread_manager.h | 43 void SetCryptohomeClient(scoped_ptr<CryptohomeClient> client); 80 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE; 116 scoped_ptr<CryptohomeClient> cryptohome_client_;
|
fake_dbus_thread_manager.cc | 69 SetCryptohomeClient(scoped_ptr<CryptohomeClient>(new FakeCryptohomeClient)); 151 scoped_ptr<CryptohomeClient> client) { 313 CryptohomeClient* FakeDBusThreadManager::GetCryptohomeClient() {
|
dbus_thread_manager.cc | 80 cryptohome_client_.reset(CryptohomeClient::Create()); 130 CryptohomeClient* cryptohome_client() { 205 scoped_ptr<CryptohomeClient> cryptohome_client_; 316 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE {
|
cryptohome_client.cc | 27 // The CryptohomeClient implementation. 28 class CryptohomeClientImpl : public CryptohomeClient { 32 // CryptohomeClient override. 40 // CryptohomeClient override. 46 // CryptohomeClient override. 52 // CryptohomeClient override. 59 // CryptohomeClient override. 66 // CryptohomeClient override. 81 // CryptohomeClient override. 98 // CryptohomeClient override [all...] |
fake_session_manager_client.cc | 54 CryptohomeClient::GetStubSanitizedUsername(user_email);
|
fake_cryptohome_client.h | 16 class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient {
|
mock_cryptohome_client.h | 15 class MockCryptohomeClient : public CryptohomeClient {
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
cryptohome_web_ui_handler.cc | 31 CryptohomeClient* cryptohome_client =
|
/external/chromium_org/chromeos/cryptohome/ |
system_salt_getter_unittest.cc | 31 scoped_ptr<CryptohomeClient>(fake_cryptohome_client_));
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_oauth2_token_service_factory_unittest.cc | 37 scoped_ptr<CryptohomeClient>(fake_cryptohome_client_));
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_apitest.cc | 43 using chromeos::CryptohomeClient; 120 std::string sanitized_user = CryptohomeClient::GetStubSanitizedUsername(
|