Searched refs:GetSystemSalt (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_chromeos.cc14 chromeos::SystemSaltGetter::Get()->GetSystemSalt(callback);
/external/chromium_org/chromeos/cryptohome/
H A Dsystem_salt_getter.cc28 void SystemSaltGetter::GetSystemSalt( function in class:chromeos::SystemSaltGetter
50 DBusThreadManager::Get()->GetCryptohomeClient()->GetSystemSalt(
H A Dsystem_salt_getter_unittest.cc49 TEST_F(SystemSaltGetterTest, GetSystemSalt) {
53 SystemSaltGetter::Get()->GetSystemSalt(
H A Dsystem_salt_getter.h36 void GetSystemSalt(const GetSystemSaltCallback& callback);
43 // Used to implement GetSystemSalt().
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dparallel_authenticator.cc253 SystemSaltGetter::Get()->GetSystemSalt(
273 SystemSaltGetter::Get()->GetSystemSalt(
296 SystemSaltGetter::Get()->GetSystemSalt(
313 SystemSaltGetter::Get()->GetSystemSalt(
359 SystemSaltGetter::Get()->GetSystemSalt(
465 SystemSaltGetter::Get()->GetSystemSalt(
593 SystemSaltGetter::Get()->GetSystemSalt(
H A Dextended_authenticator.cc49 SystemSaltGetter::Get()->GetSystemSalt(
55 SystemSaltGetter::Get()->GetSystemSalt(
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dmanaged_user_authenticator.cc120 SystemSaltGetter::Get()->GetSystemSalt(
135 SystemSaltGetter::Get()->GetSystemSalt(
151 SystemSaltGetter::Get()->GetSystemSalt(
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.cc47 chromeos::SystemSaltGetter::Get()->GetSystemSalt(callback);
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h41 MOCK_METHOD1(GetSystemSalt, void(const GetSystemSaltCallback& callback));
H A Dcryptohome_client.h50 // A callback for GetSystemSalt().
130 // Calls GetSystemSalt method. |callback| is called after the method call
132 virtual void GetSystemSalt(const GetSystemSaltCallback& callback) = 0;
H A Dfake_cryptohome_client.h39 virtual void GetSystemSalt(const GetSystemSaltCallback& callback) OVERRIDE;
197 // Sets the system salt which will be returned from GetSystemSalt(). By
198 // default, GetSystemSalt() returns the value generated by
H A Dfake_cryptohome_client.cc104 void FakeCryptohomeClient::GetSystemSalt( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc119 virtual void GetSystemSalt(const GetSystemSaltCallback& callback) OVERRIDE {
846 // Handles the result of GetSystemSalt().
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc54 SystemSaltGetter::Get()->GetSystemSalt(

Completed in 698 milliseconds