HomeSort by relevance Sort by last modified time
    Searched defs:SystemSaltGetter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/cryptohome/
system_salt_getter.h 20 class CHROMEOS_EXPORT SystemSaltGetter {
29 static SystemSaltGetter* Get();
39 SystemSaltGetter();
40 ~SystemSaltGetter();
52 base::WeakPtrFactory<SystemSaltGetter> weak_ptr_factory_;
54 DISALLOW_COPY_AND_ASSIGN(SystemSaltGetter);
system_salt_getter.cc 18 SystemSaltGetter* g_system_salt_getter = NULL;
22 SystemSaltGetter::SystemSaltGetter() : weak_ptr_factory_(this) {
25 SystemSaltGetter::~SystemSaltGetter() {
28 void SystemSaltGetter::GetSystemSalt(
37 base::Bind(&SystemSaltGetter::DidWaitForServiceToBeAvailable,
42 void SystemSaltGetter::DidWaitForServiceToBeAvailable(
51 base::Bind(&SystemSaltGetter::DidGetSystemSalt,
56 void SystemSaltGetter::DidGetSystemSalt(const GetSystemSaltCallback& callback
    [all...]

Completed in 48 milliseconds