Searched defs:SystemSaltGetter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dsystem_salt_getter.h20 class CHROMEOS_EXPORT SystemSaltGetter { class in namespace:chromeos
29 static SystemSaltGetter* Get();
39 SystemSaltGetter();
40 ~SystemSaltGetter();
52 base::WeakPtrFactory<SystemSaltGetter> weak_ptr_factory_;
54 DISALLOW_COPY_AND_ASSIGN(SystemSaltGetter);
H A Dsystem_salt_getter.cc18 SystemSaltGetter* g_system_salt_getter = NULL;
22 SystemSaltGetter::SystemSaltGetter() : weak_ptr_factory_(this) { function in class:chromeos::SystemSaltGetter
25 SystemSaltGetter::~SystemSaltGetter() {
28 void SystemSaltGetter::GetSystemSalt(
37 base::Bind(&SystemSaltGetter::DidWaitForServiceToBeAvailable,
42 void SystemSaltGetter::DidWaitForServiceToBeAvailable(
51 base::Bind(&SystemSaltGetter::DidGetSystemSalt,
56 void SystemSaltGetter
[all...]

Completed in 819 milliseconds