/external/chromium_org/chrome/browser/chromeos/login/ |
D | crash_restore_browsertest.cc | 44 CryptohomeClient::GetStubSanitizedUsername(kUserId1)); in SetUpCommandLine() 63 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId1), in IN_PROC_BROWSER_TEST_F() 136 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId3), in IN_PROC_BROWSER_TEST_F() 143 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId3), in IN_PROC_BROWSER_TEST_F() 146 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId2), in IN_PROC_BROWSER_TEST_F() 149 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId1), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
D | enterprise_platform_keys_private_api.h | 24 class CryptohomeClient; variable 61 chromeos::CryptohomeClient* cryptohome_client, 102 chromeos::CryptohomeClient* cryptohome_client_; 155 chromeos::CryptohomeClient* cryptohome_client, 190 chromeos::CryptohomeClient* cryptohome_client,
|
D | enterprise_platform_keys_private_api.cc | 89 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeKeyBase() 279 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeMachineKey() 396 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeUserKey()
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
D | attestation_policy_observer.h | 23 class CryptohomeClient; variable 43 CryptohomeClient* cryptohome_client, 93 CryptohomeClient* cryptohome_client_;
|
D | platform_verification_flow.h | 39 class CryptohomeClient; variable 141 CryptohomeClient* cryptohome_client, 270 CryptohomeClient* cryptohome_client_;
|
D | attestation_policy_observer_unittest.cc | 67 void operator() (const CryptohomeClient::DataMethodCallback& callback) { in operator ()()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | user_cloud_policy_store_chromeos.h | 26 class CryptohomeClient; variable 44 chromeos::CryptohomeClient* cryptohome_client, 126 chromeos::CryptohomeClient* cryptohome_client_;
|
D | consumer_management_service.h | 27 class CryptohomeClient; variable 117 chromeos::CryptohomeClient* client, 223 chromeos::CryptohomeClient* client_;
|
D | enterprise_install_attributes.h | 44 chromeos::CryptohomeClient* cryptohome_client); 153 chromeos::CryptohomeClient* cryptohome_client_;
|
D | consumer_management_service_unittest.cc | 113 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in MockGetBootAttribute() 120 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in MockSetBootAttribute() 127 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in MockFlushAndSignBootAttributes()
|
D | browser_policy_connector_chromeos.cc | 109 chromeos::CryptohomeClient* cryptohome_client = in BrowserPolicyConnectorChromeOS() 155 chromeos::CryptohomeClient* cryptohome_client = in Init()
|
D | device_cloud_policy_store_chromeos_unittest.cc | 58 scoped_ptr<chromeos::CryptohomeClient>(fake_cryptohome_client_)); in SetUp()
|
/external/chromium_org/chromeos/attestation/ |
D | attestation_flow.h | 27 class CryptohomeClient; variable 59 CryptohomeClient* cryptohome_client, 206 CryptohomeClient* cryptohome_client_;
|
D | attestation_flow.cc | 86 CryptohomeClient* cryptohome_client, in AttestationFlow()
|
/external/chromium_org/chromeos/dbus/ |
D | cryptohome_client.h | 40 class CHROMEOS_EXPORT CryptohomeClient : public DBusClient { 85 virtual ~CryptohomeClient(); 89 static CryptohomeClient* Create(); 543 CryptohomeClient(); 546 DISALLOW_COPY_AND_ASSIGN(CryptohomeClient);
|
D | dbus_client_bundle.h | 24 class CryptohomeClient; variable 141 CryptohomeClient* cryptohome_client() { in cryptohome_client() 256 scoped_ptr<CryptohomeClient> cryptohome_client_;
|
D | dbus_thread_manager.h | 37 class CryptohomeClient; variable 127 CryptohomeClient* GetCryptohomeClient(); 213 void SetCryptohomeClient(scoped_ptr<CryptohomeClient> client);
|
D | cryptohome_client.cc | 35 class CryptohomeClientImpl : public CryptohomeClient { 1140 CryptohomeClient::CryptohomeClient() {} in CryptohomeClient() function in chromeos::CryptohomeClient 1142 CryptohomeClient::~CryptohomeClient() {} in ~CryptohomeClient() 1145 CryptohomeClient* CryptohomeClient::Create() { in Create() 1150 std::string CryptohomeClient::GetStubSanitizedUsername( in GetStubSanitizedUsername()
|
D | fake_session_manager_client.cc | 53 CryptohomeClient::GetStubSanitizedUsername(user_email); in StartSession()
|
D | dbus_thread_manager.cc | 168 CryptohomeClient* DBusThreadManager::GetCryptohomeClient() { in GetCryptohomeClient() 494 scoped_ptr<CryptohomeClient> client) { in SetCryptohomeClient()
|
D | dbus_client_bundle.cc | 165 cryptohome_client_.reset(CryptohomeClient::Create()); in DBusClientBundle()
|
/external/chromium_org/chromeos/cryptohome/ |
D | homedir_methods_unittest.cc | 56 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback); 91 cryptohome_client.PassAs<chromeos::CryptohomeClient>()); in SetUp() 101 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in RunProtobufMethodCallback()
|
D | system_salt_getter_unittest.cc | 30 scoped_ptr<CryptohomeClient>(fake_cryptohome_client_)); in SetUp()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | cryptohome_web_ui_handler.cc | 31 CryptohomeClient* cryptohome_client = in OnPageLoaded()
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
D | networking_private_apitest.cc | 57 using chromeos::CryptohomeClient; 185 CryptohomeClient::GetStubSanitizedUsername(login_user); in SetUpCommandLine()
|